XRayDeliveryDestinationProps

class aws_cdk.mixins_preview.aws_logs.XRayDeliveryDestinationProps(*, source_resource)

Bases: object

(experimental) Properties for XRay delivery destination.

Parameters:

source_resource (str) – (experimental) Arn of the source resource.

Stability:

experimental

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.mixins_preview import aws_logs as logs

x_ray_delivery_destination_props = logs.XRayDeliveryDestinationProps(
    source_resource="sourceResource"
)

Attributes

source_resource

(experimental) Arn of the source resource.

Stability:

experimental