TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeArgs

Properties

Link copied to clipboard

Set of configuration blocks describing the destination ports to inspect for. If not specified, this matches with any destination port. See Destination Ports below for details.

Link copied to clipboard

Set of configuration blocks describing the destination IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address. See Destination below for details.

Link copied to clipboard
val protocols: Output<List<Int>>

Set of protocols to inspect for, specified using the protocol's assigned internet protocol number (IANA). Network Firewall currently supports TCP only. Valid values: 6

Link copied to clipboard

Set of configuration blocks describing the source ports to inspect for. If not specified, this matches with any source port. See Source Ports below for details.

Link copied to clipboard

Set of configuration blocks describing the source IP address and address ranges to inspect for, in CIDR notation. If not specified, this matches with any source address. See Source below for details.

Functions

Link copied to clipboard
open override fun toJava(): TlsInspectionConfigurationTlsInspectionConfigurationServerCertificateConfigurationScopeArgs