@Stability(value=Stable)
public static interface CfnTaskDefinition.ProxyConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
ProxyConfigurationProperty proxyConfigurationProperty = ProxyConfigurationProperty.builder()
.containerName("containerName")
// the properties below are optional
.proxyConfigurationProperties(List.of(KeyValuePairProperty.builder()
.name("name")
.value("value")
.build()))
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTaskDefinition.ProxyConfigurationProperty.Builder
A builder for
CfnTaskDefinition.ProxyConfigurationProperty |
static class |
CfnTaskDefinition.ProxyConfigurationProperty.Jsii$Proxy
An implementation for
CfnTaskDefinition.ProxyConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTaskDefinition.ProxyConfigurationProperty.Builder |
builder() |
String |
getContainerName()
`CfnTaskDefinition.ProxyConfigurationProperty.ContainerName`.
|
default Object |
getProxyConfigurationProperties()
`CfnTaskDefinition.ProxyConfigurationProperty.ProxyConfigurationProperties`.
|
default String |
getType()
`CfnTaskDefinition.ProxyConfigurationProperty.Type`.
|
@Stability(value=Stable) @NotNull String getContainerName()
@Stability(value=Stable) @Nullable default Object getProxyConfigurationProperties()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnTaskDefinition.ProxyConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.