Skip to main content

accessor

Gets an individual accessor resource

Overview

Nameaccessor
TypeResource
Descriptionaccessor
Idawscc.managedblockchain.accessor

Fields

NameDatatypeDescription
arnstring
billing_tokenstring
creation_datestring
idstring
statusstring
accessor_typestring
network_typestring
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS 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