Class: Aws::NetworkFirewall::Types::ServerCertificate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkfirewall/types.rb

Overview

Any Certificate Manager (ACM) Secure Sockets Layer/Transport Layer Security (SSL/TLS) server certificate that’s associated with a ServerCertificateConfiguration. Used in a TLSInspectionConfiguration for inspection of inbound traffic to your firewall. You must request or import a SSL/TLS certificate into ACM for each domain Network Firewall needs to decrypt and inspect. Network Firewall uses the SSL/TLS certificates to decrypt specified inbound SSL/TLS traffic going to your firewall. For information about working with certificates in Certificate Manager, see [Request a public certificate ][1] or [Importing certificates] in the *Certificate Manager User Guide*.

[1]: docs.aws.amazon.com/acm/latest/userguide/gs-acm-request-public.html [2]: docs.aws.amazon.com/acm/latest/userguide/import-certificate.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the Certificate Manager SSL/TLS server certificate that’s used for inbound SSL/TLS inspection.

Returns:

  • (String)


3501
3502
3503
3504
3505
# File 'lib/aws-sdk-networkfirewall/types.rb', line 3501

class ServerCertificate < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end