Show / Hide Table of Contents

Interface IDomainName

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

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

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

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

string

Remarks

Attribute: DistributionHostedZoneId,RegionalHostedZoneId

Back to top Generated by DocFX