Show / Hide Table of Contents

Class SubjectAlternativeNamesMatcherConfig

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

Inheritance
object
SubjectAlternativeNamesMatcherConfig
Implements
ISubjectAlternativeNamesMatcherConfig
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SubjectAlternativeNamesMatcherConfig : ISubjectAlternativeNamesMatcherConfig
Syntax (vb)
Public Class SubjectAlternativeNamesMatcherConfig Implements 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

Constructors

SubjectAlternativeNamesMatcherConfig()

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

Properties

SubjectAlternativeNamesMatch

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

Constructors

SubjectAlternativeNamesMatcherConfig()

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

public SubjectAlternativeNamesMatcherConfig()
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" }
                }
            };

Properties

SubjectAlternativeNamesMatch

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

public CfnVirtualNode.ISubjectAlternativeNameMatchersProperty SubjectAlternativeNamesMatch { get; set; }
Property Value

CfnVirtualNode.ISubjectAlternativeNameMatchersProperty

Remarks

ExampleMetadata: fixture=_generated

Implements

ISubjectAlternativeNamesMatcherConfig
Back to top Generated by DocFX