@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.798Z") @Stability(value=Stable) public interface CfnCodeDeployBlueGreenApplicationTarget extends software.amazon.jsii.JsiiSerializable
CfnCodeDeployBlueGreenApplication.target property.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
CfnCodeDeployBlueGreenApplicationTarget cfnCodeDeployBlueGreenApplicationTarget = CfnCodeDeployBlueGreenApplicationTarget.builder()
.logicalId("logicalId")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCodeDeployBlueGreenApplicationTarget.Builder
A builder for
CfnCodeDeployBlueGreenApplicationTarget |
static class |
CfnCodeDeployBlueGreenApplicationTarget.Jsii$Proxy
An implementation for
CfnCodeDeployBlueGreenApplicationTarget |
| Modifier and Type | Method and Description |
|---|---|
static CfnCodeDeployBlueGreenApplicationTarget.Builder |
builder() |
String |
getLogicalId()
The logical id of the target resource.
|
String |
getType()
The resource type of the target being deployed.
|
@Stability(value=Stable) @NotNull String getLogicalId()
@Stability(value=Stable) @NotNull String getType()
Right now, the only allowed value is 'AWS::ECS::Service'.
@Stability(value=Stable) static CfnCodeDeployBlueGreenApplicationTarget.Builder builder()
Copyright © 2022. All rights reserved.