Class: Aws::AppMesh::Types::VirtualGatewayListenerTlsAcmCertificate

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

Overview

An object that represents an Certificate Manager certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see [Transport Layer Security (TLS)].

[1]: docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites

Returns:

  • (String)


5292
5293
5294
5295
5296
# File 'lib/aws-sdk-appmesh/types.rb', line 5292

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