Class DomainReference
A reference to a Domain resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Amplify
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DomainReference : IDomainReference
Syntax (vb)
Public Class DomainReference Implements IDomainReference
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.Amplify;
var domainReference = new DomainReference {
DomainArn = "domainArn"
};
Synopsis
Constructors
DomainReference() | A reference to a Domain resource. |
Properties
DomainArn | The Arn of the Domain resource. |
Constructors
DomainReference()
A reference to a Domain resource.
public DomainReference()
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.Amplify;
var domainReference = new DomainReference {
DomainArn = "domainArn"
};
Properties
DomainArn
The Arn of the Domain resource.
public string DomainArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated