SignalResourceInput

public struct SignalResourceInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let logicalResourceId: String
  • The stack name or unique stack ID that includes the resource that you want to signal.

    Declaration

    Swift

    public let stackName: String
  • 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.

    Declaration

    Swift

    public let status: ResourceSignalStatus
  • 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.

    Declaration

    Swift

    public let uniqueId: String
  • Undocumented

    Declaration

    Swift

    public init(logicalResourceId: String, stackName: String, status: ResourceSignalStatus, uniqueId: String)
  • Declaration

    Swift

    public func validate(name: String) throws