interface VirtualGatewayTlsValidationContextAcmTrustProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppMesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty |
Java | software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty |
Python | aws_cdk.aws_appmesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty |
TypeScript | @aws-cdk/aws-appmesh » CfnVirtualGateway » VirtualGatewayTlsValidationContextAcmTrustProperty |
An object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.
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 virtualGatewayTlsValidationContextAcmTrustProperty: appmesh.CfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty = {
certificateAuthorityArns: ['certificateAuthorityArns'],
};
Properties
Name | Type | Description |
---|---|---|
certificate | string[] | One or more ACM Amazon Resource Name (ARN)s. |
certificateAuthorityArns
Type:
string[]
One or more ACM Amazon Resource Name (ARN)s.