Class CfnTLSInspectionConfiguration.ServerCertificateScopeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnTLSInspectionConfiguration.ServerCertificateScopeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTLSInspectionConfiguration.ServerCertificateScopeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTLSInspectionConfiguration.ServerCertificateScopeProperty
@Stability(Stable)
@Internal
public static final class CfnTLSInspectionConfiguration.ServerCertificateScopeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTLSInspectionConfiguration.ServerCertificateScopeProperty
An implementation for
CfnTLSInspectionConfiguration.ServerCertificateScopeProperty
-
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.networkfirewall.CfnTLSInspectionConfiguration.ServerCertificateScopeProperty
CfnTLSInspectionConfiguration.ServerCertificateScopeProperty.Builder, CfnTLSInspectionConfiguration.ServerCertificateScopeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTLSInspectionConfiguration.ServerCertificateScopeProperty.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 Object
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.final Object
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.final Object
The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA).final Object
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.final Object
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.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 theCfnTLSInspectionConfiguration.ServerCertificateScopeProperty.Builder
.
-
-
Method Details
-
getDestinationPorts
Description copied from interface:CfnTLSInspectionConfiguration.ServerCertificateScopeProperty
The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.If not specified, this matches with any destination port.
You can specify individual ports, for example
1994
, and you can specify port ranges, such as1990:1994
.- Specified by:
getDestinationPorts
in interfaceCfnTLSInspectionConfiguration.ServerCertificateScopeProperty
- See Also:
-
getDestinations
Description copied from interface:CfnTLSInspectionConfiguration.ServerCertificateScopeProperty
The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.If not specified, this matches with any destination address.
- Specified by:
getDestinations
in interfaceCfnTLSInspectionConfiguration.ServerCertificateScopeProperty
- See Also:
-
getProtocols
Description copied from interface:CfnTLSInspectionConfiguration.ServerCertificateScopeProperty
The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA).Network Firewall currently supports only TCP.
- Specified by:
getProtocols
in interfaceCfnTLSInspectionConfiguration.ServerCertificateScopeProperty
- See Also:
-
getSourcePorts
Description copied from interface:CfnTLSInspectionConfiguration.ServerCertificateScopeProperty
The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format.If not specified, this matches with any source port.
You can specify individual ports, for example
1994
, and you can specify port ranges, such as1990:1994
.- Specified by:
getSourcePorts
in interfaceCfnTLSInspectionConfiguration.ServerCertificateScopeProperty
- See Also:
-
getSources
Description copied from interface:CfnTLSInspectionConfiguration.ServerCertificateScopeProperty
The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.If not specified, this matches with any source address.
- Specified by:
getSources
in interfaceCfnTLSInspectionConfiguration.ServerCertificateScopeProperty
- 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()
-