S3AccessPointAttachmentReference

class aws_cdk.aws_fsx.S3AccessPointAttachmentReference(*, s3_access_point_attachment_name)

Bases: object

A reference to a S3AccessPointAttachment resource.

Parameters:

s3_access_point_attachment_name (str) – The Name of the S3AccessPointAttachment resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_fsx as fsx

s3_access_point_attachment_reference = fsx.S3AccessPointAttachmentReference(
    s3_access_point_attachment_name="s3AccessPointAttachmentName"
)

Attributes

s3_access_point_attachment_name

The Name of the S3AccessPointAttachment resource.