s3access_point_attachments_list_only
Lists s3access_point_attachments in a region or regions, for all properties use s3access_point_attachments
Overview
| Name | s3access_point_attachments_list_only |
| Type | Resource |
| Description | Resource type definition for AWS::FSx::S3AccessPointAttachment |
| Id | awscc.fsx.s3access_point_attachments_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | The Name of the S3AccessPointAttachment |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all s3access_point_attachments in a region.
SELECT
region,
name
FROM awscc.fsx.s3access_point_attachments_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the s3access_point_attachments_list_only resource, see s3access_point_attachments