Class XRayDeliveryDestination
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.logs.CfnDeliveryDestination
software.amazon.awscdk.mixins.preview.services.logs.XRayDeliveryDestination
- 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();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class(experimental) A fluent builder forXRayDeliveryDestination.Nested classes/interfaces inherited from class software.amazon.awscdk.services.logs.CfnDeliveryDestination
CfnDeliveryDestination.DestinationPolicyPropertyNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.logs.IDeliveryDestinationRef
IDeliveryDestinationRef.Jsii$Default, IDeliveryDestinationRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
Fields inherited from class software.amazon.awscdk.services.logs.CfnDeliveryDestination
CFN_RESOURCE_TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedXRayDeliveryDestination(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedXRayDeliveryDestination(software.amazon.jsii.JsiiObjectRef objRef) XRayDeliveryDestination(software.constructs.Construct scope, String id, XRayDeliveryDestinationProps props) -
Method Summary
Methods inherited from class software.amazon.awscdk.services.logs.CfnDeliveryDestination
arnForDeliveryDestination, fromDeliveryDestinationArn, fromDeliveryDestinationName, getAttrArn, getCdkTagManager, getCfnProperties, getDeliveryDestinationPolicy, getDeliveryDestinationRef, getDeliveryDestinationType, getDestinationResourceArn, getName, getOutputFormat, getTags, inspect, isCfnDeliveryDestination, renderProperties, setDeliveryDestinationPolicy, setDeliveryDestinationPolicy, setDeliveryDestinationType, setDestinationResourceArn, setName, setOutputFormat, setTagsMethods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
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.
-