Method | Description | |
---|---|---|
ResourceRecordSet ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
ResourceRecordSet ( string name, RRType type ) : System |
Instantiates ResourceRecordSet with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAliasTarget ( ) : bool | ||
IsSetFailover ( ) : bool | ||
IsSetGeoLocation ( ) : bool | ||
IsSetHealthCheckId ( ) : bool | ||
IsSetName ( ) : bool | ||
IsSetRegion ( ) : bool | ||
IsSetResourceRecords ( ) : bool | ||
IsSetSetIdentifier ( ) : bool | ||
IsSetTTL ( ) : bool | ||
IsSetTrafficPolicyInstanceId ( ) : bool | ||
IsSetType ( ) : bool | ||
IsSetWeight ( ) : bool |
public ResourceRecordSet ( string name, RRType type ) : System | ||
name | string | The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, www.example.com . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. For information about how to specify characters other than a-z , 0-9 , and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide. You can use the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, *.example.com . Note the following:
*.example.com . You can't use an * for one of the middle labels, for example, marketing.*.example.com . In addition, the * must replace the entire label; for example, you can't specify prod*.example.com . |
type | RRType | The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. Valid values for basic resource record sets: A | AAAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT . When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Type is SPF . RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, The SPF DNS Record Type.
|
return | System |