interface VirtualGatewayListenerTlsValidationContextTrustProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppMesh.CfnVirtualGateway.VirtualGatewayListenerTlsValidationContextTrustProperty |
Java | software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayListenerTlsValidationContextTrustProperty |
Python | aws_cdk.aws_appmesh.CfnVirtualGateway.VirtualGatewayListenerTlsValidationContextTrustProperty |
TypeScript | @aws-cdk/aws-appmesh » CfnVirtualGateway » VirtualGatewayListenerTlsValidationContextTrustProperty |
An object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation context trust.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appmesh from '@aws-cdk/aws-appmesh';
const virtualGatewayListenerTlsValidationContextTrustProperty: appmesh.CfnVirtualGateway.VirtualGatewayListenerTlsValidationContextTrustProperty = {
file: {
certificateChain: 'certificateChain',
},
sds: {
secretName: 'secretName',
},
};
Properties
Name | Type | Description |
---|---|---|
file? | IResolvable | Virtual | An object that represents a Transport Layer Security (TLS) validation context trust for a local file. |
sds? | IResolvable | Virtual | A reference to an object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust. |
file?
Type:
IResolvable
|
Virtual
(optional)
An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
sds?
Type:
IResolvable
|
Virtual
(optional)
A reference to an object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.