Class CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.observabilityadmin.CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty
@Stability(Stable)
@Internal
public static final class CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty
An implementation for
CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty
-
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.VPCFlowLogParametersProperty
CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty.Builder, CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOrganizationTelemetryRule.VPCFlowLogParametersProperty.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
The fields to include in the flow log record.final Number
The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.final String
The type of traffic captured for the flow log.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.VPCFlowLogParametersProperty.Builder
.
-
-
Method Details
-
getLogFormat
Description copied from interface:CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty
The fields to include in the flow log record.If you omit this parameter, the flow log is created using the default format.
- Specified by:
getLogFormat
in interfaceCfnOrganizationTelemetryRule.VPCFlowLogParametersProperty
- See Also:
-
getMaxAggregationInterval
Description copied from interface:CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty
The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.Default is 600s.
- Specified by:
getMaxAggregationInterval
in interfaceCfnOrganizationTelemetryRule.VPCFlowLogParametersProperty
- See Also:
-
getTrafficType
Description copied from interface:CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty
The type of traffic captured for the flow log.Default is ALL
- Specified by:
getTrafficType
in interfaceCfnOrganizationTelemetryRule.VPCFlowLogParametersProperty
- 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()
-