Interface CfnAccessPointPropsMixin.VpcConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccessPointPropsMixin.VpcConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAccessPointPropsMixin
@Stability(Stable)
public static interface CfnAccessPointPropsMixin.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.mixins.preview.services.s3.mixins.*;
VpcConfigurationProperty vpcConfigurationProperty = VpcConfigurationProperty.builder()
.vpcId("vpcId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAccessPointPropsMixin.VpcConfigurationPropertystatic final classAn implementation forCfnAccessPointPropsMixin.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.- See Also:
-
builder
-