ConformancePackReference

class aws_cdk.aws_config.ConformancePackReference(*, conformance_pack_name)

Bases: object

A reference to a ConformancePack resource.

Parameters:

conformance_pack_name (str) – The ConformancePackName of the ConformancePack 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

conformance_pack_reference = config.ConformancePackReference(
    conformance_pack_name="conformancePackName"
)

Attributes

conformance_pack_name

The ConformancePackName of the ConformancePack resource.