Show / Hide Table of Contents

Class CfnVirtualGateway.SubjectAlternativeNamesProperty

An object that represents the subject alternative names secured by the certificate.

Inheritance
System.Object
CfnVirtualGateway.SubjectAlternativeNamesProperty
Implements
CfnVirtualGateway.ISubjectAlternativeNamesProperty
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.AWS.AppMesh.dll
Syntax (csharp)
public class SubjectAlternativeNamesProperty : Object, CfnVirtualGateway.ISubjectAlternativeNamesProperty
Syntax (vb)
Public Class SubjectAlternativeNamesProperty
    Inherits Object
    Implements CfnVirtualGateway.ISubjectAlternativeNamesProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-subjectalternativenames.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 subjectAlternativeNamesProperty = new SubjectAlternativeNamesProperty {
    Match = new SubjectAlternativeNameMatchersProperty {
        Exact = new [] { "exact" }
    }
};

Synopsis

Constructors

SubjectAlternativeNamesProperty()

Properties

Match

An object that represents the criteria for determining a SANs match.

Constructors

SubjectAlternativeNamesProperty()

public SubjectAlternativeNamesProperty()

Properties

Match

An object that represents the criteria for determining a SANs match.

public object Match { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualgateway-subjectalternativenames.html#cfn-appmesh-virtualgateway-subjectalternativenames-match

Implements

CfnVirtualGateway.ISubjectAlternativeNamesProperty
Back to top Generated by DocFX