Show / Hide Table of Contents

Interface IDomainName

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDomainName : IResource
Syntax (vb)
Public Interface IDomainName
    Inherits IResource, IConstruct, IDependable

Synopsis

Properties

DomainName

The domain name (e.g. example.com).

DomainNameAliasDomainName

The Route53 alias target to use in order to connect a record set to this domain through an alias.

DomainNameAliasHostedZoneId

The Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.

Properties

DomainName

The domain name (e.g. example.com).

string DomainName { get; }
Property Value

System.String

Remarks

Attribute: DomainName

DomainNameAliasDomainName

The Route53 alias target to use in order to connect a record set to this domain through an alias.

string DomainNameAliasDomainName { get; }
Property Value

System.String

Remarks

Attribute: DistributionDomainName,RegionalDomainName

DomainNameAliasHostedZoneId

The Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.

string DomainNameAliasHostedZoneId { get; }
Property Value

System.String

Remarks

Attribute: DistributionHostedZoneId,RegionalHostedZoneId

Back to top Generated by DocFX