Class CfnLoggingConfigurationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnLoggingConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoggingConfigurationMixinProps
@Stability(Stable)
@Internal
public static final class CfnLoggingConfigurationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingConfigurationMixinProps
An implementation for
CfnLoggingConfigurationMixinProps-
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.cfnpropertymixins.services.networkfirewall.CfnLoggingConfigurationMixinProps
CfnLoggingConfigurationMixinProps.Builder, CfnLoggingConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoggingConfigurationMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectReturns union: eitherBooleanorIResolvablefinal ObjectThe Amazon Resource Name (ARN) of the firewallthat the logging configuration is associated with.final StringThe name of the firewall that the logging configuration is associated with.final ObjectDefines how AWS Network Firewall performs logging for a firewall.final inthashCode()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 theCfnLoggingConfigurationMixinProps.Builder.
-
-
Method Details
-
getEnableMonitoringDashboard
Description copied from interface:CfnLoggingConfigurationMixinPropsReturns union: eitherBooleanorIResolvable- Specified by:
getEnableMonitoringDashboardin interfaceCfnLoggingConfigurationMixinProps- See Also:
-
getFirewallArn
Description copied from interface:CfnLoggingConfigurationMixinPropsThe Amazon Resource Name (ARN) of the firewallthat the logging configuration is associated with.You can't change the firewall specification after you create the logging configuration.
Returns union: either
StringorIFirewallRef- Specified by:
getFirewallArnin interfaceCfnLoggingConfigurationMixinProps- See Also:
-
getFirewallName
Description copied from interface:CfnLoggingConfigurationMixinPropsThe name of the firewall that the logging configuration is associated with.You can't change the firewall specification after you create the logging configuration.
- Specified by:
getFirewallNamein interfaceCfnLoggingConfigurationMixinProps- See Also:
-
getLoggingConfiguration
Description copied from interface:CfnLoggingConfigurationMixinPropsDefines how AWS Network Firewall performs logging for a firewall.Returns union: either
IResolvableorCfnLoggingConfigurationPropsMixin.LoggingConfigurationProperty- Specified by:
getLoggingConfigurationin interfaceCfnLoggingConfigurationMixinProps- 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()
-