interface TlsValidationContextAcmTrustProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.AppMesh.CfnVirtualNode.TlsValidationContextAcmTrustProperty | 
|  Java | software.amazon.awscdk.services.appmesh.CfnVirtualNode.TlsValidationContextAcmTrustProperty | 
|  Python | aws_cdk.aws_appmesh.CfnVirtualNode.TlsValidationContextAcmTrustProperty | 
|  TypeScript | @aws-cdk/aws-appmesh»CfnVirtualNode»TlsValidationContextAcmTrustProperty | 
An object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appmesh from '@aws-cdk/aws-appmesh';
const tlsValidationContextAcmTrustProperty: appmesh.CfnVirtualNode.TlsValidationContextAcmTrustProperty = {
  certificateAuthorityArns: ['certificateAuthorityArns'],
};
Properties
| Name | Type | Description | 
|---|---|---|
| certificate | string[] | One or more ACM Amazon Resource Name (ARN)s. | 
certificateAuthorityArns
Type:
string[]
One or more ACM Amazon Resource Name (ARN)s.
