Struct rusoto_cloudformation::SignalResourceInput [] [src]

pub struct SignalResourceInput {
    pub logical_resource_id: String,
    pub stack_name: String,
    pub status: String,
    pub unique_id: String,
}

The input for the SignalResource action.

Fields

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 status of the signal, which is either success or failure. A failure signal causes AWS 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.

Trait Implementations

impl Default for SignalResourceInput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for SignalResourceInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for SignalResourceInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more