accessor
Gets an individual accessor
resource
Overview
Name | accessor |
Type | Resource |
Description | accessor |
Id | awscc.managedblockchain.accessor |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
billing_token | string | |
creation_date | string | |
id | string | |
status | string | |
accessor_type | string | |
network_type | string | |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
billing_token,
creation_date,
id,
status,
accessor_type,
network_type,
tags
FROM awscc.managedblockchain.accessor
WHERE data__Identifier = '<Id>';
Permissions
To operate on the accessor
resource, the following permissions are required:
Read
managedblockchain:GetAccessor
Update
managedblockchain:GetAccessor,
managedblockchain:CreateAccessor,
managedblockchain:TagResource,
managedblockchain:UntagResource
Delete
managedblockchain:DeleteAccessor