HookTypeConfigReference
- class aws_cdk.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. import aws_cdk as cdk hook_type_config_reference = cdk.HookTypeConfigReference( configuration_arn="configurationArn" )
Attributes
- configuration_arn
The ConfigurationArn of the HookTypeConfig resource.