Alias resource record sets only: Information about the domain to which you are redirecting traffic.

NOTE:Currently, Route 53 supports aliases only for Elastic Load Balancing.

For more information and an example, see Creating Alias Resource Record Sets for Elastic Load Balancing in the Amazon Route 53 Developer Guide

.

Namespace: Amazon.Route53.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class AliasTarget
Public Class AliasTarget
public ref class AliasTarget

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AliasTarget()()()()
Initializes a new instance of the AliasTarget class
DNSName
Alias resource record sets only: The external DNS name associated with the LoadBalancer.
Note:
Currently, Route 53 supports alias resource record sets only for Elastic Load Balancing.
For more information, an example, and several ways to get the hosted zone ID for the LoadBalancer, see Creating Alias Resource Record Sets for Elastic Load Balancing in the Amazon Route 53 Developer Guide.

Constraints:

Length
0 - 1024

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HostedZoneId
Alias resource record sets only: The value of the hosted zone ID, CanonicalHostedZoneNameId, for the LoadBalancer.
Note:
Currently, Route 53 supports alias resource record sets only for Elastic Load Balancing.
For more information, an example, and several ways to get the hosted zone ID for the LoadBalancer, see Creating Alias Resource Record Sets for Elastic Load Balancing in the Amazon Route 53 Developer Guide.

Constraints:

Length
0 - 32

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithDNSName(String)
Sets the DNSName property
WithHostedZoneId(String)
Sets the HostedZoneId property

Inheritance Hierarchy

System..::..Object
  Amazon.Route53.Model..::..AliasTarget

See Also