Interface ICfnRecordSetProps
Properties for defining a AWS::Route53::RecordSet
.
Namespace: Amazon.CDK.AWS.Route53
Assembly: Amazon.CDK.AWS.Route53.dll
Syntax (csharp)
public interface ICfnRecordSetProps
Syntax (vb)
Public Interface ICfnRecordSetProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html
Synopsis
Properties
AliasTarget |
|
Comment |
|
Failover |
|
GeoLocation |
|
HealthCheckId |
|
HostedZoneId |
|
HostedZoneName |
|
MultiValueAnswer |
|
Name |
|
Region |
|
ResourceRecords |
|
SetIdentifier |
|
Ttl |
|
Type |
|
Weight |
|
Properties
AliasTarget
AWS::Route53::RecordSet.AliasTarget
.
virtual object AliasTarget { get; }
Property Value
System.Object
Remarks
Comment
AWS::Route53::RecordSet.Comment
.
virtual string Comment { get; }
Property Value
System.String
Remarks
Failover
AWS::Route53::RecordSet.Failover
.
virtual string Failover { get; }
Property Value
System.String
Remarks
GeoLocation
AWS::Route53::RecordSet.GeoLocation
.
virtual object GeoLocation { get; }
Property Value
System.Object
Remarks
HealthCheckId
AWS::Route53::RecordSet.HealthCheckId
.
virtual string HealthCheckId { get; }
Property Value
System.String
Remarks
HostedZoneId
AWS::Route53::RecordSet.HostedZoneId
.
virtual string HostedZoneId { get; }
Property Value
System.String
Remarks
HostedZoneName
AWS::Route53::RecordSet.HostedZoneName
.
virtual string HostedZoneName { get; }
Property Value
System.String
Remarks
MultiValueAnswer
AWS::Route53::RecordSet.MultiValueAnswer
.
virtual object MultiValueAnswer { get; }
Property Value
System.Object
Remarks
Name
AWS::Route53::RecordSet.Name
.
string Name { get; }
Property Value
System.String
Remarks
Region
AWS::Route53::RecordSet.Region
.
virtual string Region { get; }
Property Value
System.String
Remarks
ResourceRecords
AWS::Route53::RecordSet.ResourceRecords
.
virtual string[] ResourceRecords { get; }
Property Value
System.String[]
Remarks
SetIdentifier
AWS::Route53::RecordSet.SetIdentifier
.
virtual string SetIdentifier { get; }
Property Value
System.String
Remarks
Ttl
AWS::Route53::RecordSet.TTL
.
virtual string Ttl { get; }
Property Value
System.String
Remarks
Type
AWS::Route53::RecordSet.Type
.
string Type { get; }
Property Value
System.String
Remarks
Weight
AWS::Route53::RecordSet.Weight
.
virtual Nullable<double> Weight { get; }
Property Value
System.Nullable<System.Double>