Alias resource record sets only: Information about the domain to which you are redirecting traffic.
For more information and an example, see Creating Alias Resource Record Sets in the Amazon Route 53 Developer Guide
.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AliasTarget
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AliasTarget()()()() | Initializes a new instance of the AliasTarget class | 
|  | DNSName | Alias resource record sets only: The external DNS name associated with the AWS Resource. For more information and an example, see Creating Alias Resource Record Sets in the
            Amazon Route 53 Developer Guide.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | EvaluateTargetHealth | Alias resource record sets only: A boolean value that indicates whether this Resource Record Set should respect the health status of
            any health checks associated with the ALIAS target record which it is linked to. For more information and an example, see Creating Alias Resource Record Sets in the
            Amazon Route 53 Developer Guide.
             
             | 
|  | 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 for the AWS resource. For more information and an example, see Creating Alias Resource Record Sets in the
            Amazon Route 53 Developer Guide.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDNSName(String) | Obsolete. 
            Sets the DNSName property
             | 
|  | WithEvaluateTargetHealth(Boolean) | Obsolete. 
            Sets the EvaluateTargetHealth property
             | 
|  | WithHostedZoneId(String) | Obsolete. 
            Sets the HostedZoneId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | AliasTarget |