Skip to main content

integrations

Overview

Nameintegrations
TypeResource
Idconfluent.provider_integrations.integrations

Fields

NameDatatypeDescription
idstringID 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").
_environment``
api_versionstringAPIVersion defines the schema version of this representation of a resource.
configobjectCloud provider specific configs for provider integration
display_namestringDisplay name of Provider Integration.
environmentobjectThe environment to which this belongs.
kindstringKind defines the object this REST resource represents.
providerstringCloud provider to which access is provided through provider integration.
usagesarrayList of resource crns where this integration is being used.

Methods

NameAccessible byRequired ParamsDescription
get_pim_v1integrationSELECTenvironment, idEarly Access Request Access To Provider Integration

Make a request to read an integration.
list_pim_v1integrationsSELECTenvironmentEarly Access Request Access To Provider Integration

Retrieve a sorted, filtered, paginated list of all integrations.

If no provider filter is specified, returns provider integrations from all clouds.
create_pim_v1integrationINSERTEarly Access Request Access To Provider Integration

Make a request to create an integration.
delete_pim_v1integrationDELETEenvironment, idEarly Access Request Access To Provider Integration

Make a request to delete an integration.

This request fails if existing workloads are using this CSP integration.