interface TlsValidationContextFileTrustProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppMesh.CfnVirtualNodePropsMixin.TlsValidationContextFileTrustProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappmesh#CfnVirtualNodePropsMixin_TlsValidationContextFileTrustProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnVirtualNodePropsMixin.TlsValidationContextFileTrustProperty |
Python | aws_cdk.cfn_property_mixins.aws_appmesh.CfnVirtualNodePropsMixin.TlsValidationContextFileTrustProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appmesh » CfnVirtualNodePropsMixin » 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/cfn-property-mixins';
const tlsValidationContextFileTrustProperty: appmesh.CfnVirtualNodePropsMixin.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
(optional)
The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.

.NET
Go
Java
Python
TypeScript