@Stability(value=Stable)
public static interface CfnAccessPoint.VpcConfigurationProperty
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.s3outposts.*; VpcConfigurationProperty vpcConfigurationProperty = VpcConfigurationProperty.builder() .vpcId("vpcId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAccessPoint.VpcConfigurationProperty.Builder
A builder for
CfnAccessPoint.VpcConfigurationProperty |
static class |
CfnAccessPoint.VpcConfigurationProperty.Jsii$Proxy
An implementation for
CfnAccessPoint.VpcConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAccessPoint.VpcConfigurationProperty.Builder |
builder() |
default String |
getVpcId()
The ID of the VPC configuration.
|
@Stability(value=Stable) @Nullable default String getVpcId()
@Stability(value=Stable) static CfnAccessPoint.VpcConfigurationProperty.Builder builder()
Copyright © 2023. All rights reserved.