OrganizationConformancePackReference

class aws_cdk.interfaces.aws_config.OrganizationConformancePackReference(*, organization_conformance_pack_name)

Bases: object

A reference to a OrganizationConformancePack resource.

Parameters:

organization_conformance_pack_name (str) – The OrganizationConformancePackName of the OrganizationConformancePack resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_config as interfaces_aws_config

organization_conformance_pack_reference = interfaces_aws_config.OrganizationConformancePackReference(
    organization_conformance_pack_name="organizationConformancePackName"
)

Attributes

organization_conformance_pack_name

The OrganizationConformancePackName of the OrganizationConformancePack resource.