DeploymentConfig
public struct DeploymentConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The percentage of robots receiving the deployment at the same time.
Declaration
Swift
public let concurrentDeploymentPercentage: Int?
-
The download condition file.
Declaration
Swift
public let downloadConditionFile: S3Object?
-
The percentage of deployments that need to fail before stopping deployment.
Declaration
Swift
public let failureThresholdPercentage: Int?
-
The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.
Declaration
Swift
public let robotDeploymentTimeoutInSeconds: Int64?
-
init(concurrentDeploymentPercentage:downloadConditionFile:failureThresholdPercentage:robotDeploymentTimeoutInSeconds:)
Undocumented
Declaration
Swift
public init(concurrentDeploymentPercentage: Int? = nil, downloadConditionFile: S3Object? = nil, failureThresholdPercentage: Int? = nil, robotDeploymentTimeoutInSeconds: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws