1. Packages
  2. Coralogix Provider
  3. API Docs
  4. getArchiveLogs
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix

coralogix.getArchiveLogs

Explore with Pulumi AI

coralogix logo
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix

    Using getArchiveLogs

    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 getArchiveLogs(opts?: InvokeOptions): Promise<GetArchiveLogsResult>
    function getArchiveLogsOutput(opts?: InvokeOptions): Output<GetArchiveLogsResult>
    def get_archive_logs(opts: Optional[InvokeOptions] = None) -> GetArchiveLogsResult
    def get_archive_logs_output(opts: Optional[InvokeOptions] = None) -> Output[GetArchiveLogsResult]
    func LookupArchiveLogs(ctx *Context, opts ...InvokeOption) (*LookupArchiveLogsResult, error)
    func LookupArchiveLogsOutput(ctx *Context, opts ...InvokeOption) LookupArchiveLogsResultOutput

    > Note: This function is named LookupArchiveLogs in the Go SDK.

    public static class GetArchiveLogs 
    {
        public static Task<GetArchiveLogsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetArchiveLogsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetArchiveLogsResult> getArchiveLogs(InvokeOptions options)
    public static Output<GetArchiveLogsResult> getArchiveLogs(InvokeOptions options)
    
    fn::invoke:
      function: coralogix:index/getArchiveLogs:getArchiveLogs
      arguments:
        # arguments dictionary

    getArchiveLogs Result

    The following output properties are available:

    Active bool
    ArchivingFormatId string
    Bucket string
    The bucket name to store the archived logs in.
    EnableTags bool
    Id string
    The ID of this resource.
    Region string
    The bucket region. see - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.Regions
    Active bool
    ArchivingFormatId string
    Bucket string
    The bucket name to store the archived logs in.
    EnableTags bool
    Id string
    The ID of this resource.
    Region string
    The bucket region. see - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.Regions
    active Boolean
    archivingFormatId String
    bucket String
    The bucket name to store the archived logs in.
    enableTags Boolean
    id String
    The ID of this resource.
    region String
    The bucket region. see - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.Regions
    active boolean
    archivingFormatId string
    bucket string
    The bucket name to store the archived logs in.
    enableTags boolean
    id string
    The ID of this resource.
    region string
    The bucket region. see - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.Regions
    active bool
    archiving_format_id str
    bucket str
    The bucket name to store the archived logs in.
    enable_tags bool
    id str
    The ID of this resource.
    region str
    The bucket region. see - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.Regions
    active Boolean
    archivingFormatId String
    bucket String
    The bucket name to store the archived logs in.
    enableTags Boolean
    id String
    The ID of this resource.
    region String
    The bucket region. see - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html#Concepts.RegionsAndAvailabilityZones.Regions

    Package Details

    Repository
    coralogix coralogix/terraform-provider-coralogix
    License
    Notes
    This Pulumi package is based on the coralogix Terraform Provider.
    coralogix logo
    coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix