class
Amazonite::CloudFormation::ChangeSetHook
- Amazonite::CloudFormation::ChangeSetHook
- Reference
- Object
Overview
Specifies the resource, the Hook, and the Hook version to be invoked.
Defined in:
cloudformation/change_set_hook.crConstructors
- .from_xml(node : XML::Node) : self
- .new(invocation_point : HookInvocationPoint | Nil = nil, failure_mode : HookFailureMode | Nil = nil, type_name : String | Nil = nil, type_version_id : String | Nil = nil, type_configuration_version_id : String | Nil = nil, target_details : ChangeSetHookTargetDetails | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#failure_mode : HookFailureMode | Nil
Specify the Hook failure mode for non-compliant resources in the followings ways.
-
#failure_mode=(failure_mode : HookFailureMode | Nil)
Specify the Hook failure mode for non-compliant resources in the followings ways.
-
#hash(hasher)
See
Object#hash(hasher) -
#invocation_point : HookInvocationPoint | Nil
The specific point in the provisioning process where the Hook is invoked.
-
#invocation_point=(invocation_point : HookInvocationPoint | Nil)
The specific point in the provisioning process where the Hook is invoked.
-
#target_details : ChangeSetHookTargetDetails | Nil
Specifies details about the target that the Hook will run against.
-
#target_details=(target_details : ChangeSetHookTargetDetails | Nil)
Specifies details about the target that the Hook will run against.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_configuration_version_id : String | Nil
The version ID of the type configuration.
-
#type_configuration_version_id=(type_configuration_version_id : String | Nil)
The version ID of the type configuration.
-
#type_name : String | Nil
The unique name for your Hook.
-
#type_name=(type_name : String | Nil)
The unique name for your Hook.
-
#type_version_id : String | Nil
The version ID of the type specified.
-
#type_version_id=(type_version_id : String | Nil)
The version ID of the type specified.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specify the Hook failure mode for non-compliant resources in the followings ways.
-
FAILStops provisioning resources. -
WARNAllows provisioning to continue with a warning message.
Specify the Hook failure mode for non-compliant resources in the followings ways.
-
FAILStops provisioning resources. -
WARNAllows provisioning to continue with a warning message.
The specific point in the provisioning process where the Hook is invoked.
The specific point in the provisioning process where the Hook is invoked.
Specifies details about the target that the Hook will run against.
Specifies details about the target that the Hook will run against.
The version ID of the type configuration.
The unique name for your Hook. Specifies a three-part namespace for your Hook, with a
recommended pattern of Organization::Service::Hook.
The following organization namespaces are reserved and can't be used in your Hook type names:
-
Alexa -
AMZN -
Amazon -
ASK -
AWS -
Custom -
Dev
The unique name for your Hook. Specifies a three-part namespace for your Hook, with a
recommended pattern of Organization::Service::Hook.
The following organization namespaces are reserved and can't be used in your Hook type names:
-
Alexa -
AMZN -
Amazon -
ASK -
AWS -
Custom -
Dev