Show / Hide Table of Contents

Interface IAliasRecordTarget

Classes that are valid alias record targets, like CloudFront distributions and load balancers, should implement this interface.

Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAliasRecordTarget
Syntax (vb)
Public Interface IAliasRecordTarget

Synopsis

Methods

Bind(IRecordSet, IHostedZone?)

Return hosted zone ID and DNS name, usable for Route53 alias targets.

Methods

Bind(IRecordSet, IHostedZone?)

Return hosted zone ID and DNS name, usable for Route53 alias targets.

IAliasRecordTargetConfig Bind(IRecordSet record, IHostedZone? zone = null)
Parameters
record IRecordSet
zone IHostedZone
Returns

IAliasRecordTargetConfig

Back to top Generated by DocFX