interface VirtualGatewayTlsValidationContextSdsTrustProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppMesh.CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextSdsTrustProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappmesh#CfnVirtualGatewayPropsMixin_VirtualGatewayTlsValidationContextSdsTrustProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextSdsTrustProperty |
Python | aws_cdk.cfn_property_mixins.aws_appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextSdsTrustProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appmesh » CfnVirtualGatewayPropsMixin » VirtualGatewayTlsValidationContextSdsTrustProperty |
An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service validation context trust.
The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
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 virtualGatewayTlsValidationContextSdsTrustProperty: appmesh.CfnVirtualGatewayPropsMixin.VirtualGatewayTlsValidationContextSdsTrustProperty = {
secretName: 'secretName',
};
Properties
| Name | Type | Description |
|---|---|---|
| secret | string | A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust. |
secretName?
Type:
string
(optional)
A reference to an object that represents the name of the secret for a virtual gateway's Transport Layer Security (TLS) Secret Discovery Service validation context trust.

.NET
Go
Java
Python
TypeScript