SetTerminationProtectionInput
public struct SetTerminationProtectionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of strings that uniquely identify the clusters to protect. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows .
Declaration
Swift
public let jobFlowIds: [String]
-
A Boolean that indicates whether to protect the cluster and prevent the Amazon EC2 instances in the cluster from shutting down due to API calls, user intervention, or job-flow error.
Declaration
Swift
public let terminationProtected: Bool
-
Undocumented
Declaration
Swift
public init(jobFlowIds: [String], terminationProtected: Bool)
-
Declaration
Swift
public func validate(name: String) throws