DebugSession

class DebugSession : KotlinCustomResource

Creates a debug session for a deployed API Proxy revision. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Properties

Link copied to clipboard
val apiId: Output<String>
Link copied to clipboard
val count: Output<Int>

Optional. The number of request to be traced. Min = 1, Max = 15, Default = 10.

Link copied to clipboard
val createTime: Output<String>

The first transaction creation timestamp, recorded by UAP.

Link copied to clipboard
val environmentId: Output<String>
Link copied to clipboard
val filter: Output<String>

Optional. A conditional statement which is evaluated against the request message to determine if it should be traced. Syntax matches that of on API Proxy bundle flow Condition.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

A unique ID for this DebugSession.

Link copied to clipboard
val organizationId: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val revisionId: Output<String>
Link copied to clipboard
val timeout: Output<String>

Optional. The time in seconds after which this DebugSession should end. A timeout specified in DebugSession will overwrite this value.

Link copied to clipboard
val tracesize: Output<Int>

Optional. The maximum number of bytes captured from the response payload. Min = 0, Max = 5120, Default = 5120.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val validity: Output<Int>

Optional. The length of time, in seconds, that this debug session is valid, starting from when it's received in the control plane. Min = 1, Max = 15, Default = 10.