interface SubjectAlternativeNamesProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppMesh.CfnVirtualNode.SubjectAlternativeNamesProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualNode_SubjectAlternativeNamesProperty |
Java | software.amazon.awscdk.services.appmesh.CfnVirtualNode.SubjectAlternativeNamesProperty |
Python | aws_cdk.aws_appmesh.CfnVirtualNode.SubjectAlternativeNamesProperty |
TypeScript | aws-cdk-lib » aws_appmesh » CfnVirtualNode » 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.CfnVirtualNode.SubjectAlternativeNamesProperty = {
match: {
exact: ['exact'],
},
};
Properties
Name | Type | Description |
---|---|---|
match | IResolvable | Subject | An object that represents the criteria for determining a SANs match. |
match
Type:
IResolvable
|
Subject
An object that represents the criteria for determining a SANs match.