Show / Hide Table of Contents

Interface CfnVirtualNode.ISubjectAlternativeNameMatchersProperty

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

Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnVirtualNode.ISubjectAlternativeNameMatchersProperty
Syntax (vb)
Public Interface CfnVirtualNode.ISubjectAlternativeNameMatchersProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-subjectalternativenamematchers.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.AppMesh;

             var subjectAlternativeNameMatchersProperty = new SubjectAlternativeNameMatchersProperty {
                 Exact = new [] { "exact" }
             };

Synopsis

Properties

Exact

The values sent must match the specified values exactly.

Properties

Exact

The values sent must match the specified values exactly.

string[]? Exact { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-subjectalternativenamematchers.html#cfn-appmesh-virtualnode-subjectalternativenamematchers-exact

Back to top Generated by DocFX