accessors
Retrieves a list of accessors
in a region
Overview
Name | accessors |
Type | Resource |
Description | accessors |
Id | awscc.managedblockchain.accessors |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.managedblockchain.accessors
WHERE region = 'us-east-1'
Permissions
To operate on the accessors
resource, the following permissions are required:
Create
managedblockchain:CreateAccessor,
managedblockchain:TagResource,
managedblockchain:GetAccessor
List
managedblockchain:ListAccessors