data_repository_associations
Retrieves a list of data_repository_associations
in a region
Overview
Name | data_repository_associations |
Type | Resource |
Description | data_repository_associations |
Id | awscc.fsx.data_repository_associations |
Fields
Name | Datatype | Description |
---|---|---|
association_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
association_id
FROM awscc.fsx.data_repository_associations
WHERE region = 'us-east-1'
Permissions
To operate on the data_repository_associations
resource, the following permissions are required:
Create
fsx:CreateDataRepositoryAssociation,
fsx:DescribeDataRepositoryAssociations,
fsx:TagResource,
s3:ListBucket,
s3:GetBucketPolicy,
s3:PutBucketPolicy,
iam:CreateServiceLinkedRole,
iam:PutRolePolicy
List
fsx:DescribeDataRepositoryAssociations