Class CfnOrganizationTelemetryRule.TelemetryRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnOrganizationTelemetryRule.TelemetryRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOrganizationTelemetryRule.TelemetryRuleProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOrganizationTelemetryRule.TelemetryRuleProperty
@Stability(Stable)
@Internal
public static final class CfnOrganizationTelemetryRule.TelemetryRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOrganizationTelemetryRule.TelemetryRuleProperty
An implementation for
CfnOrganizationTelemetryRule.TelemetryRuleProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.observabilityadmin.CfnOrganizationTelemetryRule.TelemetryRuleProperty
CfnOrganizationTelemetryRule.TelemetryRuleProperty.Builder, CfnOrganizationTelemetryRule.TelemetryRuleProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOrganizationTelemetryRule.TelemetryRuleProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The destination configuration for telemetry data.final String
Resource Type associated with the Organization Telemetry Rule.final String
getScope()
Selection Criteria on scope level for rule application.final String
Selection Criteria on resource level for rule application.final String
Telemetry Type associated with the Organization Telemetry Rule.final int
hashCode()
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 theCfnOrganizationTelemetryRule.TelemetryRuleProperty.Builder
.
-
-
Method Details
-
getResourceType
Description copied from interface:CfnOrganizationTelemetryRule.TelemetryRuleProperty
Resource Type associated with the Organization Telemetry Rule.- Specified by:
getResourceType
in interfaceCfnOrganizationTelemetryRule.TelemetryRuleProperty
- See Also:
-
getTelemetryType
Description copied from interface:CfnOrganizationTelemetryRule.TelemetryRuleProperty
Telemetry Type associated with the Organization Telemetry Rule.- Specified by:
getTelemetryType
in interfaceCfnOrganizationTelemetryRule.TelemetryRuleProperty
- See Also:
-
getDestinationConfiguration
Description copied from interface:CfnOrganizationTelemetryRule.TelemetryRuleProperty
The destination configuration for telemetry data.- Specified by:
getDestinationConfiguration
in interfaceCfnOrganizationTelemetryRule.TelemetryRuleProperty
- See Also:
-
getScope
Description copied from interface:CfnOrganizationTelemetryRule.TelemetryRuleProperty
Selection Criteria on scope level for rule application.- Specified by:
getScope
in interfaceCfnOrganizationTelemetryRule.TelemetryRuleProperty
- See Also:
-
getSelectionCriteria
Description copied from interface:CfnOrganizationTelemetryRule.TelemetryRuleProperty
Selection Criteria on resource level for rule application.- Specified by:
getSelectionCriteria
in interfaceCfnOrganizationTelemetryRule.TelemetryRuleProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-