@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-10T18:02:03.095Z") @Stability(value=Stable) public interface CfnApplicationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codedeploy.*;
CfnApplicationProps cfnApplicationProps = CfnApplicationProps.builder()
.applicationName("applicationName")
.computePlatform("computePlatform")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationProps.Builder
A builder for
CfnApplicationProps |
static class |
CfnApplicationProps.Jsii$Proxy
An implementation for
CfnApplicationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationProps.Builder |
builder() |
default String |
getApplicationName()
`AWS::CodeDeploy::Application.ApplicationName`.
|
default String |
getComputePlatform()
`AWS::CodeDeploy::Application.ComputePlatform`.
|
default List<CfnTag> |
getTags()
`AWS::CodeDeploy::Application.Tags`.
|
@Stability(value=Stable) @Nullable default String getApplicationName()
@Stability(value=Stable) @Nullable default String getComputePlatform()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnApplicationProps.Builder builder()
CfnApplicationProps.Builder of CfnApplicationPropsCopyright © 2021. All rights reserved.