UpdateTerminationProtectionInput
public struct UpdateTerminationProtectionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Whether to enable termination protection on the specified stack.
Declaration
Swift
public let enableTerminationProtection: Bool
-
The name or unique ID of the stack for which you want to set termination protection.
Declaration
Swift
public let stackName: String
-
Undocumented
Declaration
Swift
public init(enableTerminationProtection: Bool, stackName: String)
-
Declaration
Swift
public func validate(name: String) throws