Class CfnOrganizationTelemetryRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnOrganizationTelemetryRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOrganizationTelemetryRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOrganizationTelemetryRuleProps
@Stability(Stable)
@Internal
public static final class CfnOrganizationTelemetryRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOrganizationTelemetryRuleProps
An implementation for
CfnOrganizationTelemetryRuleProps-
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.CfnOrganizationTelemetryRuleProps
CfnOrganizationTelemetryRuleProps.Builder, CfnOrganizationTelemetryRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOrganizationTelemetryRuleProps.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()The name of the organization telemetry rule.final StringThe name of the organization centralization 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 theCfnOrganizationTelemetryRuleProps.Builder.
-
-
Method Details
-
getRule
Description copied from interface:CfnOrganizationTelemetryRulePropsThe name of the organization telemetry rule.Returns union: either
IResolvableorCfnOrganizationTelemetryRule.TelemetryRuleProperty- Specified by:
getRulein interfaceCfnOrganizationTelemetryRuleProps- See Also:
-
getRuleName
Description copied from interface:CfnOrganizationTelemetryRulePropsThe name of the organization centralization rule.- Specified by:
getRuleNamein interfaceCfnOrganizationTelemetryRuleProps- See Also:
-
getTags
Description copied from interface:CfnOrganizationTelemetryRulePropsLists all tags attached to the specified resource.Supports telemetry rule resources and telemetry pipeline resources.
- Specified by:
getTagsin interfaceCfnOrganizationTelemetryRuleProps- 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()
-