AWS Native is in preview. AWS Classic is fully supported.
aws-native.route53resolver.getResolverRuleAssociation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
In the response to an AssociateResolverRule, DisassociateResolverRule, or ListResolverRuleAssociations request, provides information about an association between a resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.
Using getResolverRuleAssociation
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 getResolverRuleAssociation(args: GetResolverRuleAssociationArgs, opts?: InvokeOptions): Promise<GetResolverRuleAssociationResult>
function getResolverRuleAssociationOutput(args: GetResolverRuleAssociationOutputArgs, opts?: InvokeOptions): Output<GetResolverRuleAssociationResult>
def get_resolver_rule_association(resolver_rule_association_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResolverRuleAssociationResult
def get_resolver_rule_association_output(resolver_rule_association_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetResolverRuleAssociationResult]
func LookupResolverRuleAssociation(ctx *Context, args *LookupResolverRuleAssociationArgs, opts ...InvokeOption) (*LookupResolverRuleAssociationResult, error)
func LookupResolverRuleAssociationOutput(ctx *Context, args *LookupResolverRuleAssociationOutputArgs, opts ...InvokeOption) LookupResolverRuleAssociationResultOutput
> Note: This function is named LookupResolverRuleAssociation
in the Go SDK.
public static class GetResolverRuleAssociation
{
public static Task<GetResolverRuleAssociationResult> InvokeAsync(GetResolverRuleAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetResolverRuleAssociationResult> Invoke(GetResolverRuleAssociationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetResolverRuleAssociationResult> getResolverRuleAssociation(GetResolverRuleAssociationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:route53resolver:getResolverRuleAssociation
arguments:
# arguments dictionary
The following arguments are supported:
- Resolver
Rule stringAssociation Id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
- Resolver
Rule stringAssociation Id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
- resolver
Rule StringAssociation Id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
- resolver
Rule stringAssociation Id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
- resolver_
rule_ strassociation_ id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
- resolver
Rule StringAssociation Id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
getResolverRuleAssociation Result
The following output properties are available:
- Resolver
Rule stringAssociation Id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
- Resolver
Rule stringAssociation Id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
- resolver
Rule StringAssociation Id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
- resolver
Rule stringAssociation Id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
- resolver_
rule_ strassociation_ id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
- resolver
Rule StringAssociation Id - The ID of the resolver rule association that you want to get information about, such as
rslvr-rrassoc-97242eaf88example
.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.