DetectStackResourceDriftInput

public struct DetectStackResourceDriftInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The logical name of the resource for which to return drift information.

    Declaration

    Swift

    public let logicalResourceId: String
  • The name of the stack to which the resource belongs.

    Declaration

    Swift

    public let stackName: String
  • Undocumented

    Declaration

    Swift

    public init(logicalResourceId: String, stackName: String)
  • Declaration

    Swift

    public func validate(name: String) throws