interface TlsValidationContextFileTrustProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnVirtualNode.TlsValidationContextFileTrustProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualNode_TlsValidationContextFileTrustProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnVirtualNode.TlsValidationContextFileTrustProperty |
![]() | aws_cdk.aws_appmesh.CfnVirtualNode.TlsValidationContextFileTrustProperty |
![]() | aws-cdk-lib » aws_appmesh » CfnVirtualNode » TlsValidationContextFileTrustProperty |
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 tlsValidationContextFileTrustProperty: appmesh.CfnVirtualNode.TlsValidationContextFileTrustProperty = {
certificateChain: 'certificateChain',
};
Properties
Name | Type | Description |
---|---|---|
certificate | string | The 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.