Documentation
¶
Index ¶
- type FlowTemplate
- func (r *FlowTemplate) AWSCloudFormationType() string
- func (r *FlowTemplate) DeletionPolicy() policies.DeletionPolicy
- func (r *FlowTemplate) DependsOn() []string
- func (r FlowTemplate) MarshalJSON() ([]byte, error)
- func (r *FlowTemplate) Metadata() map[string]interface{}
- func (r *FlowTemplate) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *FlowTemplate) SetDependsOn(dependencies []string)
- func (r *FlowTemplate) SetMetadata(metadata map[string]interface{})
- func (r *FlowTemplate) UnmarshalJSON(b []byte) error
- type FlowTemplate_DefinitionDocument
- func (r *FlowTemplate_DefinitionDocument) AWSCloudFormationType() string
- func (r *FlowTemplate_DefinitionDocument) DeletionPolicy() policies.DeletionPolicy
- func (r *FlowTemplate_DefinitionDocument) DependsOn() []string
- func (r *FlowTemplate_DefinitionDocument) Metadata() map[string]interface{}
- func (r *FlowTemplate_DefinitionDocument) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *FlowTemplate_DefinitionDocument) SetDependsOn(dependencies []string)
- func (r *FlowTemplate_DefinitionDocument) SetMetadata(metadata map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowTemplate ¶
type FlowTemplate struct { // CompatibleNamespaceVersion AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-compatiblenamespaceversion CompatibleNamespaceVersion float64 `json:"CompatibleNamespaceVersion,omitempty"` // Definition AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html#cfn-iotthingsgraph-flowtemplate-definition Definition *FlowTemplate_DefinitionDocument `json:"Definition,omitempty"` // contains filtered or unexported fields }
FlowTemplate AWS CloudFormation Resource (AWS::IoTThingsGraph::FlowTemplate) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotthingsgraph-flowtemplate.html
func (*FlowTemplate) AWSCloudFormationType ¶
func (r *FlowTemplate) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*FlowTemplate) DeletionPolicy ¶
func (r *FlowTemplate) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*FlowTemplate) DependsOn ¶
func (r *FlowTemplate) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (FlowTemplate) MarshalJSON ¶
func (r FlowTemplate) MarshalJSON() ([]byte, error)
MarshalJSON is a custom JSON marshalling hook that embeds this object into an AWS CloudFormation JSON resource's 'Properties' field and adds a 'Type'.
func (*FlowTemplate) Metadata ¶
func (r *FlowTemplate) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*FlowTemplate) SetDeletionPolicy ¶
func (r *FlowTemplate) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*FlowTemplate) SetDependsOn ¶
func (r *FlowTemplate) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*FlowTemplate) SetMetadata ¶
func (r *FlowTemplate) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*FlowTemplate) UnmarshalJSON ¶
func (r *FlowTemplate) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom JSON unmarshalling hook that strips the outer AWS CloudFormation resource object, and just keeps the 'Properties' field.
type FlowTemplate_DefinitionDocument ¶
type FlowTemplate_DefinitionDocument struct { // Language AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-language Language string `json:"Language,omitempty"` // Text AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html#cfn-iotthingsgraph-flowtemplate-definitiondocument-text Text string `json:"Text,omitempty"` // contains filtered or unexported fields }
FlowTemplate_DefinitionDocument AWS CloudFormation Resource (AWS::IoTThingsGraph::FlowTemplate.DefinitionDocument) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotthingsgraph-flowtemplate-definitiondocument.html
func (*FlowTemplate_DefinitionDocument) AWSCloudFormationType ¶
func (r *FlowTemplate_DefinitionDocument) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*FlowTemplate_DefinitionDocument) DeletionPolicy ¶
func (r *FlowTemplate_DefinitionDocument) DeletionPolicy() policies.DeletionPolicy
DeletionPolicy returns the AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*FlowTemplate_DefinitionDocument) DependsOn ¶
func (r *FlowTemplate_DefinitionDocument) DependsOn() []string
DependsOn returns a slice of logical ID names this resource depends on. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*FlowTemplate_DefinitionDocument) Metadata ¶
func (r *FlowTemplate_DefinitionDocument) Metadata() map[string]interface{}
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*FlowTemplate_DefinitionDocument) SetDeletionPolicy ¶
func (r *FlowTemplate_DefinitionDocument) SetDeletionPolicy(policy policies.DeletionPolicy)
SetDeletionPolicy applies an AWS CloudFormation DeletionPolicy to this resource see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
func (*FlowTemplate_DefinitionDocument) SetDependsOn ¶
func (r *FlowTemplate_DefinitionDocument) SetDependsOn(dependencies []string)
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*FlowTemplate_DefinitionDocument) SetMetadata ¶
func (r *FlowTemplate_DefinitionDocument) SetMetadata(metadata map[string]interface{})
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html