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

Class: Aws::AppMesh::Types::TlsValidationContextAcmTrust

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

Overview

Note:

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

{
  certificate_authority_arns: ["Arn"], # required
}

An object that represents a TLS validation context trust for an AWS Certicate Manager (ACM) certificate.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_arnsArray<String>

One or more ACM Amazon Resource Name (ARN)s.

Returns:

  • (Array<String>)

    One or more ACM Amazon Resource Name (ARN)s.