Interface CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnCapacityProvider
@Stability(Stable)
public static interface CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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.ecs.*; ManagedInstancesNetworkConfigurationProperty managedInstancesNetworkConfigurationProperty = ManagedInstancesNetworkConfigurationProperty.builder() .subnets(List.of("subnets")) // the properties below are optional .securityGroups(List.of("securityGroups")) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSubnets
- See Also:
-
getSecurityGroups
- See Also:
-
builder
@Stability(Stable) static CfnCapacityProvider.ManagedInstancesNetworkConfigurationProperty.Builder builder()
-