interface SubjectAlternativeNameMatchersProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppMesh.CfnVirtualGatewayPropsMixin.SubjectAlternativeNameMatchersProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappmesh#CfnVirtualGatewayPropsMixin_SubjectAlternativeNameMatchersProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnVirtualGatewayPropsMixin.SubjectAlternativeNameMatchersProperty |
Python | aws_cdk.cfn_property_mixins.aws_appmesh.CfnVirtualGatewayPropsMixin.SubjectAlternativeNameMatchersProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appmesh » CfnVirtualGatewayPropsMixin » 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/cfn-property-mixins';
const subjectAlternativeNameMatchersProperty: appmesh.CfnVirtualGatewayPropsMixin.SubjectAlternativeNameMatchersProperty = {
exact: ['exact'],
};
Properties
| Name | Type | Description |
|---|---|---|
| exact? | string[] | The values sent must match the specified values exactly. |
exact?
Type:
string[]
(optional)
The values sent must match the specified values exactly.

.NET
Go
Java
Python
TypeScript