aws.managedblockchain.list_invitations
Example SQL Queries
SELECT * FROMaws.managedblockchain.list_invitations;Description
Returns a list of all invitations for the current Amazon Web Services account.
Applies only to Hyperledger Fabric.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of invitations to return. | BIGINT |
| next_token Input Column The pagination token that indicates the next set of results to retrieve. | 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 |
| invitations The invitations for the network. | STRUCT( |
Show child fields
| |