Class DotnetInstrumentationVersion
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationsignals.alpha.InstrumentationVersion
software.amazon.awscdk.services.applicationsignals.alpha.DotnetInstrumentationVersion
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:21.086Z")
@Stability(Experimental)
public class DotnetInstrumentationVersion
extends InstrumentationVersion
(experimental) Available versions for .NET instrumentation.
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.*;
DotnetInstrumentationVersion dotnetInstrumentationVersion = new DotnetInstrumentationVersion("imageRepo", "version", 123);
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Number(experimental) The default memory limit of the .NET instrumentation.static final String(experimental) The image repository for .NET instrumentation.static final DotnetInstrumentationVersion(experimental) ADOT .NET Instrumentation version 1.6.0.static final DotnetInstrumentationVersion(experimental) ADOT .NET Instrumentation version 1.6.0 for Windows 2019.static final DotnetInstrumentationVersion(experimental) ADOT .NET Instrumentation version 1.6.0 for Windows 2022.static final DotnetInstrumentationVersion(experimental) ADOT .NET Instrumentation version 1.7.0.static final DotnetInstrumentationVersion(experimental) ADOT .NET Instrumentation version 1.7.0 for Windows 2019.static final DotnetInstrumentationVersion(experimental) ADOT .NET Instrumentation version 1.7.0 for Windows 2022. -
Constructor Summary
ConstructorsModifierConstructorDescriptionDotnetInstrumentationVersion(String imageRepo, String version, Number memoryLimit) protectedDotnetInstrumentationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedDotnetInstrumentationVersion(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Methods inherited from class software.amazon.awscdk.services.applicationsignals.alpha.InstrumentationVersion
getImageRepo, getMemoryLimit, getVersion, imageURI, memoryLimitMiBMethods 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
-
DEFAULT_MEMORY_LIMIT_MIB
(experimental) The default memory limit of the .NET instrumentation. -
IMAGE_REPO
(experimental) The image repository for .NET instrumentation. -
V1_6_0
(experimental) ADOT .NET Instrumentation version 1.6.0. -
V1_6_0_WINDOWS2019
(experimental) ADOT .NET Instrumentation version 1.6.0 for Windows 2019. -
V1_6_0_WINDOWS2022
(experimental) ADOT .NET Instrumentation version 1.6.0 for Windows 2022. -
V1_7_0
(experimental) ADOT .NET Instrumentation version 1.7.0. -
V1_7_0_WINDOWS2019
(experimental) ADOT .NET Instrumentation version 1.7.0 for Windows 2019. -
V1_7_0_WINDOWS2022
(experimental) ADOT .NET Instrumentation version 1.7.0 for Windows 2022.
-
-
Constructor Details
-
DotnetInstrumentationVersion
protected DotnetInstrumentationVersion(software.amazon.jsii.JsiiObjectRef objRef) -
DotnetInstrumentationVersion
protected DotnetInstrumentationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
DotnetInstrumentationVersion
@Stability(Experimental) public DotnetInstrumentationVersion(@NotNull String imageRepo, @NotNull String version, @NotNull Number memoryLimit) - Parameters:
imageRepo- This parameter is required.version- This parameter is required.memoryLimit- This parameter is required.
-