@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:44.615Z") @Stability(value=Experimental) 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()
(experimental) The physical, human-readable name of the CodeDeploy Application.
|
@Stability(value=Experimental) @Nullable default String getApplicationName()
Default: an auto-generated name will be used
@Stability(value=Experimental) static EcsApplicationProps.Builder builder()
EcsApplicationProps.Builder of EcsApplicationPropsCopyright © 2022. All rights reserved.