You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AppMesh::Types::VirtualGatewayClientPolicy
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppMesh::Types::VirtualGatewayClientPolicy
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing VirtualGatewayClientPolicy as input to an Aws::Client method, you can use a vanilla Hash:
{
  tls: {
    enforce: false,
    ports: [1],
    validation: { # required
      trust: { # required
        acm: {
          certificate_authority_arns: ["Arn"], # required
        },
        file: {
          certificate_chain: "FilePath", # required
        },
      },
    },
  },
}
An object that represents a client policy.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #tls  ⇒ Types::VirtualGatewayClientPolicyTls 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A reference to an object that represents a Transport Layer Security (TLS) client policy. 
Instance Attribute Details
#tls ⇒ Types::VirtualGatewayClientPolicyTls
A reference to an object that represents a Transport Layer Security (TLS) client policy.