interface VpcConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3Outposts.CfnAccessPoint.VpcConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awss3outposts#CfnAccessPoint_VpcConfigurationProperty |
![]() | software.amazon.awscdk.services.s3outposts.CfnAccessPoint.VpcConfigurationProperty |
![]() | aws_cdk.aws_s3outposts.CfnAccessPoint.VpcConfigurationProperty |
![]() | 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
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.