DeploymentConfigInfo
public struct DeploymentConfigInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The destination platform type for the deployment (Lambda, Server, or ECS).
Declaration
Swift
public let computePlatform: ComputePlatform?
-
The time at which the deployment configuration was created.
Declaration
Swift
public let createTime: TimeStamp?
-
The deployment configuration ID.
Declaration
Swift
public let deploymentConfigId: String?
-
The deployment configuration name.
Declaration
Swift
public let deploymentConfigName: String?
-
Information about the number or percentage of minimum healthy instance.
Declaration
Swift
public let minimumHealthyHosts: MinimumHealthyHosts?
-
The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or ECS compute platform only.
Declaration
Swift
public let trafficRoutingConfig: TrafficRoutingConfig?
-
init(computePlatform:createTime:deploymentConfigId:deploymentConfigName:minimumHealthyHosts:trafficRoutingConfig:)
Undocumented
Declaration
Swift
public init(computePlatform: ComputePlatform? = nil, createTime: TimeStamp? = nil, deploymentConfigId: String? = nil, deploymentConfigName: String? = nil, minimumHealthyHosts: MinimumHealthyHosts? = nil, trafficRoutingConfig: TrafficRoutingConfig? = nil)