Class RecordAliasArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Route53.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RecordAliasArgs : ResourceArgs
Constructors
View SourceRecordAliasArgs()
Declaration
public RecordAliasArgs()
Properties
View SourceEvaluateTargetHealth
Set to true if you want Route 53 to determine whether to respond to DNS queries using this resource record set by checking the health of the resource record set. Some resources have special requirements, see related part of documentation.
Declaration
public Input<bool> EvaluateTargetHealth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
DNS domain name for a CloudFront distribution, S3 bucket, ELB, or another resource record set in this hosted zone.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneId
Hosted zone ID for a CloudFront distribution, S3 bucket, ELB, or Route 53 hosted zone. See resource_elb.zone_id for example.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |