HookTypeConfigReference

class aws_cdk.interfaces.aws_cloudformation.HookTypeConfigReference(*, configuration_arn)

Bases: object

A reference to a HookTypeConfig resource.

Parameters:

configuration_arn (str) – The ConfigurationArn of the HookTypeConfig 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_cloudformation as interfaces_cloudformation

hook_type_config_reference = interfaces_cloudformation.HookTypeConfigReference(
    configuration_arn="configurationArn"
)

Attributes

configuration_arn

The ConfigurationArn of the HookTypeConfig resource.