aws.fis.get_target_resource_type
Example SQL Queries
SELECT * FROMaws.fis.get_target_resource_typeWHERE"resource_type" = 'VALUE';Description
Gets information about the specified resource type.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_type Required Input Column The resource type. | 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
| |
| target_resource_type Information about the resource type. | STRUCT( |
Show child fields
| |