1. Packages
  2. Konnect Provider
  3. API Docs
  4. getAuditLog
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getAuditLog

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getAuditLog

    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 getAuditLog(opts?: InvokeOptions): Promise<GetAuditLogResult>
    function getAuditLogOutput(opts?: InvokeOptions): Output<GetAuditLogResult>
    def get_audit_log(opts: Optional[InvokeOptions] = None) -> GetAuditLogResult
    def get_audit_log_output(opts: Optional[InvokeOptions] = None) -> Output[GetAuditLogResult]
    func LookupAuditLog(ctx *Context, opts ...InvokeOption) (*LookupAuditLogResult, error)
    func LookupAuditLogOutput(ctx *Context, opts ...InvokeOption) LookupAuditLogResultOutput

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

    public static class GetAuditLog 
    {
        public static Task<GetAuditLogResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetAuditLogResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAuditLogResult> getAuditLog(InvokeOptions options)
    public static Output<GetAuditLogResult> getAuditLog(InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getAuditLog:getAuditLog
      arguments:
        # arguments dictionary

    getAuditLog Result

    The following output properties are available:

    Enabled bool
    Endpoint string
    Id string
    The provider-assigned unique ID for this managed resource.
    LogFormat string
    SkipSslVerification bool
    UpdatedAt string
    Enabled bool
    Endpoint string
    Id string
    The provider-assigned unique ID for this managed resource.
    LogFormat string
    SkipSslVerification bool
    UpdatedAt string
    enabled Boolean
    endpoint String
    id String
    The provider-assigned unique ID for this managed resource.
    logFormat String
    skipSslVerification Boolean
    updatedAt String
    enabled boolean
    endpoint string
    id string
    The provider-assigned unique ID for this managed resource.
    logFormat string
    skipSslVerification boolean
    updatedAt string
    enabled bool
    endpoint str
    id str
    The provider-assigned unique ID for this managed resource.
    log_format str
    skip_ssl_verification bool
    updated_at str
    enabled Boolean
    endpoint String
    id String
    The provider-assigned unique ID for this managed resource.
    logFormat String
    skipSslVerification Boolean
    updatedAt String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong