aws.config.describe_conformance_pack_status
Example SQL Queries
SELECT * FROMaws.config.describe_conformance_pack_status;Description
Provides one or more conformance packs deployment status.
If there are no conformance packs then you will see an empty result.
Table Definition
| Column Name | Column Data Type |
|---|---|
| conformance_pack_names Input Column Comma-separated list of conformance pack names. | VARCHAR[] |
Show child fields
| |
| _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 |
| conformance_pack_arn Amazon Resource Name (ARN) of comformance pack. | VARCHAR |
| conformance_pack_id ID of the conformance pack. | VARCHAR |
| conformance_pack_name Name of the conformance pack. | VARCHAR |
| conformance_pack_state Indicates deployment status of conformance pack. Config sets the state of the conformance pack to:
| VARCHAR |
| conformance_pack_status_reason The reason of conformance pack creation failure. | VARCHAR |
| last_update_completed_time Last time when conformation pack creation and update was successful. | TIMESTAMP_S |
| last_update_requested_time Last time when conformation pack creation and update was requested. | TIMESTAMP_S |
| stack_arn Amazon Resource Name (ARN) of CloudFormation stack. | VARCHAR |