aws.ram.list_resource_types
Example SQL Queries
SELECT * FROMaws.ram.list_resource_types;Description
Lists the resource types that can be shared by RAM.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Specifies the total number of results that you want included on each page of the response. If you do not include this parameter, it defaults to a value that is specific to the operation. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results. | BIGINT |
| next_token Input Column If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null. This indicates that this is the last page of results. | VARCHAR |
| resource_region_scope Input Column Specifies that you want the results to include only resources that have the specified scope.
The default value is ALL. | 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 |
| resource_types An array of objects that contain information about the resource types that can be shared using RAM. | STRUCT( |
Show child fields
| |