| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnService.NetworkConfigurationProperty.Jsii$Proxy
An implementation for
CfnService.NetworkConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnService.NetworkConfigurationProperty |
CfnService.NetworkConfigurationProperty.Builder.build()
Builds the configured instance.
|
protected CfnService.NetworkConfigurationProperty |
BaseService.getNetworkConfiguration()
(experimental) A list of Elastic Load Balancing load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
CfnServiceProps.Builder |
CfnServiceProps.Builder.networkConfiguration(CfnService.NetworkConfigurationProperty networkConfiguration)
Sets the value of
CfnServiceProps.getNetworkConfiguration() |
CfnService.Builder |
CfnService.Builder.networkConfiguration(CfnService.NetworkConfigurationProperty networkConfiguration)
`AWS::ECS::Service.NetworkConfiguration`.
|
void |
CfnService.setNetworkConfiguration(CfnService.NetworkConfigurationProperty value)
`AWS::ECS::Service.NetworkConfiguration`.
|
protected void |
BaseService.setNetworkConfiguration(CfnService.NetworkConfigurationProperty value)
(experimental) A list of Elastic Load Balancing load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.
|
Copyright © 2021. All rights reserved.