interface S3AccessPointAttachmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.FSx.S3AccessPointAttachmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#S3AccessPointAttachmentReference |
![]() | software.amazon.awscdk.services.fsx.S3AccessPointAttachmentReference |
![]() | aws_cdk.aws_fsx.S3AccessPointAttachmentReference |
![]() | aws-cdk-lib » aws_fsx » S3AccessPointAttachmentReference |
A reference to a S3AccessPointAttachment resource.
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';
const s3AccessPointAttachmentReference: fsx.S3AccessPointAttachmentReference = {
s3AccessPointAttachmentName: 's3AccessPointAttachmentName',
};
Properties
Name | Type | Description |
---|---|---|
s3 | string | The Name of the S3AccessPointAttachment resource. |
s3AccessPointAttachmentName
Type:
string
The Name of the S3AccessPointAttachment resource.