Class CfnTelemetryRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnTelemetryRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTelemetryRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTelemetryRuleProps
@Stability(Stable)
@Internal
public static final class CfnTelemetryRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTelemetryRuleProps
An implementation for
CfnTelemetryRuleProps-
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.CfnTelemetryRuleProps
CfnTelemetryRuleProps.Builder, CfnTelemetryRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTelemetryRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTelemetryRuleProps.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 ObjectgetRule()Retrieves the details of a specific telemetry rule in your account.final StringThe name of the telemetry rule.getTags()Lists all tags attached to the specified 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 theCfnTelemetryRuleProps.Builder.
-
-
Method Details
-
getRule
Description copied from interface:CfnTelemetryRulePropsRetrieves the details of a specific telemetry rule in your account.Returns union: either
IResolvableorCfnTelemetryRule.TelemetryRuleProperty- Specified by:
getRulein interfaceCfnTelemetryRuleProps- See Also:
-
getRuleName
Description copied from interface:CfnTelemetryRulePropsThe name of the telemetry rule.- Specified by:
getRuleNamein interfaceCfnTelemetryRuleProps- See Also:
-
getTags
Description copied from interface:CfnTelemetryRulePropsLists all tags attached to the specified resource.Supports telemetry rule resources and telemetry pipeline resources.
- Specified by:
getTagsin interfaceCfnTelemetryRuleProps- 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()
-