Show / Hide Table of Contents

Class CfnVirtualGatewayPropsMixin.SubjectAlternativeNamesProperty

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

Inheritance
object
CfnVirtualGatewayPropsMixin.SubjectAlternativeNamesProperty
Implements
CfnVirtualGatewayPropsMixin.ISubjectAlternativeNamesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppMesh
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnVirtualGatewayPropsMixin.SubjectAlternativeNamesProperty : CfnVirtualGatewayPropsMixin.ISubjectAlternativeNamesProperty
Syntax (vb)
Public Class CfnVirtualGatewayPropsMixin.SubjectAlternativeNamesProperty Implements CfnVirtualGatewayPropsMixin.ISubjectAlternativeNamesProperty
Remarks

See: 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.CfnPropertyMixins.AWS.AppMesh;

             var subjectAlternativeNamesProperty = new SubjectAlternativeNamesProperty {
                 Match = new SubjectAlternativeNameMatchersProperty {
                     Exact = new [] { "exact" }
                 }
             };

Synopsis

Constructors

SubjectAlternativeNamesProperty()

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

Properties

Match

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

Constructors

SubjectAlternativeNamesProperty()

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

public SubjectAlternativeNamesProperty()
Remarks

See: 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.CfnPropertyMixins.AWS.AppMesh;

             var subjectAlternativeNamesProperty = new SubjectAlternativeNamesProperty {
                 Match = new SubjectAlternativeNameMatchersProperty {
                     Exact = new [] { "exact" }
                 }
             };

Properties

Match

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

public object? Match { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnVirtualGatewayPropsMixin.ISubjectAlternativeNameMatchersProperty

Implements

CfnVirtualGatewayPropsMixin.ISubjectAlternativeNamesProperty
Back to top Generated by DocFX