Deployment
public struct Deployment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the application that was deployed.
Declaration
Swift
public let applicationId: String?
-
The time the deployment completed.
Declaration
Swift
public let completedAt: TimeStamp?
-
Information about the source location of the configuration.
Declaration
Swift
public let configurationLocationUri: String?
-
The name of the configuration.
Declaration
Swift
public let configurationName: String?
-
The ID of the configuration profile that was deployed.
Declaration
Swift
public let configurationProfileId: String?
-
The configuration version that was deployed.
Declaration
Swift
public let configurationVersion: String?
-
Total amount of time the deployment lasted.
Declaration
Swift
public let deploymentDurationInMinutes: Int?
-
The sequence number of the deployment.
Declaration
Swift
public let deploymentNumber: Int?
-
The ID of the deployment strategy that was deployed.
Declaration
Swift
public let deploymentStrategyId: String?
-
The description of the deployment.
Declaration
Swift
public let description: String?
-
The ID of the environment that was deployed.
Declaration
Swift
public let environmentId: String?
-
A list containing all events related to a deployment. The most recent events are displayed first.
Declaration
Swift
public let eventLog: [DeploymentEvent]?
-
The amount of time AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic roll back.
Declaration
Swift
public let finalBakeTimeInMinutes: Int?
-
The percentage of targets to receive a deployed configuration during each interval.
Declaration
Swift
public let growthFactor: Float?
-
The algorithm used to define how percentage grew over time.
Declaration
Swift
public let growthType: GrowthType?
-
The percentage of targets for which the deployment is available.
Declaration
Swift
public let percentageComplete: Float?
-
The time the deployment started.
Declaration
Swift
public let startedAt: TimeStamp?
-
The state of the deployment.
Declaration
Swift
public let state: DeploymentState?
-
init(applicationId:completedAt:configurationLocationUri:configurationName:configurationProfileId:configurationVersion:deploymentDurationInMinutes:deploymentNumber:deploymentStrategyId:description:environmentId:eventLog:finalBakeTimeInMinutes:growthFactor:growthType:percentageComplete:startedAt:state:)
Undocumented
Declaration
Swift
public init(applicationId: String? = nil, completedAt: TimeStamp? = nil, configurationLocationUri: String? = nil, configurationName: String? = nil, configurationProfileId: String? = nil, configurationVersion: String? = nil, deploymentDurationInMinutes: Int? = nil, deploymentNumber: Int? = nil, deploymentStrategyId: String? = nil, description: String? = nil, environmentId: String? = nil, eventLog: [DeploymentEvent]? = nil, finalBakeTimeInMinutes: Int? = nil, growthFactor: Float? = nil, growthType: GrowthType? = nil, percentageComplete: Float? = nil, startedAt: TimeStamp? = nil, state: DeploymentState? = nil)