Class XRayDeliveryDestination

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, IEnvironmentAware, IDeliveryDestinationRef, ITaggableV2, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-02T12:05:27.415Z") @Stability(Experimental) public class XRayDeliveryDestination extends CfnDeliveryDestination
(experimental) XRay delivery destination for XRay traces.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.logs.*;
 XRayDeliveryDestination xRayDeliveryDestination = XRayDeliveryDestination.Builder.create(this, "MyXRayDeliveryDestination")
         .sourceResource("sourceResource")
         .build();
 
  • Constructor Details

    • XRayDeliveryDestination

      protected XRayDeliveryDestination(software.amazon.jsii.JsiiObjectRef objRef)
    • XRayDeliveryDestination

      protected XRayDeliveryDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • XRayDeliveryDestination

      @Stability(Experimental) public XRayDeliveryDestination(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull XRayDeliveryDestinationProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props - This parameter is required.