aws-cdk-lib.aws_appmesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty

interface VirtualGatewayTlsValidationContextFileTrustProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualGateway_VirtualGatewayTlsValidationContextFileTrustProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty
Pythonaws_cdk.aws_appmesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnVirtualGateway » VirtualGatewayTlsValidationContextFileTrustProperty

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

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 virtualGatewayTlsValidationContextFileTrustProperty: appmesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextFileTrustProperty = {
  certificateChain: 'certificateChain',
};

Properties

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

certificateChain

Type: string

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