Class DomainNameV2Reference
A reference to a DomainNameV2 resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated