accessors_list_only
Lists accessors
in a region or regions, for all properties use accessors
Overview
Name | accessors_list_only |
Type | Resource |
Description | Definition of AWS::ManagedBlockchain::com.amazonaws.taiga.webservice.api#Accessor Resource Type |
Id | aws.managedblockchain.accessors_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all accessors
in a region.
SELECT
region,
id
FROM aws.managedblockchain.accessors_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the accessors_list_only
resource, see accessors