AWS SDK for .NET Documentation
AliasTarget Class
AmazonAmazon.Route53.ModelAliasTarget Did this page help you?   Yes   No    Tell us about it...

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
C#
public class AliasTarget
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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:

Length
0 - 1024


Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
0 - 32


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
Object
AliasTarget

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)