Class CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
An implementation for
CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
-
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.TelemetryDestinationConfigurationProperty
CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty.Builder, CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty.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 String
Pattern for telemetry data destination.final String
Type of telemetry destination.final Number
Number of days to retain the telemetry data in the specified destination.final Object
Telemetry parameters for VPC Flow logs.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
protected Jsii$Proxy(CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty.Builder
.
-
-
Method Details
-
getDestinationPattern
Description copied from interface:CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
Pattern for telemetry data destination.- Specified by:
getDestinationPattern
in interfaceCfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
- See Also:
-
getDestinationType
Description copied from interface:CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
Type of telemetry destination.- Specified by:
getDestinationType
in interfaceCfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
- See Also:
-
getRetentionInDays
Description copied from interface:CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
Number of days to retain the telemetry data in the specified destination.- Specified by:
getRetentionInDays
in interfaceCfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
- See Also:
-
getVpcFlowLogParameters
Description copied from interface:CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
Telemetry parameters for VPC Flow logs.- Specified by:
getVpcFlowLogParameters
in interfaceCfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty
- 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()
-