interface S3AccessPointProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.CfnS3AccessPointAttachment.S3AccessPointProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnS3AccessPointAttachment_S3AccessPointProperty |
![]() | software.amazon.awscdk.services.fsx.CfnS3AccessPointAttachment.S3AccessPointProperty |
![]() | aws_cdk.aws_fsx.CfnS3AccessPointAttachment.S3AccessPointProperty |
![]() | aws-cdk-lib » aws_fsx » CfnS3AccessPointAttachment » S3AccessPointProperty |
Describes the S3 access point configuration of the S3 access point attachment.
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-lib';
declare const policy: any;
const s3AccessPointProperty: fsx.CfnS3AccessPointAttachment.S3AccessPointProperty = {
alias: 'alias',
policy: policy,
resourceArn: 'resourceArn',
vpcConfiguration: {
vpcId: 'vpcId',
},
};
Properties
Name | Type | Description |
---|---|---|
alias? | string | The S3 access point's alias. |
policy? | any | The S3 access point's policy. |
resource | string | The S3 access point's ARN. |
vpc | IResolvable | S3 | The S3 access point's virtual private cloud (VPC) configuration. |
alias?
Type:
string
(optional)
The S3 access point's alias.
policy?
Type:
any
(optional)
The S3 access point's policy.
resourceArn?
Type:
string
(optional)
The S3 access point's ARN.
vpcConfiguration?
Type:
IResolvable
|
S3
(optional)
The S3 access point's virtual private cloud (VPC) configuration.