package awss3outposts // 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 "github.com/aws/aws-cdk-go/awscdk" // // vpcConfigurationProperty := &VpcConfigurationProperty{ // VpcId: jsii.String("vpcId"), // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3outposts-accesspoint-vpcconfiguration.html // type CfnAccessPoint_VpcConfigurationProperty struct { // The ID of the VPC configuration. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3outposts-accesspoint-vpcconfiguration.html#cfn-s3outposts-accesspoint-vpcconfiguration-vpcid // VpcId *string `field:"optional" json:"vpcId" yaml:"vpcId"` }