Show / Hide Table of Contents

Interface CfnVirtualNodePropsMixin.ISubjectAlternativeNamesProperty

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnVirtualNodePropsMixin.ISubjectAlternativeNamesProperty
Syntax (vb)
Public Interface CfnVirtualNodePropsMixin.ISubjectAlternativeNamesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-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.Mixins.Preview.AWS.AppMesh.Mixins;

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

Synopsis

Properties

Match

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

Properties

Match

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

object? Match { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnVirtualNodePropsMixin.ISubjectAlternativeNameMatchersProperty

Back to top Generated by DocFX