Class CfnTelemetryRule.TelemetryDestinationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnTelemetryRule.TelemetryDestinationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnTelemetryRule.TelemetryDestinationConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTelemetryRule.TelemetryDestinationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnTelemetryRule.TelemetryDestinationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTelemetryRule.TelemetryDestinationConfigurationProperty
An implementation for 
CfnTelemetryRule.TelemetryDestinationConfigurationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.observabilityadmin.CfnTelemetryRule.TelemetryDestinationConfigurationPropertyCfnTelemetryRule.TelemetryDestinationConfigurationProperty.Builder, CfnTelemetryRule.TelemetryDestinationConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTelemetryRule.TelemetryDestinationConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe pattern used to generate the destination path or name, supporting macros likeand . final StringThe type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").final NumberThe number of days to retain the telemetry data in the destination.final ObjectConfiguration parameters specific to VPC Flow Logs when VPC is the resource type.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnTelemetryRule.TelemetryDestinationConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getDestinationPatternDescription copied from interface:CfnTelemetryRule.TelemetryDestinationConfigurationPropertyThe pattern used to generate the destination path or name, supporting macros likeand . - Specified by:
- getDestinationPatternin interface- CfnTelemetryRule.TelemetryDestinationConfigurationProperty
- See Also:
 
- 
getDestinationTypeDescription copied from interface:CfnTelemetryRule.TelemetryDestinationConfigurationPropertyThe type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").- Specified by:
- getDestinationTypein interface- CfnTelemetryRule.TelemetryDestinationConfigurationProperty
- See Also:
 
- 
getRetentionInDaysDescription copied from interface:CfnTelemetryRule.TelemetryDestinationConfigurationPropertyThe number of days to retain the telemetry data in the destination.- Specified by:
- getRetentionInDaysin interface- CfnTelemetryRule.TelemetryDestinationConfigurationProperty
- See Also:
 
- 
getVpcFlowLogParametersDescription copied from interface:CfnTelemetryRule.TelemetryDestinationConfigurationPropertyConfiguration parameters specific to VPC Flow Logs when VPC is the resource type.Returns union: either IResolvableorCfnTelemetryRule.VPCFlowLogParametersProperty- Specified by:
- getVpcFlowLogParametersin interface- CfnTelemetryRule.TelemetryDestinationConfigurationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-