@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-17T17:31:20.201Z") @Stability(value=Stable) public interface EcsApplicationProps extends software.amazon.jsii.JsiiSerializable
EcsApplication.
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.*;
EcsApplicationProps ecsApplicationProps = EcsApplicationProps.builder()
.applicationName("applicationName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EcsApplicationProps.Builder
A builder for
EcsApplicationProps |
static class |
EcsApplicationProps.Jsii$Proxy
An implementation for
EcsApplicationProps |
| Modifier and Type | Method and Description |
|---|---|
static EcsApplicationProps.Builder |
builder() |
default String |
getApplicationName()
The physical, human-readable name of the CodeDeploy Application.
|
@Stability(value=Stable) @Nullable default String getApplicationName()
Default: an auto-generated name will be used
@Stability(value=Stable) static EcsApplicationProps.Builder builder()
EcsApplicationProps.Builder of EcsApplicationPropsCopyright © 2022. All rights reserved.