Class CfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty
@Stability(Stable)
@Internal
public static final class CfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty
An implementation for
CfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty-
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.cfnpropertymixins.services.observabilityadmin.CfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty
CfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty.Builder, CfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty.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 StringgetArn()The Amazon Resource Name (ARN) of the telemetry pipeline.final ObjectThe configuration that defines how the telemetry pipeline processes data.final NumberThe timestamp when the telemetry pipeline was created.final NumberThe timestamp when the telemetry pipeline was last updated.final StringgetName()The name of the telemetry pipeline.final StringThe current status of the telemetry pipeline.final ObjectAdditional information about the pipeline status, including reasons for failure states.getTags()The key-value pairs associated with the telemetry pipeline resource.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 theCfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnTelemetryPipelinesPropsMixin.TelemetryPipelinePropertyThe Amazon Resource Name (ARN) of the telemetry pipeline.- Specified by:
getArnin interfaceCfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty- See Also:
-
getConfiguration
Description copied from interface:CfnTelemetryPipelinesPropsMixin.TelemetryPipelinePropertyThe configuration that defines how the telemetry pipeline processes data.For more information, see the Amazon CloudWatch User Guide .
Returns union: either
IResolvableorCfnTelemetryPipelinesPropsMixin.TelemetryPipelineConfigurationProperty- Specified by:
getConfigurationin interfaceCfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty- See Also:
-
getCreatedTimeStamp
Description copied from interface:CfnTelemetryPipelinesPropsMixin.TelemetryPipelinePropertyThe timestamp when the telemetry pipeline was created.- Specified by:
getCreatedTimeStampin interfaceCfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty- See Also:
-
getLastUpdateTimeStamp
Description copied from interface:CfnTelemetryPipelinesPropsMixin.TelemetryPipelinePropertyThe timestamp when the telemetry pipeline was last updated.- Specified by:
getLastUpdateTimeStampin interfaceCfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty- See Also:
-
getName
Description copied from interface:CfnTelemetryPipelinesPropsMixin.TelemetryPipelinePropertyThe name of the telemetry pipeline.- Specified by:
getNamein interfaceCfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty- See Also:
-
getStatus
Description copied from interface:CfnTelemetryPipelinesPropsMixin.TelemetryPipelinePropertyThe current status of the telemetry pipeline.- Specified by:
getStatusin interfaceCfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty- See Also:
-
getStatusReason
Description copied from interface:CfnTelemetryPipelinesPropsMixin.TelemetryPipelinePropertyAdditional information about the pipeline status, including reasons for failure states.Returns union: either
IResolvableorCfnTelemetryPipelinesPropsMixin.TelemetryPipelineStatusReasonProperty- Specified by:
getStatusReasonin interfaceCfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty- See Also:
-
getTags
Description copied from interface:CfnTelemetryPipelinesPropsMixin.TelemetryPipelinePropertyThe key-value pairs associated with the telemetry pipeline resource.- Specified by:
getTagsin interfaceCfnTelemetryPipelinesPropsMixin.TelemetryPipelineProperty- 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()
-