class Aws::CloudFormation::Types::SignalResourceInput

The input for the SignalResource action.

@note When making an API call, you may pass SignalResourceInput

data as a hash:

    {
      stack_name: "StackNameOrId", # required
      logical_resource_id: "LogicalResourceId", # required
      unique_id: "ResourceSignalUniqueId", # required
      status: "SUCCESS", # required, accepts SUCCESS, FAILURE
    }

@!attribute [rw] stack_name

The stack name or unique stack ID that includes the resource that
you want to signal.
@return [String]

@!attribute [rw] logical_resource_id

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.
@return [String]

@!attribute [rw] 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.
@return [String]

@!attribute [rw] status

The status of the signal, which is either success or failure. A
failure signal causes CloudFormation to immediately fail the stack
creation or update.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/SignalResourceInput AWS API Documentation

Constants

SENSITIVE