You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListenerTlsAcmCertificate as input to an Aws::Client method, you can use a vanilla Hash:

{
  certificate_arn: "Arn", # required
}

An object that represents an AWS Certicate Manager (ACM) certificate.

Returned by:

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)

    The Amazon Resource Name (ARN) for the certificate.