LambdaHook

class LambdaHook : KotlinCustomResource

This is a CloudFormation resource for the first-party AWS::Hooks::LambdaHook.

Properties

Link copied to clipboard
val alias: Output<String>

The typename alias for the hook.

Link copied to clipboard
val executionRole: Output<String>

The execution role ARN assumed by Hooks to invoke Lambda.

Link copied to clipboard

Attribute to specify CloudFormation behavior on hook failure.

Link copied to clipboard
val hookArn: Output<String>

The Amazon Resource Name (ARN) of the activated hook

Link copied to clipboard

Attribute to specify which stacks this hook applies to or should get invoked for

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lambdaFunction: Output<String>

Amazon Resource Name (ARN), Partial ARN, name, version, or alias of the Lambda function to invoke with this hook.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Filters to allow hooks to target specific stack attributes

Link copied to clipboard

Attribute to specify which targets should invoke the hook

Link copied to clipboard

Which operations should this Hook run against? Resource changes, stacks or change sets.

Link copied to clipboard
val urn: Output<String>