aws.cloudformation.list_type_registrations
Example SQL Queries
SELECT * FROMaws.cloudformation.list_type_registrations;Description
Returns a list of registration tokens for the specified extension(s).
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results. | BIGINT |
| next_token Input Column If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call this action again and assign that token to the request object's NextToken parameter. If the request returns all results, NextToken is set to null. | VARCHAR |
| registration_status_filter Input Column The current status of the extension registration request. The default is IN_PROGRESS. | VARCHAR |
| type Input Column The kind of extension. Conditional: You must specify either TypeName and Type, or Arn. | VARCHAR |
| type_arn Input Column The Amazon Resource Name (ARN) of the extension. Conditional: You must specify either TypeName and Type, or Arn. | VARCHAR |
| type_name Input Column The name of the extension. Conditional: You must specify either TypeName and Type, or Arn. | 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 |
| registration_token_list A list of extension registration tokens. Use DescribeTypeRegistration to return detailed information about a type registration request. | VARCHAR[] |
Show child fields
| |