aws.cloudcontrol.list_resources
Example SQL Queries
SELECT * FROMaws.cloudcontrol.list_resourcesWHERE"type_name" = 'VALUE';Description
Returns information about the specified resources. For more information, see Discovering resources in the Amazon Web Services Cloud Control API User Guide.
You can use this action to return information about existing resources in your account and Amazon Web Services Region, whether those resources were provisioned using Cloud Control API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| type_name Required Input Column The name of the resource type. | VARCHAR |
| resource_model Input Column The resource model to use to select the resources to return. | VARCHAR |
| role_arn Input Column The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role for Cloud Control API to use when performing this resource operation. The role specified must have the permissions required for this operation. The necessary permissions for each event handler are defined in the handlers section of the resource type definition schema. If you do not specify a role, Cloud Control API uses a temporary session created using your Amazon Web Services user credentials. For more information, see Specifying credentials in the Amazon Web Services Cloud Control API User Guide. | VARCHAR |
| type_version_id Input Column For private resource types, the type version to use in this resource operation. If you do not specify a resource version, CloudFormation uses the default version. | 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
| |
| resource_descriptions Information about the specified resources, including primary identifier and resource model. | STRUCT( |
Show child fields
| |