consumer_shared_resources
Creates, updates, deletes, gets or lists a consumer_shared_resources
resource.
Overview
Name | consumer_shared_resources |
Type | Resource |
Id | confluent.stream_sharing.consumer_shared_resources |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID is the "natural identifier" for an object within its scope/namespace; it is normally unique across time but not space. That is, you can assume that the ID will not be reclaimed and reused after an object is deleted ("time"); however, it may collide with IDs for other object kinds or objects of the same kind within a different scope/namespace ("space"). |
description | string | Description of consumer resource |
api_version | string | APIVersion defines the schema version of this representation of a resource. |
cloud | string | The cloud service provider of the provider shared cluster. |
display_name | string | Consumer resource display name |
kind | string | Kind defines the object this REST resource represents. |
logo_url | string | Resource logo url |
metadata | `` | ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. |
network_connection_types | array | The network connection types of the provider shared cluster. If the shared cluster is on public internet, then the list will be empty |
organization_contact | string | Email of the shared resource's organization contact |
organization_description | string | Shared resource's organization description |
organization_name | string | Shared resource's organization name |
schemas | array | List of schemas in JSON format. This field is work in progress and subject to changes. |
tags | array | list of tags |
Methods
SELECT
examples
Retrieve a sorted, filtered, paginated list of all consumer shared resources.
SELECT
id,
description,
api_version,
cloud,
display_name,
kind,
logo_url,
metadata,
network_connection_types,
organization_contact,
organization_description,
organization_name,
schemas,
tags
FROM confluent.stream_sharing.consumer_shared_resources
;