aws.managedblockchain.list_accessors
Example SQL Queries
SELECT * FROMaws.managedblockchain.list_accessors;Description
Returns a list of the accessors and their properties. Accessor objects are containers that have the information required for token based access to your Ethereum nodes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| network_type Input Column The blockchain network that the Accessor token is created for. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. | VARCHAR |
| creation_date The creation date and time of the accessor. | TIMESTAMP_S |
| id The unique identifier of the accessor. | VARCHAR |
| status The current status of the accessor. | VARCHAR |
| type The type of the accessor. Currently accessor type is restricted to BILLING_TOKEN. | VARCHAR |