Show / Hide Table of Contents

Class DomainNameV2Reference

A reference to a DomainNameV2 resource.

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

            var domainNameV2Reference = new DomainNameV2Reference {
                DomainNameArn = "domainNameArn"
            };

Synopsis

Constructors

DomainNameV2Reference()

A reference to a DomainNameV2 resource.

Properties

DomainNameArn

The DomainNameArn of the DomainNameV2 resource.

Constructors

DomainNameV2Reference()

A reference to a DomainNameV2 resource.

public DomainNameV2Reference()
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.Interfaces.APIGateway;

            var domainNameV2Reference = new DomainNameV2Reference {
                DomainNameArn = "domainNameArn"
            };

Properties

DomainNameArn

The DomainNameArn of the DomainNameV2 resource.

public string DomainNameArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDomainNameV2Reference
Back to top Generated by DocFX