Module: AWSCDK::Synthetics::ResourceToReplicateTags

Defined in:
synthetics/resource_to_replicate_tags.rb

Overview

Resources that tags applied to a canary should be replicated to.

Constant Summary collapse

LAMBDA_FUNCTION =
Deprecated.
Note:

Default:

Replicate canary tags to the Lambda function.

When specified, CloudWatch Synthetics will keep the tags of the canary and the Lambda function synchronized. Any future changes made to the canary's tags will also be applied to the function.

Jsii::Enum.new("aws-cdk-lib.aws_synthetics.ResourceToReplicateTags", "LAMBDA_FUNCTION")