Class: Aws::AppMesh::Types::ListenerTlsAcmCertificate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appmesh/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).

Returns:

  • (String)


3396
3397
3398
3399
3400
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 3396

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