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 |
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 | |
policy? | any | |
resource | string | |
vpc | IResolvable | S3 |
alias?
Type:
string
(optional)
policy?
Type:
any
(optional)
resourceArn?
Type:
string
(optional)
vpcConfiguration?
Type:
IResolvable
|
S3
(optional)