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

Class: Aws::AppMesh::Types::TlsValidationContextFileTrust

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

Overview

Note:

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

{
  certificate_chain: "FilePath", # required
}

An object that represents a Transport Layer Security (TLS) validation context trust for a local file.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_chainString

The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.

Returns:

  • (String)

    The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.