Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

The ARN (Amazon Resource Name) for the Resolver rule specified by Id.

Link copied to clipboard

The date and time that the Resolver rule was created, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard

A unique string that you specified when you created the Resolver rule. CreatorRequestId identifies the request and allows failed requests to be retried without the risk of running the operation twice.

Link copied to clipboard

DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps. If a query matches multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name (www.example.com).

Link copied to clipboard
var id: String?

The ID that Resolver assigned to the Resolver rule when you created it.

Link copied to clipboard

The date and time that the Resolver rule was last updated, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard
var name: String?

The name for the Resolver rule, which you specified when you created the Resolver rule.

Link copied to clipboard

When a rule is shared with another Amazon Web Services account, the account ID of the account that the rule is shared with.

Link copied to clipboard

The ID of the endpoint that the rule is associated with.

Link copied to clipboard

When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD.

Link copied to clipboard

Whether the rule is shared and, if so, whether the current account is sharing the rule with another account, or another account is sharing the rule with the current account.

Link copied to clipboard

A code that specifies the current status of the Resolver rule.

Link copied to clipboard

A detailed description of the status of a Resolver rule.

Link copied to clipboard

An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network.