interface SubjectAlternativeNamesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins.CfnVirtualNodePropsMixin.SubjectAlternativeNamesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappmesh/mixins#CfnVirtualNodePropsMixin_SubjectAlternativeNamesProperty |
Java | software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnVirtualNodePropsMixin.SubjectAlternativeNamesProperty |
Python | aws_cdk.mixins_preview.aws_appmesh.mixins.CfnVirtualNodePropsMixin.SubjectAlternativeNamesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appmesh » mixins » CfnVirtualNodePropsMixin » 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 { mixins as appmesh_mixins } from '@aws-cdk/mixins-preview/aws-appmesh';
const subjectAlternativeNamesProperty: appmesh_mixins.CfnVirtualNodePropsMixin.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
(optional)
An object that represents the criteria for determining a SANs match.

.NET
Go
Java
Python
TypeScript