Show / Hide Table of Contents

Interface ISubjectAlternativeNamesMatcherConfig

All Properties for Subject Alternative Names Matcher for both Client Policy and Listener.

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

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 subjectAlternativeNamesMatcherConfig = new SubjectAlternativeNamesMatcherConfig {
                SubjectAlternativeNamesMatch = new SubjectAlternativeNameMatchersProperty {
                    Exact = new [] { "exact" }
                }
            };

Synopsis

Properties

SubjectAlternativeNamesMatch

VirtualNode CFN configuration for subject alternative names secured by the certificate.

Properties

SubjectAlternativeNamesMatch

VirtualNode CFN configuration for subject alternative names secured by the certificate.

CfnVirtualNode.ISubjectAlternativeNameMatchersProperty SubjectAlternativeNamesMatch { get; }
Property Value

CfnVirtualNode.ISubjectAlternativeNameMatchersProperty

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX