class
Amazonite::CloudFormation::SignalResourceInput
- Amazonite::CloudFormation::SignalResourceInput
- Reference
- Object
Overview
The input for the SignalResource action.
Defined in:
cloudformation/signal_resource_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_name : String, logical_resource_id : String, unique_id : String, status : ResourceSignalStatus)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#logical_resource_id : String
The logical ID of the resource that you want to signal.
-
#logical_resource_id=(logical_resource_id : String)
The logical ID of the resource that you want to signal.
-
#stack_name : String
The stack name or unique stack ID that includes the resource that you want to signal.
-
#stack_name=(stack_name : String)
The stack name or unique stack ID that includes the resource that you want to signal.
-
#status : ResourceSignalStatus
The status of the signal, which is either success or failure.
-
#status=(status : ResourceSignalStatus)
The status of the signal, which is either success or failure.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#unique_id : String
A unique ID of the signal.
-
#unique_id=(unique_id : String)
A unique ID of the signal.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.
The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in the template.
The stack name or unique stack ID that includes the resource that you want to signal.
The stack name or unique stack ID that includes the resource that you want to signal.
The status of the signal, which is either success or failure. A failure signal causes CloudFormation to immediately fail the stack creation or update.
The status of the signal, which is either success or failure. A failure signal causes CloudFormation to immediately fail the stack creation or update.
A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.
A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as signaling a wait condition), each signal requires a different unique ID.