aws-cdk-lib.aws_s3outposts.CfnAccessPoint.VpcConfigurationProperty

interface VpcConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.S3Outposts.CfnAccessPoint.VpcConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awss3outposts#CfnAccessPoint_VpcConfigurationProperty
Javasoftware.amazon.awscdk.services.s3outposts.CfnAccessPoint.VpcConfigurationProperty
Pythonaws_cdk.aws_s3outposts.CfnAccessPoint.VpcConfigurationProperty
TypeScript aws-cdk-lib » aws_s3outposts » CfnAccessPoint » VpcConfigurationProperty

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

Properties

NameTypeDescription
vpcId?stringThe ID of the VPC configuration.

vpcId?

Type: string (optional)

The ID of the VPC configuration.