Class NodeInstrumentation
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationsignals.alpha.NodeInstrumentation
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:26.510Z")
@Stability(Experimental)
public class NodeInstrumentation
extends software.amazon.jsii.JsiiObject
(experimental) Node-specific OpenTelemetry instrumentation configurations.
Contains constants for Node.js runtime settings and options.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.applicationsignals.alpha.*; NodeInstrumentation nodeInstrumentation = new NodeInstrumentation();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String(experimental) Node.js options environment variable. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNodeInstrumentation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedNodeInstrumentation(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods 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, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
NODE_OPTIONS
(experimental) Node.js options environment variable.
-
-
Constructor Details
-
NodeInstrumentation
protected NodeInstrumentation(software.amazon.jsii.JsiiObjectRef objRef) -
NodeInstrumentation
protected NodeInstrumentation(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
NodeInstrumentation
@Stability(Experimental) public NodeInstrumentation()
-