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
.
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 |
| Member | Description | |||
|---|---|---|---|---|
| AliasTarget()()()() | Initializes a new instance of the AliasTarget class | |||
| DNSName | Alias resource record sets only: The external DNS name associated with the LoadBalancer.
Constraints: | |||
| Equals(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.
Constraints: | |||
| ToString()()()() | (Inherited from Object.) | |||
| WithDNSName(String) |
Sets the DNSName property
| |||
| WithHostedZoneId(String) |
Sets the HostedZoneId property
|