Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
CloudFormationTarget |
CloudFormationTarget.clone() |
CloudFormationTarget |
DeploymentTarget.getCloudFormationTarget() |
CloudFormationTarget |
CloudFormationTarget.withDeploymentId(String deploymentId)
The unique ID of an AWS CloudFormation blue/green deployment.
|
CloudFormationTarget |
CloudFormationTarget.withLastUpdatedAt(Date lastUpdatedAt)
The date and time when the target application was updated by an AWS CloudFormation blue/green deployment.
|
CloudFormationTarget |
CloudFormationTarget.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
|
CloudFormationTarget |
CloudFormationTarget.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
The lifecycle events of the AWS CloudFormation blue/green deployment to this target application.
|
CloudFormationTarget |
CloudFormationTarget.withResourceType(String resourceType)
The resource type for the AWS CloudFormation blue/green deployment.
|
CloudFormationTarget |
CloudFormationTarget.withStatus(String status)
The status of an AWS CloudFormation blue/green deployment's target application.
|
CloudFormationTarget |
CloudFormationTarget.withStatus(TargetStatus status)
The status of an AWS CloudFormation blue/green deployment's target application.
|
CloudFormationTarget |
CloudFormationTarget.withTargetId(String targetId)
The unique ID of a deployment target that has a type ofÂ
CloudFormationTarget . |
CloudFormationTarget |
CloudFormationTarget.withTargetVersionWeight(Double targetVersionWeight)
The percentage of production traffic that the target version of an AWS CloudFormation blue/green deployment
receives.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentTarget.setCloudFormationTarget(CloudFormationTarget cloudFormationTarget) |
DeploymentTarget |
DeploymentTarget.withCloudFormationTarget(CloudFormationTarget cloudFormationTarget) |
Copyright © 2021. All rights reserved.