Class ConfluentAccountResourceAttributes

Attributes object for updating a Confluent resource.

Hierarchy

  • ConfluentAccountResourceAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
enableCustomMetrics?: boolean

Enable the custom.consumer_lag_offset metric, which contains extra metric tags.

id?: string

The ID associated with a Confluent resource.

resourceType: string

The resource type of the Resource. Can be kafka, connector, ksql, or schema_registry.

tags?: string[]

A list of strings representing tags. Can be a single key, or key-value pairs separated by a colon.

Generated using TypeDoc