Interface CfnAccessPoint.VpcConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccessPoint.VpcConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAccessPoint
@Stability(Stable)
public static interface CfnAccessPoint.VpcConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The Virtual Private Cloud (VPC) configuration for this access point.
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.s3.*; VpcConfigurationProperty vpcConfigurationProperty = VpcConfigurationProperty.builder() .vpcId("vpcId") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAccessPoint.VpcConfigurationProperty
static final class
An implementation forCfnAccessPoint.VpcConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVpcId
If this field is specified, the access point will only allow connections from the specified VPC ID. -
builder
-