aws-cdk-lib.aws_appmesh.CfnVirtualNode.SubjectAlternativeNameMatchersProperty

interface SubjectAlternativeNameMatchersProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnVirtualNode.SubjectAlternativeNameMatchersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualNode_SubjectAlternativeNameMatchersProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnVirtualNode.SubjectAlternativeNameMatchersProperty
Pythonaws_cdk.aws_appmesh.CfnVirtualNode.SubjectAlternativeNameMatchersProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnVirtualNode » SubjectAlternativeNameMatchersProperty

An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.

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-lib';
const subjectAlternativeNameMatchersProperty: appmesh.CfnVirtualNode.SubjectAlternativeNameMatchersProperty = {
  exact: ['exact'],
};

Properties

NameTypeDescription
exact?string[]The values sent must match the specified values exactly.

exact?

Type: string[] (optional)

The values sent must match the specified values exactly.