interface S3AccessPointVpcConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.FSx.CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsfsx#CfnS3AccessPointAttachmentPropsMixin_S3AccessPointVpcConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_fsx.CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_fsx » CfnS3AccessPointAttachmentPropsMixin » S3AccessPointVpcConfigurationProperty |
If included, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fsx as fsx } from '@aws-cdk/cfn-property-mixins';
const s3AccessPointVpcConfigurationProperty: fsx.CfnS3AccessPointAttachmentPropsMixin.S3AccessPointVpcConfigurationProperty = {
vpcId: 'vpcId',
};
Properties
| Name | Type | Description |
|---|---|---|
| vpc | string | Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists. |
vpcId?
Type:
string
(optional)
Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists.

.NET
Go
Java
Python
TypeScript