interface VpcConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.S3Outposts.CfnAccessPointPropsMixin.VpcConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awss3outposts#CfnAccessPointPropsMixin_VpcConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.s3outposts.CfnAccessPointPropsMixin.VpcConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_s3outposts.CfnAccessPointPropsMixin.VpcConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_s3outposts » CfnAccessPointPropsMixin » 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/cfn-property-mixins';
const vpcConfigurationProperty: s3outposts.CfnAccessPointPropsMixin.VpcConfigurationProperty = {
vpcId: 'vpcId',
};
Properties
| Name | Type | Description |
|---|---|---|
| vpc | string | Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests. |
vpcId?
Type:
string
(optional)
Virtual Private Cloud (VPC) Id from which AccessPoint will allow requests.

.NET
Go
Java
Python
TypeScript