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.getResolverQueryLoggingConfig
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::ResolverQueryLoggingConfig.
Using getResolverQueryLoggingConfig
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 getResolverQueryLoggingConfig(args: GetResolverQueryLoggingConfigArgs, opts?: InvokeOptions): Promise<GetResolverQueryLoggingConfigResult>
function getResolverQueryLoggingConfigOutput(args: GetResolverQueryLoggingConfigOutputArgs, opts?: InvokeOptions): Output<GetResolverQueryLoggingConfigResult>
def get_resolver_query_logging_config(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetResolverQueryLoggingConfigResult
def get_resolver_query_logging_config_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetResolverQueryLoggingConfigResult]
func LookupResolverQueryLoggingConfig(ctx *Context, args *LookupResolverQueryLoggingConfigArgs, opts ...InvokeOption) (*LookupResolverQueryLoggingConfigResult, error)
func LookupResolverQueryLoggingConfigOutput(ctx *Context, args *LookupResolverQueryLoggingConfigOutputArgs, opts ...InvokeOption) LookupResolverQueryLoggingConfigResultOutput
> Note: This function is named LookupResolverQueryLoggingConfig
in the Go SDK.
public static class GetResolverQueryLoggingConfig
{
public static Task<GetResolverQueryLoggingConfigResult> InvokeAsync(GetResolverQueryLoggingConfigArgs args, InvokeOptions? opts = null)
public static Output<GetResolverQueryLoggingConfigResult> Invoke(GetResolverQueryLoggingConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetResolverQueryLoggingConfigResult> getResolverQueryLoggingConfig(GetResolverQueryLoggingConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:route53resolver:getResolverQueryLoggingConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- ResourceId
- Id string
- ResourceId
- id String
- ResourceId
- id string
- ResourceId
- id str
- ResourceId
- id String
- ResourceId
getResolverQueryLoggingConfig Result
The following output properties are available:
- Arn string
- Arn
- Association
Count int - Count
- Creation
Time string - Rfc3339TimeString
- Creator
Request stringId - The id of the creator request.
- Id string
- ResourceId
- Owner
Id string - AccountId
- Pulumi.
Aws Native. Route53Resolver. Resolver Query Logging Config Share Status - ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
- Status
Pulumi.
Aws Native. Route53Resolver. Resolver Query Logging Config Status - ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
- Arn string
- Arn
- Association
Count int - Count
- Creation
Time string - Rfc3339TimeString
- Creator
Request stringId - The id of the creator request.
- Id string
- ResourceId
- Owner
Id string - AccountId
- Resolver
Query Logging Config Share Status - ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
- Status
Resolver
Query Logging Config Status - ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
- arn String
- Arn
- association
Count Integer - Count
- creation
Time String - Rfc3339TimeString
- creator
Request StringId - The id of the creator request.
- id String
- ResourceId
- owner
Id String - AccountId
- Resolver
Query Logging Config Share Status - ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
- status
Resolver
Query Logging Config Status - ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
- arn string
- Arn
- association
Count number - Count
- creation
Time string - Rfc3339TimeString
- creator
Request stringId - The id of the creator request.
- id string
- ResourceId
- owner
Id string - AccountId
- Resolver
Query Logging Config Share Status - ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
- status
Resolver
Query Logging Config Status - ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
- arn str
- Arn
- association_
count int - Count
- creation_
time str - Rfc3339TimeString
- creator_
request_ strid - The id of the creator request.
- id str
- ResourceId
- owner_
id str - AccountId
- Resolver
Query Logging Config Share Status - ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
- status
Resolver
Query Logging Config Status - ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
- arn String
- Arn
- association
Count Number - Count
- creation
Time String - Rfc3339TimeString
- creator
Request StringId - The id of the creator request.
- id String
- ResourceId
- owner
Id String - AccountId
- "NOT_SHARED" | "SHARED_WITH_ME" | "SHARED_BY_ME"
- ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
- status "CREATING" | "CREATED" | "DELETING" | "FAILED"
- ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
Supporting Types
ResolverQueryLoggingConfigShareStatus
ResolverQueryLoggingConfigStatus
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