aws-cdk-lib.aws_s3.CfnAccessPoint.VpcConfigurationProperty

interface VpcConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.S3.CfnAccessPoint.VpcConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3#CfnAccessPoint_VpcConfigurationProperty
Javasoftware.amazon.awscdk.services.s3.CfnAccessPoint.VpcConfigurationProperty
Pythonaws_cdk.aws_s3.CfnAccessPoint.VpcConfigurationProperty
TypeScript aws-cdk-lib » aws_s3 » CfnAccessPoint » VpcConfigurationProperty

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 { aws_s3 as s3 } from 'aws-cdk-lib';
const vpcConfigurationProperty: s3.CfnAccessPoint.VpcConfigurationProperty = {
  vpcId: 'vpcId',
};

Properties

NameTypeDescription
vpcId?stringIf this field is specified, the access point will only allow connections from the specified VPC ID.

vpcId?

Type: string (optional)

If this field is specified, the access point will only allow connections from the specified VPC ID.