DescribeStackDriftDetectionStatusInput
public struct DescribeStackDriftDetectionStatusInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the drift detection results of this operation. AWS CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results AWS CloudFormation retains for any given stack, and for how long, may vary.
Declaration
Swift
public let stackDriftDetectionId: String
-
Undocumented
Declaration
Swift
public init(stackDriftDetectionId: String)
-
Declaration
Swift
public func validate(name: String) throws