interface S3AccessPointAttachmentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.FSx.S3AccessPointAttachmentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsfsx#S3AccessPointAttachmentReference |
Java | software.amazon.awscdk.interfaces.fsx.S3AccessPointAttachmentReference |
Python | aws_cdk.interfaces.aws_fsx.S3AccessPointAttachmentReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_fsx } from 'aws-cdk-lib/interfaces';
const s3AccessPointAttachmentReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript