OrganizationConformancePackReference
- class aws_cdk.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 import aws_config as config organization_conformance_pack_reference = config.OrganizationConformancePackReference( organization_conformance_pack_name="organizationConformancePackName" )
Attributes
- organization_conformance_pack_name
The OrganizationConformancePackName of the OrganizationConformancePack resource.