Interface CfnFleet.VpcConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.VpcConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.VpcConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration options for a service managed fleet's VPC.
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.deadline.*; VpcConfigurationProperty vpcConfigurationProperty = VpcConfigurationProperty.builder() .resourceConfigurationArns(List.of("resourceConfigurationArns")) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFleet.VpcConfigurationProperty
static final class
An implementation forCfnFleet.VpcConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARNs of the VPC Lattice resource configurations attached to the fleet.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceConfigurationArns
The ARNs of the VPC Lattice resource configurations attached to the fleet.- See Also:
-
builder
-