Show / Hide Table of Contents

Class RecordAliasGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RecordAliasGetArgs
Inherited Members
ResourceArgs.Empty
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 RecordAliasGetArgs : ResourceArgs

Constructors

View Source

RecordAliasGetArgs()

Declaration
public RecordAliasGetArgs()

Properties

View Source

EvaluateTargetHealth

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.