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
Contains the virtual private cloud (VPC) configuration for the specified 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.s3outposts.*;
VpcConfigurationProperty vpcConfigurationProperty = VpcConfigurationProperty.builder()
.vpcId("vpcId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAccessPoint.VpcConfigurationPropertystatic final classAn implementation forCfnAccessPoint.VpcConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getVpcId
Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests.- See Also:
-
builder
-