1. Packages
  2. AWS Native
  3. API Docs
  4. route53resolver
  5. getResolverQueryLoggingConfig

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.route53resolver.getResolverQueryLoggingConfig

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 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
    AssociationCount int
    Count
    CreationTime string
    Rfc3339TimeString
    CreatorRequestId string
    The id of the creator request.
    Id string
    ResourceId
    OwnerId string
    AccountId
    ShareStatus Pulumi.AwsNative.Route53Resolver.ResolverQueryLoggingConfigShareStatus
    ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
    Status Pulumi.AwsNative.Route53Resolver.ResolverQueryLoggingConfigStatus
    ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
    Arn string
    Arn
    AssociationCount int
    Count
    CreationTime string
    Rfc3339TimeString
    CreatorRequestId string
    The id of the creator request.
    Id string
    ResourceId
    OwnerId string
    AccountId
    ShareStatus ResolverQueryLoggingConfigShareStatus
    ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
    Status ResolverQueryLoggingConfigStatus
    ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
    arn String
    Arn
    associationCount Integer
    Count
    creationTime String
    Rfc3339TimeString
    creatorRequestId String
    The id of the creator request.
    id String
    ResourceId
    ownerId String
    AccountId
    shareStatus ResolverQueryLoggingConfigShareStatus
    ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
    status ResolverQueryLoggingConfigStatus
    ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
    arn string
    Arn
    associationCount number
    Count
    creationTime string
    Rfc3339TimeString
    creatorRequestId string
    The id of the creator request.
    id string
    ResourceId
    ownerId string
    AccountId
    shareStatus ResolverQueryLoggingConfigShareStatus
    ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
    status ResolverQueryLoggingConfigStatus
    ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
    arn str
    Arn
    association_count int
    Count
    creation_time str
    Rfc3339TimeString
    creator_request_id str
    The id of the creator request.
    id str
    ResourceId
    owner_id str
    AccountId
    share_status ResolverQueryLoggingConfigShareStatus
    ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
    status ResolverQueryLoggingConfigStatus
    ResolverQueryLogConfigStatus, possible values are CREATING, CREATED, DELETED AND FAILED.
    arn String
    Arn
    associationCount Number
    Count
    creationTime String
    Rfc3339TimeString
    creatorRequestId String
    The id of the creator request.
    id String
    ResourceId
    ownerId String
    AccountId
    shareStatus "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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi