interface VirtualGatewayTlsValidationContextFileTrustProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppMesh.CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextFileTrustProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappmesh#CfnVirtualGatewayPropsMixin_VirtualGatewayTlsValidationContextFileTrustProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextFileTrustProperty |
Python | aws_cdk.cfn_property_mixins.aws_appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextFileTrustProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appmesh » CfnVirtualGatewayPropsMixin » 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/cfn-property-mixins';
const virtualGatewayTlsValidationContextFileTrustProperty: appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextFileTrustProperty = {
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