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

Class: Aws::AppMesh::Types::TlsValidationContext

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

Overview

Note:

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

{
  trust: { # required
    acm: {
      certificate_authority_arns: ["Arn"], # required
    },
    file: {
      certificate_chain: "FilePath", # required
    },
  },
}

An object that represents a Transport Layer Security (TLS) validation context.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#trustTypes::TlsValidationContextTrust

A reference to an object that represents a TLS validation context trust.

Returns: