AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.route53resolver.getResolverRule
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource Type definition for AWS::Route53Resolver::ResolverRule
Using getResolverRule
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getResolverRule(args: GetResolverRuleArgs, opts?: InvokeOptions): Promise<GetResolverRuleResult>
function getResolverRuleOutput(args: GetResolverRuleOutputArgs, opts?: InvokeOptions): Output<GetResolverRuleResult>
def get_resolver_rule(resolver_rule_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResolverRuleResult
def get_resolver_rule_output(resolver_rule_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetResolverRuleResult]
func LookupResolverRule(ctx *Context, args *LookupResolverRuleArgs, opts ...InvokeOption) (*LookupResolverRuleResult, error)
func LookupResolverRuleOutput(ctx *Context, args *LookupResolverRuleOutputArgs, opts ...InvokeOption) LookupResolverRuleResultOutput
> Note: This function is named LookupResolverRule
in the Go SDK.
public static class GetResolverRule
{
public static Task<GetResolverRuleResult> InvokeAsync(GetResolverRuleArgs args, InvokeOptions? opts = null)
public static Output<GetResolverRuleResult> Invoke(GetResolverRuleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetResolverRuleResult> getResolverRule(GetResolverRuleArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:route53resolver:getResolverRule
arguments:
# arguments dictionary
The following arguments are supported:
- Resolver
Rule stringId - The ID of the endpoint that the rule is associated with.
- Resolver
Rule stringId - The ID of the endpoint that the rule is associated with.
- resolver
Rule StringId - The ID of the endpoint that the rule is associated with.
- resolver
Rule stringId - The ID of the endpoint that the rule is associated with.
- resolver_
rule_ strid - The ID of the endpoint that the rule is associated with.
- resolver
Rule StringId - The ID of the endpoint that the rule is associated with.
getResolverRule Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the resolver rule.
- Domain
Name string - DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
- Name string
- The name for the Resolver rule
- Resolver
Endpoint stringId - The ID of the endpoint that the rule is associated with.
- Resolver
Rule stringId - The ID of the endpoint that the rule is associated with.
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Target
Ips List<Pulumi.Aws Native. Route53Resolver. Outputs. Resolver Rule Target Address> - 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. Specify IPv4 addresses. IPv6 is not supported.
- Arn string
- The Amazon Resource Name (ARN) of the resolver rule.
- Domain
Name string - DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
- Name string
- The name for the Resolver rule
- Resolver
Endpoint stringId - The ID of the endpoint that the rule is associated with.
- Resolver
Rule stringId - The ID of the endpoint that the rule is associated with.
- Tag
- An array of key-value pairs to apply to this resource.
- Target
Ips []ResolverRule Target Address - 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. Specify IPv4 addresses. IPv6 is not supported.
- arn String
- The Amazon Resource Name (ARN) of the resolver rule.
- domain
Name String - DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
- name String
- The name for the Resolver rule
- resolver
Endpoint StringId - The ID of the endpoint that the rule is associated with.
- resolver
Rule StringId - The ID of the endpoint that the rule is associated with.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- target
Ips List<ResolverRule Target Address> - 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. Specify IPv4 addresses. IPv6 is not supported.
- arn string
- The Amazon Resource Name (ARN) of the resolver rule.
- domain
Name string - DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
- name string
- The name for the Resolver rule
- resolver
Endpoint stringId - The ID of the endpoint that the rule is associated with.
- resolver
Rule stringId - The ID of the endpoint that the rule is associated with.
- Tag[]
- An array of key-value pairs to apply to this resource.
- target
Ips ResolverRule Target Address[] - 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. Specify IPv4 addresses. IPv6 is not supported.
- arn str
- The Amazon Resource Name (ARN) of the resolver rule.
- domain_
name str - DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
- name str
- The name for the Resolver rule
- resolver_
endpoint_ strid - The ID of the endpoint that the rule is associated with.
- resolver_
rule_ strid - The ID of the endpoint that the rule is associated with.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- target_
ips Sequence[ResolverRule Target Address] - 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. Specify IPv4 addresses. IPv6 is not supported.
- arn String
- The Amazon Resource Name (ARN) of the resolver rule.
- domain
Name String - DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
- name String
- The name for the Resolver rule
- resolver
Endpoint StringId - The ID of the endpoint that the rule is associated with.
- resolver
Rule StringId - The ID of the endpoint that the rule is associated with.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- target
Ips List<Property Map> - 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. Specify IPv4 addresses. IPv6 is not supported.
Supporting Types
ResolverRuleTargetAddress
- Ip string
- One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
- Ipv6 string
- One IPv6 address that you want to forward DNS queries to. You can specify only IPv6 addresses.
- Port string
- The port at Ip that you want to forward DNS queries to.
- Protocol
Pulumi.
Aws Native. Route53Resolver. Resolver Rule Target Address Protocol - The protocol that you want to use to forward DNS queries.
- Ip string
- One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
- Ipv6 string
- One IPv6 address that you want to forward DNS queries to. You can specify only IPv6 addresses.
- Port string
- The port at Ip that you want to forward DNS queries to.
- Protocol
Resolver
Rule Target Address Protocol - The protocol that you want to use to forward DNS queries.
- ip String
- One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
- ipv6 String
- One IPv6 address that you want to forward DNS queries to. You can specify only IPv6 addresses.
- port String
- The port at Ip that you want to forward DNS queries to.
- protocol
Resolver
Rule Target Address Protocol - The protocol that you want to use to forward DNS queries.
- ip string
- One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
- ipv6 string
- One IPv6 address that you want to forward DNS queries to. You can specify only IPv6 addresses.
- port string
- The port at Ip that you want to forward DNS queries to.
- protocol
Resolver
Rule Target Address Protocol - The protocol that you want to use to forward DNS queries.
- ip str
- One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
- ipv6 str
- One IPv6 address that you want to forward DNS queries to. You can specify only IPv6 addresses.
- port str
- The port at Ip that you want to forward DNS queries to.
- protocol
Resolver
Rule Target Address Protocol - The protocol that you want to use to forward DNS queries.
- ip String
- One IP address that you want to forward DNS queries to. You can specify only IPv4 addresses.
- ipv6 String
- One IPv6 address that you want to forward DNS queries to. You can specify only IPv6 addresses.
- port String
- The port at Ip that you want to forward DNS queries to.
- protocol
"Do53" | "Do
H" - The protocol that you want to use to forward DNS queries.
ResolverRuleTargetAddressProtocol
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi