Class CfnLoggingConfiguration.ConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnLoggingConfiguration.ConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingConfiguration.ConditionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoggingConfiguration.ConditionProperty
@Stability(Stable)
@Internal
public static final class CfnLoggingConfiguration.ConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingConfiguration.ConditionProperty
An implementation for
CfnLoggingConfiguration.ConditionProperty-
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.wafv2.CfnLoggingConfiguration.ConditionProperty
CfnLoggingConfiguration.ConditionProperty.Builder, CfnLoggingConfiguration.ConditionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoggingConfiguration.ConditionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnLoggingConfiguration.ConditionProperty.Builder.
-
-
Method Details
-
getActionCondition
Description copied from interface:CfnLoggingConfiguration.ConditionPropertyA single action condition.This is the action setting that a log record must contain in order to meet the condition.
Returns union: either
IResolvableorCfnLoggingConfiguration.ActionConditionProperty- Specified by:
getActionConditionin interfaceCfnLoggingConfiguration.ConditionProperty- See Also:
-
getLabelNameCondition
Description copied from interface:CfnLoggingConfiguration.ConditionPropertyA single label name condition.This is the fully qualified label name that a log record must contain in order to meet the condition. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.
Returns union: either
IResolvableorCfnLoggingConfiguration.LabelNameConditionProperty- Specified by:
getLabelNameConditionin interfaceCfnLoggingConfiguration.ConditionProperty- 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()
-