DetectStackDriftInput

public struct DetectStackDriftInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The logical names of any resources you want to use as filters.

    Declaration

    Swift

    public let logicalResourceIds: [String]?
  • The name of the stack for which you want to detect drift.

    Declaration

    Swift

    public let stackName: String
  • Undocumented

    Declaration

    Swift

    public init(logicalResourceIds: [String]? = nil, stackName: String)
  • Declaration

    Swift

    public func validate(name: String) throws