RemediationConfigurationReference

class aws_cdk.interfaces.aws_config.RemediationConfigurationReference(*, config_rule_name)

Bases: object

A reference to a RemediationConfiguration resource.

Parameters:

config_rule_name (str) – The ConfigRuleName of the RemediationConfiguration 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_config

remediation_configuration_reference = interfaces_config.RemediationConfigurationReference(
    config_rule_name="configRuleName"
)

Attributes

config_rule_name

The ConfigRuleName of the RemediationConfiguration resource.