DeploymentTarget
public struct DeploymentTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let cloudFormationTarget: CloudFormationTarget?
-
The deployment type that is specific to the deployment’s compute platform or deployments initiated by a CloudFormation stack update.
Declaration
Swift
public let deploymentTargetType: DeploymentTargetType?
-
Information about the target for a deployment that uses the Amazon ECS compute platform.
Declaration
Swift
public let ecsTarget: ECSTarget?
-
Information about the target for a deployment that uses the EC2/On-premises compute platform.
Declaration
Swift
public let instanceTarget: InstanceTarget?
-
Information about the target for a deployment that uses the AWS Lambda compute platform.
Declaration
Swift
public let lambdaTarget: LambdaTarget?
-
Undocumented
Declaration
Swift
public init(cloudFormationTarget: CloudFormationTarget? = nil, deploymentTargetType: DeploymentTargetType? = nil, ecsTarget: ECSTarget? = nil, instanceTarget: InstanceTarget? = nil, lambdaTarget: LambdaTarget? = nil)