Documentation
¶
Index ¶
- type Activity
- func (r *Activity) AWSCloudFormationType() string
- func (r *Activity) DeletionPolicy() policies.DeletionPolicy
- func (r *Activity) DependsOn() []string
- func (r Activity) MarshalJSON() ([]byte, error)
- func (r *Activity) Metadata() map[string]interface{}
- func (r *Activity) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Activity) SetDependsOn(dependencies []string)
- func (r *Activity) SetMetadata(metadata map[string]interface{})
- func (r *Activity) UnmarshalJSON(b []byte) error
- type Activity_TagsEntry
- func (r *Activity_TagsEntry) AWSCloudFormationType() string
- func (r *Activity_TagsEntry) DeletionPolicy() policies.DeletionPolicy
- func (r *Activity_TagsEntry) DependsOn() []string
- func (r *Activity_TagsEntry) Metadata() map[string]interface{}
- func (r *Activity_TagsEntry) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *Activity_TagsEntry) SetDependsOn(dependencies []string)
- func (r *Activity_TagsEntry) SetMetadata(metadata map[string]interface{})
- type StateMachine
- func (r *StateMachine) AWSCloudFormationType() string
- func (r *StateMachine) DeletionPolicy() policies.DeletionPolicy
- func (r *StateMachine) DependsOn() []string
- func (r StateMachine) MarshalJSON() ([]byte, error)
- func (r *StateMachine) Metadata() map[string]interface{}
- func (r *StateMachine) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *StateMachine) SetDependsOn(dependencies []string)
- func (r *StateMachine) SetMetadata(metadata map[string]interface{})
- func (r *StateMachine) UnmarshalJSON(b []byte) error
- type StateMachine_TagsEntry
- func (r *StateMachine_TagsEntry) AWSCloudFormationType() string
- func (r *StateMachine_TagsEntry) DeletionPolicy() policies.DeletionPolicy
- func (r *StateMachine_TagsEntry) DependsOn() []string
- func (r *StateMachine_TagsEntry) Metadata() map[string]interface{}
- func (r *StateMachine_TagsEntry) SetDeletionPolicy(policy policies.DeletionPolicy)
- func (r *StateMachine_TagsEntry) SetDependsOn(dependencies []string)
- func (r *StateMachine_TagsEntry) SetMetadata(metadata map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activity ¶
type Activity struct { // Name AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-name Name string `json:"Name,omitempty"` // Tags AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html#cfn-stepfunctions-activity-tags Tags []Activity_TagsEntry `json:"Tags,omitempty"` // contains filtered or unexported fields }
Activity AWS CloudFormation Resource (AWS::StepFunctions::Activity) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-activity.html
func (*Activity) AWSCloudFormationType ¶
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Activity) DeletionPolicy ¶
func (r *Activity) 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 (*Activity) DependsOn ¶
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 (Activity) MarshalJSON ¶
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 (*Activity) Metadata ¶
Metadata returns the metadata associated with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Activity) SetDeletionPolicy ¶
func (r *Activity) 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 (*Activity) SetDependsOn ¶
SetDependsOn specify that the creation of this resource follows another. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
func (*Activity) SetMetadata ¶
SetMetadata enables you to associate structured data with this resource. see: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
func (*Activity) UnmarshalJSON ¶
UnmarshalJSON is a custom JSON unmarshalling hook that strips the outer AWS CloudFormation resource object, and just keeps the 'Properties' field.
type Activity_TagsEntry ¶
type Activity_TagsEntry struct { // Key AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-activity-tagsentry.html#cfn-stepfunctions-activity-tagsentry-key Key string `json:"Key,omitempty"` // Value AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-activity-tagsentry.html#cfn-stepfunctions-activity-tagsentry-value Value string `json:"Value,omitempty"` // contains filtered or unexported fields }
Activity_TagsEntry AWS CloudFormation Resource (AWS::StepFunctions::Activity.TagsEntry) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-activity-tagsentry.html
func (*Activity_TagsEntry) AWSCloudFormationType ¶
func (r *Activity_TagsEntry) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*Activity_TagsEntry) DeletionPolicy ¶
func (r *Activity_TagsEntry) 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 (*Activity_TagsEntry) DependsOn ¶
func (r *Activity_TagsEntry) 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 (*Activity_TagsEntry) Metadata ¶
func (r *Activity_TagsEntry) 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 (*Activity_TagsEntry) SetDeletionPolicy ¶
func (r *Activity_TagsEntry) 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 (*Activity_TagsEntry) SetDependsOn ¶
func (r *Activity_TagsEntry) 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 (*Activity_TagsEntry) SetMetadata ¶
func (r *Activity_TagsEntry) 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
type StateMachine ¶
type StateMachine struct { // DefinitionString AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-definitionstring DefinitionString string `json:"DefinitionString,omitempty"` // RoleArn AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-rolearn RoleArn string `json:"RoleArn,omitempty"` // StateMachineName AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinename StateMachineName string `json:"StateMachineName,omitempty"` // Tags AWS CloudFormation Property // Required: false // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-tags Tags []StateMachine_TagsEntry `json:"Tags,omitempty"` // contains filtered or unexported fields }
StateMachine AWS CloudFormation Resource (AWS::StepFunctions::StateMachine) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html
func (*StateMachine) AWSCloudFormationType ¶
func (r *StateMachine) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*StateMachine) DeletionPolicy ¶
func (r *StateMachine) 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 (*StateMachine) DependsOn ¶
func (r *StateMachine) 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 (StateMachine) MarshalJSON ¶
func (r StateMachine) 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 (*StateMachine) Metadata ¶
func (r *StateMachine) 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 (*StateMachine) SetDeletionPolicy ¶
func (r *StateMachine) 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 (*StateMachine) SetDependsOn ¶
func (r *StateMachine) 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 (*StateMachine) SetMetadata ¶
func (r *StateMachine) 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 (*StateMachine) UnmarshalJSON ¶
func (r *StateMachine) 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 StateMachine_TagsEntry ¶
type StateMachine_TagsEntry struct { // Key AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-tagsentry.html#cfn-stepfunctions-statemachine-tagsentry-key Key string `json:"Key,omitempty"` // Value AWS CloudFormation Property // Required: true // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-tagsentry.html#cfn-stepfunctions-statemachine-tagsentry-value Value string `json:"Value,omitempty"` // contains filtered or unexported fields }
StateMachine_TagsEntry AWS CloudFormation Resource (AWS::StepFunctions::StateMachine.TagsEntry) See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-tagsentry.html
func (*StateMachine_TagsEntry) AWSCloudFormationType ¶
func (r *StateMachine_TagsEntry) AWSCloudFormationType() string
AWSCloudFormationType returns the AWS CloudFormation resource type
func (*StateMachine_TagsEntry) DeletionPolicy ¶
func (r *StateMachine_TagsEntry) 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 (*StateMachine_TagsEntry) DependsOn ¶
func (r *StateMachine_TagsEntry) 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 (*StateMachine_TagsEntry) Metadata ¶
func (r *StateMachine_TagsEntry) 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 (*StateMachine_TagsEntry) SetDeletionPolicy ¶
func (r *StateMachine_TagsEntry) 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 (*StateMachine_TagsEntry) SetDependsOn ¶
func (r *StateMachine_TagsEntry) 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 (*StateMachine_TagsEntry) SetMetadata ¶
func (r *StateMachine_TagsEntry) 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