Show / Hide Table of Contents

Interface IDomainNameReference

A reference to a DomainName resource.

Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDomainNameReference
Syntax (vb)
Public Interface IDomainNameReference
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.AppSync;

            var domainNameReference = new DomainNameReference {
                DomainName = "domainName",
                DomainNameArn = "domainNameArn"
            };

Synopsis

Properties

DomainName

The DomainName of the DomainName resource.

DomainNameArn

The ARN of the DomainName resource.

Properties

DomainName

The DomainName of the DomainName resource.

string DomainName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

DomainNameArn

The ARN of the DomainName resource.

string DomainNameArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX