aws.managedblockchain.get_accessor
Example SQL Queries
SELECT * FROMaws.managedblockchain.get_accessorWHERE"accessor_id" = 'VALUE';Description
Returns detailed information about an accessor. An accessor object is a container that has the information required for token based access to your Ethereum nodes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| accessor_id Required Input Column The unique identifier of the accessor. | 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 |
| accessor The properties of the accessor. | STRUCT( |
Show child fields
| |