@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.s3.*;
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()
If this field is specified, the access point will only allow connections from the specified VPC ID.
|
@Stability(value=Stable) @Nullable default String getVpcId()
@Stability(value=Stable) static CfnAccessPoint.VpcConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.