konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getAuditLog
Explore with Pulumi AI
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 str
- id str
- The provider-assigned unique ID for this managed resource.
- log_
format str - skip_
ssl_ boolverification - updated_
at str
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.