aws-cdk-lib.aws_appmesh.CfnVirtualNode.TlsValidationContextAcmTrustProperty

interface TlsValidationContextAcmTrustProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnVirtualNode.TlsValidationContextAcmTrustProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualNode_TlsValidationContextAcmTrustProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnVirtualNode.TlsValidationContextAcmTrustProperty
Pythonaws_cdk.aws_appmesh.CfnVirtualNode.TlsValidationContextAcmTrustProperty
TypeScript aws-cdk-lib » 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 { aws_appmesh as appmesh } from 'aws-cdk-lib';
const tlsValidationContextAcmTrustProperty: appmesh.CfnVirtualNode.TlsValidationContextAcmTrustProperty = {
  certificateAuthorityArns: ['certificateAuthorityArns'],
};

Properties

NameTypeDescription
certificateAuthorityArnsstring[]One or more ACM Amazon Resource Name (ARN)s.

certificateAuthorityArns

Type: string[]

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