Uses of Interface
software.amazon.awscdk.services.ecs.CfnService.NetworkConfigurationProperty
Packages that use CfnService.NetworkConfigurationProperty
-
Uses of CfnService.NetworkConfigurationProperty in software.amazon.awscdk.services.ecs
Classes in software.amazon.awscdk.services.ecs that implement CfnService.NetworkConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnService.NetworkConfigurationPropertyMethods in software.amazon.awscdk.services.ecs that return CfnService.NetworkConfigurationPropertyModifier and TypeMethodDescriptionCfnService.NetworkConfigurationProperty.Builder.build()Builds the configured instance.protected CfnService.NetworkConfigurationPropertyBaseService.getNetworkConfiguration()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.Methods in software.amazon.awscdk.services.ecs with parameters of type CfnService.NetworkConfigurationPropertyModifier and TypeMethodDescriptionCfnService.Builder.networkConfiguration(CfnService.NetworkConfigurationProperty networkConfiguration) The network configuration for the service.CfnServiceProps.Builder.networkConfiguration(CfnService.NetworkConfigurationProperty networkConfiguration) Sets the value ofCfnServiceProps.getNetworkConfiguration()protected voidBaseService.setNetworkConfiguration(CfnService.NetworkConfigurationProperty value) 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.voidCfnService.setNetworkConfiguration(CfnService.NetworkConfigurationProperty value) The network configuration for the service.