aws-cdk-lib.aws_appmesh.CfnVirtualGateway.SubjectAlternativeNamesProperty

interface SubjectAlternativeNamesProperty

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

An object that represents the subject alternative names secured by the certificate.

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 subjectAlternativeNamesProperty: appmesh.CfnVirtualGateway.SubjectAlternativeNamesProperty = {
  match: {
    exact: ['exact'],
  },
};

Properties

NameTypeDescription
matchIResolvable | SubjectAlternativeNameMatchersPropertyAn object that represents the criteria for determining a SANs match.

match

Type: IResolvable | SubjectAlternativeNameMatchersProperty

An object that represents the criteria for determining a SANs match.