We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.route53resolver.getResolverConfig
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource schema for AWS::Route53Resolver::ResolverConfig.
Using getResolverConfig
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 getResolverConfig(args: GetResolverConfigArgs, opts?: InvokeOptions): Promise<GetResolverConfigResult>
function getResolverConfigOutput(args: GetResolverConfigOutputArgs, opts?: InvokeOptions): Output<GetResolverConfigResult>
def get_resolver_config(resource_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResolverConfigResult
def get_resolver_config_output(resource_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetResolverConfigResult]
func LookupResolverConfig(ctx *Context, args *LookupResolverConfigArgs, opts ...InvokeOption) (*LookupResolverConfigResult, error)
func LookupResolverConfigOutput(ctx *Context, args *LookupResolverConfigOutputArgs, opts ...InvokeOption) LookupResolverConfigResultOutput
> Note: This function is named LookupResolverConfig
in the Go SDK.
public static class GetResolverConfig
{
public static Task<GetResolverConfigResult> InvokeAsync(GetResolverConfigArgs args, InvokeOptions? opts = null)
public static Output<GetResolverConfigResult> Invoke(GetResolverConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetResolverConfigResult> getResolverConfig(GetResolverConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:route53resolver:getResolverConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Id string - ResourceId
- Resource
Id string - ResourceId
- resource
Id String - ResourceId
- resource
Id string - ResourceId
- resource_
id str - ResourceId
- resource
Id String - ResourceId
getResolverConfig Result
The following output properties are available:
- Autodefined
Reverse Pulumi.Aws Native. Route53Resolver. Resolver Config Autodefined Reverse - ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- Id string
- Id
- Owner
Id string - AccountId
- Autodefined
Reverse ResolverConfig Autodefined Reverse - ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- Id string
- Id
- Owner
Id string - AccountId
- autodefined
Reverse ResolverConfig Autodefined Reverse - ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- id String
- Id
- owner
Id String - AccountId
- autodefined
Reverse ResolverConfig Autodefined Reverse - ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- id string
- Id
- owner
Id string - AccountId
- autodefined_
reverse ResolverConfig Autodefined Reverse - ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- id str
- Id
- owner_
id str - AccountId
- autodefined
Reverse "ENABLING" | "ENABLED" | "DISABLING" | "DISABLED" - ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED.
- id String
- Id
- owner
Id String - AccountId
Supporting Types
ResolverConfigAutodefinedReverse
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi