Class CfnTelemetryPipelinesProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnTelemetryPipelinesProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTelemetryPipelinesProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTelemetryPipelinesProps
@Stability(Stable)
@Internal
public static final class CfnTelemetryPipelinesProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTelemetryPipelinesProps
An implementation for
CfnTelemetryPipelinesProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.observabilityadmin.CfnTelemetryPipelinesProps
CfnTelemetryPipelinesProps.Builder, CfnTelemetryPipelinesProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTelemetryPipelinesProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations.final StringgetName()The name of the telemetry pipeline to create.getTags()The key-value pairs to associate with the telemetry pipeline resource for categorization and management purposes.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTelemetryPipelinesProps.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnTelemetryPipelinesPropsThe configuration that defines how the telemetry pipeline processes data, including sources, processors, and destinations.For more information, see the Amazon CloudWatch User Guide .
Returns union: either
IResolvableorCfnTelemetryPipelines.TelemetryPipelineConfigurationProperty- Specified by:
getConfigurationin interfaceCfnTelemetryPipelinesProps- See Also:
-
getName
Description copied from interface:CfnTelemetryPipelinesPropsThe name of the telemetry pipeline to create.The name must be unique within your account.
- Specified by:
getNamein interfaceCfnTelemetryPipelinesProps- See Also:
-
getTags
Description copied from interface:CfnTelemetryPipelinesPropsThe key-value pairs to associate with the telemetry pipeline resource for categorization and management purposes.- Specified by:
getTagsin interfaceCfnTelemetryPipelinesProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-