confluentcloud.Provider
Explore with Pulumi AI
The provider type for the confluent package. By default, resources use package-wide configuration
settings, however an explicit Provider
instance may be created and passed during resource
construction to achieve fine-grained programmatic control over provider settings. See the
documentation for more information.
Create Provider Resource
new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
@overload
def Provider(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloud_api_key: Optional[str] = None,
cloud_api_secret: Optional[str] = None,
endpoint: Optional[str] = None,
kafka_api_key: Optional[str] = None,
kafka_api_secret: Optional[str] = None,
kafka_id: Optional[str] = None,
kafka_rest_endpoint: Optional[str] = None,
max_retries: Optional[int] = None,
schema_registry_api_key: Optional[str] = None,
schema_registry_api_secret: Optional[str] = None,
schema_registry_id: Optional[str] = None,
schema_registry_rest_endpoint: Optional[str] = None)
@overload
def Provider(resource_name: str,
args: Optional[ProviderArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
public Provider(String name, ProviderArgs args)
public Provider(String name, ProviderArgs args, CustomResourceOptions options)
type: pulumi:providers:confluentcloud
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Provider Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Provider resource accepts the following input properties:
- Cloud
Api stringKey The Confluent Cloud API Key.
- Cloud
Api stringSecret The Confluent Cloud API Secret.
- Endpoint string
The base endpoint of Confluent Cloud API.
- Kafka
Api stringKey The Kafka Cluster API Key.
- Kafka
Api stringSecret The Kafka Cluster API Secret.
- Kafka
Id string The Kafka Cluster ID.
- Kafka
Rest stringEndpoint The Kafka Cluster REST Endpoint.
- Max
Retries int Maximum number of retries of HTTP client. Defaults to 4.
- Schema
Registry stringApi Key The Schema Registry Cluster API Key.
- Schema
Registry stringApi Secret The Schema Registry Cluster API Secret.
- Schema
Registry stringId The Schema Registry Cluster ID.
- Schema
Registry stringRest Endpoint The Schema Registry Cluster REST Endpoint.
- Cloud
Api stringKey The Confluent Cloud API Key.
- Cloud
Api stringSecret The Confluent Cloud API Secret.
- Endpoint string
The base endpoint of Confluent Cloud API.
- Kafka
Api stringKey The Kafka Cluster API Key.
- Kafka
Api stringSecret The Kafka Cluster API Secret.
- Kafka
Id string The Kafka Cluster ID.
- Kafka
Rest stringEndpoint The Kafka Cluster REST Endpoint.
- Max
Retries int Maximum number of retries of HTTP client. Defaults to 4.
- Schema
Registry stringApi Key The Schema Registry Cluster API Key.
- Schema
Registry stringApi Secret The Schema Registry Cluster API Secret.
- Schema
Registry stringId The Schema Registry Cluster ID.
- Schema
Registry stringRest Endpoint The Schema Registry Cluster REST Endpoint.
- cloud
Api StringKey The Confluent Cloud API Key.
- cloud
Api StringSecret The Confluent Cloud API Secret.
- endpoint String
The base endpoint of Confluent Cloud API.
- kafka
Api StringKey The Kafka Cluster API Key.
- kafka
Api StringSecret The Kafka Cluster API Secret.
- kafka
Id String The Kafka Cluster ID.
- kafka
Rest StringEndpoint The Kafka Cluster REST Endpoint.
- max
Retries Integer Maximum number of retries of HTTP client. Defaults to 4.
- schema
Registry StringApi Key The Schema Registry Cluster API Key.
- schema
Registry StringApi Secret The Schema Registry Cluster API Secret.
- schema
Registry StringId The Schema Registry Cluster ID.
- schema
Registry StringRest Endpoint The Schema Registry Cluster REST Endpoint.
- cloud
Api stringKey The Confluent Cloud API Key.
- cloud
Api stringSecret The Confluent Cloud API Secret.
- endpoint string
The base endpoint of Confluent Cloud API.
- kafka
Api stringKey The Kafka Cluster API Key.
- kafka
Api stringSecret The Kafka Cluster API Secret.
- kafka
Id string The Kafka Cluster ID.
- kafka
Rest stringEndpoint The Kafka Cluster REST Endpoint.
- max
Retries number Maximum number of retries of HTTP client. Defaults to 4.
- schema
Registry stringApi Key The Schema Registry Cluster API Key.
- schema
Registry stringApi Secret The Schema Registry Cluster API Secret.
- schema
Registry stringId The Schema Registry Cluster ID.
- schema
Registry stringRest Endpoint The Schema Registry Cluster REST Endpoint.
- cloud_
api_ strkey The Confluent Cloud API Key.
- cloud_
api_ strsecret The Confluent Cloud API Secret.
- endpoint str
The base endpoint of Confluent Cloud API.
- kafka_
api_ strkey The Kafka Cluster API Key.
- kafka_
api_ strsecret The Kafka Cluster API Secret.
- kafka_
id str The Kafka Cluster ID.
- kafka_
rest_ strendpoint The Kafka Cluster REST Endpoint.
- max_
retries int Maximum number of retries of HTTP client. Defaults to 4.
- schema_
registry_ strapi_ key The Schema Registry Cluster API Key.
- schema_
registry_ strapi_ secret The Schema Registry Cluster API Secret.
- schema_
registry_ strid The Schema Registry Cluster ID.
- schema_
registry_ strrest_ endpoint The Schema Registry Cluster REST Endpoint.
- cloud
Api StringKey The Confluent Cloud API Key.
- cloud
Api StringSecret The Confluent Cloud API Secret.
- endpoint String
The base endpoint of Confluent Cloud API.
- kafka
Api StringKey The Kafka Cluster API Key.
- kafka
Api StringSecret The Kafka Cluster API Secret.
- kafka
Id String The Kafka Cluster ID.
- kafka
Rest StringEndpoint The Kafka Cluster REST Endpoint.
- max
Retries Number Maximum number of retries of HTTP client. Defaults to 4.
- schema
Registry StringApi Key The Schema Registry Cluster API Key.
- schema
Registry StringApi Secret The Schema Registry Cluster API Secret.
- schema
Registry StringId The Schema Registry Cluster ID.
- schema
Registry StringRest Endpoint The Schema Registry Cluster REST Endpoint.
Outputs
All input properties are implicitly available as output properties. Additionally, the Provider resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Package Details
- Repository
- Confluent Cloud pulumi/pulumi-confluentcloud
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
confluent
Terraform Provider.