aws.config.describe_organization_conformance_packs
Example SQL Queries
SELECT * FROMaws.config.describe_organization_conformance_packs;Description
Returns a list of organization conformance packs.
When you specify the limit and the next token, you receive a paginated response.
Limit and next token are not applicable if you specify organization conformance packs names. They are only applicable, when you request all the organization conformance packs.
For accounts within an organization
If you deploy an organizational rule or conformance pack in an organization administrator account, and then establish a delegated administrator and deploy an organizational rule or conformance pack in the delegated administrator account, you won't be able to see the organizational rule or conformance pack in the organization administrator account from the delegated administrator account or see the organizational rule or conformance pack in the delegated administrator account from organization administrator account. The DescribeOrganizationConfigRules and DescribeOrganizationConformancePacks APIs can only see and interact with the organization-related resource that were deployed from within the account calling those APIs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_conformance_pack_names Input Column The name that you assign to an organization conformance pack. | 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_input_parameters A list of ConformancePackInputParameter objects. | STRUCT( |
Show child fields
| |
| delivery_s3_bucket The name of the Amazon S3 bucket where Config stores conformance pack templates. This field is optional. | VARCHAR |
| delivery_s3_key_prefix Any folder structure you want to add to an Amazon S3 bucket. This field is optional. | VARCHAR |
| excluded_accounts A comma-separated list of accounts excluded from organization conformance pack. | VARCHAR[] |
Show child fields
| |
| last_update_time Last time when organization conformation pack was updated. | TIMESTAMP_S |
| organization_conformance_pack_arn Amazon Resource Name (ARN) of organization conformance pack. | VARCHAR |
| organization_conformance_pack_name The name you assign to an organization conformance pack. | VARCHAR |