Class CfnLoggingConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnLoggingConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLoggingConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoggingConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnLoggingConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoggingConfigurationProps
An implementation for
CfnLoggingConfigurationProps-
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.networkfirewall.CfnLoggingConfigurationProps
CfnLoggingConfigurationProps.Builder, CfnLoggingConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLoggingConfigurationProps.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 StringThe 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 theCfnLoggingConfigurationProps.Builder.
-
-
Method Details
-
getFirewallArn
Description copied from interface:CfnLoggingConfigurationPropsThe 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.
- Specified by:
getFirewallArnin interfaceCfnLoggingConfigurationProps- See Also:
-
getLoggingConfiguration
Description copied from interface:CfnLoggingConfigurationPropsDefines how AWS Network Firewall performs logging for a firewall.Returns union: either
IResolvableorCfnLoggingConfiguration.LoggingConfigurationProperty- Specified by:
getLoggingConfigurationin interfaceCfnLoggingConfigurationProps- See Also:
-
getEnableMonitoringDashboard
Description copied from interface:CfnLoggingConfigurationPropsReturns union: eitherBooleanorIResolvable- Specified by:
getEnableMonitoringDashboardin interfaceCfnLoggingConfigurationProps- See Also:
-
getFirewallName
Description copied from interface:CfnLoggingConfigurationPropsThe 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 interfaceCfnLoggingConfigurationProps- 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()
-