Module: AWSCDK::SNS::TracingConfig

Defined in:
sns/tracing_config.rb

Overview

The tracing mode of an Amazon SNS topic.

Constant Summary collapse

PASS_THROUGH =
Deprecated.
Note:

Default:

The mode that topic passes trace headers received from the Amazon SNS publisher to its subscription.

Jsii::Enum.new("aws-cdk-lib.aws_sns.TracingConfig", "PASS_THROUGH")
ACTIVE =
Deprecated.
Note:

Default:

The mode that Amazon SNS vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true.

Jsii::Enum.new("aws-cdk-lib.aws_sns.TracingConfig", "ACTIVE")