confluentcloud.ProviderIntegrationAuthorization
Import
You can import a Provider Integration Authorization by using Environment ID and Provider Integration ID, in the format <Environment ID>/<Provider Integration ID>. The following example shows how to import a Provider Integration Authorization:
$ export CONFLUENT_CLOUD_API_KEY="<cloud_api_key>"
$ export CONFLUENT_CLOUD_API_SECRET="<cloud_api_secret>"
$ pulumi import confluentcloud:index/providerIntegrationAuthorization:ProviderIntegrationAuthorization main env-abc123/cspi-4xg0q
!> Warning: Do not forget to delete terminal command history afterwards for security purposes.
Create ProviderIntegrationAuthorization Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ProviderIntegrationAuthorization(name: string, args: ProviderIntegrationAuthorizationArgs, opts?: CustomResourceOptions);@overload
def ProviderIntegrationAuthorization(resource_name: str,
args: ProviderIntegrationAuthorizationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ProviderIntegrationAuthorization(resource_name: str,
opts: Optional[ResourceOptions] = None,
environment: Optional[ProviderIntegrationAuthorizationEnvironmentArgs] = None,
provider_integration_id: Optional[str] = None,
azure: Optional[ProviderIntegrationAuthorizationAzureArgs] = None,
gcp: Optional[ProviderIntegrationAuthorizationGcpArgs] = None)func NewProviderIntegrationAuthorization(ctx *Context, name string, args ProviderIntegrationAuthorizationArgs, opts ...ResourceOption) (*ProviderIntegrationAuthorization, error)public ProviderIntegrationAuthorization(string name, ProviderIntegrationAuthorizationArgs args, CustomResourceOptions? opts = null)
public ProviderIntegrationAuthorization(String name, ProviderIntegrationAuthorizationArgs args)
public ProviderIntegrationAuthorization(String name, ProviderIntegrationAuthorizationArgs args, CustomResourceOptions options)
type: confluentcloud:ProviderIntegrationAuthorization
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ProviderIntegrationAuthorizationArgs
- 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 ProviderIntegrationAuthorizationArgs
- 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 ProviderIntegrationAuthorizationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProviderIntegrationAuthorizationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProviderIntegrationAuthorizationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var providerIntegrationAuthorizationResource = new ConfluentCloud.ProviderIntegrationAuthorization("providerIntegrationAuthorizationResource", new()
{
Environment = new ConfluentCloud.Inputs.ProviderIntegrationAuthorizationEnvironmentArgs
{
Id = "string",
},
ProviderIntegrationId = "string",
Azure = new ConfluentCloud.Inputs.ProviderIntegrationAuthorizationAzureArgs
{
CustomerAzureTenantId = "string",
ConfluentMultiTenantAppId = "string",
},
Gcp = new ConfluentCloud.Inputs.ProviderIntegrationAuthorizationGcpArgs
{
CustomerGoogleServiceAccount = "string",
GoogleServiceAccount = "string",
},
});
example, err := confluentcloud.NewProviderIntegrationAuthorization(ctx, "providerIntegrationAuthorizationResource", &confluentcloud.ProviderIntegrationAuthorizationArgs{
Environment: &confluentcloud.ProviderIntegrationAuthorizationEnvironmentArgs{
Id: pulumi.String("string"),
},
ProviderIntegrationId: pulumi.String("string"),
Azure: &confluentcloud.ProviderIntegrationAuthorizationAzureArgs{
CustomerAzureTenantId: pulumi.String("string"),
ConfluentMultiTenantAppId: pulumi.String("string"),
},
Gcp: &confluentcloud.ProviderIntegrationAuthorizationGcpArgs{
CustomerGoogleServiceAccount: pulumi.String("string"),
GoogleServiceAccount: pulumi.String("string"),
},
})
var providerIntegrationAuthorizationResource = new ProviderIntegrationAuthorization("providerIntegrationAuthorizationResource", ProviderIntegrationAuthorizationArgs.builder()
.environment(ProviderIntegrationAuthorizationEnvironmentArgs.builder()
.id("string")
.build())
.providerIntegrationId("string")
.azure(ProviderIntegrationAuthorizationAzureArgs.builder()
.customerAzureTenantId("string")
.confluentMultiTenantAppId("string")
.build())
.gcp(ProviderIntegrationAuthorizationGcpArgs.builder()
.customerGoogleServiceAccount("string")
.googleServiceAccount("string")
.build())
.build());
provider_integration_authorization_resource = confluentcloud.ProviderIntegrationAuthorization("providerIntegrationAuthorizationResource",
environment={
"id": "string",
},
provider_integration_id="string",
azure={
"customer_azure_tenant_id": "string",
"confluent_multi_tenant_app_id": "string",
},
gcp={
"customer_google_service_account": "string",
"google_service_account": "string",
})
const providerIntegrationAuthorizationResource = new confluentcloud.ProviderIntegrationAuthorization("providerIntegrationAuthorizationResource", {
environment: {
id: "string",
},
providerIntegrationId: "string",
azure: {
customerAzureTenantId: "string",
confluentMultiTenantAppId: "string",
},
gcp: {
customerGoogleServiceAccount: "string",
googleServiceAccount: "string",
},
});
type: confluentcloud:ProviderIntegrationAuthorization
properties:
azure:
confluentMultiTenantAppId: string
customerAzureTenantId: string
environment:
id: string
gcp:
customerGoogleServiceAccount: string
googleServiceAccount: string
providerIntegrationId: string
ProviderIntegrationAuthorization Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ProviderIntegrationAuthorization resource accepts the following input properties:
- Environment
Pulumi.
Confluent Cloud. Inputs. Provider Integration Authorization Environment - Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- Provider
Integration stringId - The ID of the provider integration to authorize.
- Azure
Pulumi.
Confluent Cloud. Inputs. Provider Integration Authorization Azure - (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- Gcp
Pulumi.
Confluent Cloud. Inputs. Provider Integration Authorization Gcp - (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- Environment
Provider
Integration Authorization Environment Args - Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- Provider
Integration stringId - The ID of the provider integration to authorize.
- Azure
Provider
Integration Authorization Azure Args - (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- Gcp
Provider
Integration Authorization Gcp Args - (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- environment
Provider
Integration Authorization Environment - Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- provider
Integration StringId - The ID of the provider integration to authorize.
- azure
Provider
Integration Authorization Azure - (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- gcp
Provider
Integration Authorization Gcp - (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- environment
Provider
Integration Authorization Environment - Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- provider
Integration stringId - The ID of the provider integration to authorize.
- azure
Provider
Integration Authorization Azure - (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- gcp
Provider
Integration Authorization Gcp - (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- environment
Provider
Integration Authorization Environment Args - Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- provider_
integration_ strid - The ID of the provider integration to authorize.
- azure
Provider
Integration Authorization Azure Args - (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- gcp
Provider
Integration Authorization Gcp Args - (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- environment Property Map
- Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- provider
Integration StringId - The ID of the provider integration to authorize.
- azure Property Map
- (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- gcp Property Map
- (Optional Configuration Block) GCP-specific configuration details. It supports the following:
Outputs
All input properties are implicitly available as output properties. Additionally, the ProviderIntegrationAuthorization 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.
Look up Existing ProviderIntegrationAuthorization Resource
Get an existing ProviderIntegrationAuthorization resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ProviderIntegrationAuthorizationState, opts?: CustomResourceOptions): ProviderIntegrationAuthorization@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
azure: Optional[ProviderIntegrationAuthorizationAzureArgs] = None,
environment: Optional[ProviderIntegrationAuthorizationEnvironmentArgs] = None,
gcp: Optional[ProviderIntegrationAuthorizationGcpArgs] = None,
provider_integration_id: Optional[str] = None) -> ProviderIntegrationAuthorizationfunc GetProviderIntegrationAuthorization(ctx *Context, name string, id IDInput, state *ProviderIntegrationAuthorizationState, opts ...ResourceOption) (*ProviderIntegrationAuthorization, error)public static ProviderIntegrationAuthorization Get(string name, Input<string> id, ProviderIntegrationAuthorizationState? state, CustomResourceOptions? opts = null)public static ProviderIntegrationAuthorization get(String name, Output<String> id, ProviderIntegrationAuthorizationState state, CustomResourceOptions options)resources: _: type: confluentcloud:ProviderIntegrationAuthorization get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Azure
Pulumi.
Confluent Cloud. Inputs. Provider Integration Authorization Azure - (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- Environment
Pulumi.
Confluent Cloud. Inputs. Provider Integration Authorization Environment - Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- Gcp
Pulumi.
Confluent Cloud. Inputs. Provider Integration Authorization Gcp - (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- Provider
Integration stringId - The ID of the provider integration to authorize.
- Azure
Provider
Integration Authorization Azure Args - (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- Environment
Provider
Integration Authorization Environment Args - Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- Gcp
Provider
Integration Authorization Gcp Args - (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- Provider
Integration stringId - The ID of the provider integration to authorize.
- azure
Provider
Integration Authorization Azure - (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- environment
Provider
Integration Authorization Environment - Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- gcp
Provider
Integration Authorization Gcp - (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- provider
Integration StringId - The ID of the provider integration to authorize.
- azure
Provider
Integration Authorization Azure - (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- environment
Provider
Integration Authorization Environment - Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- gcp
Provider
Integration Authorization Gcp - (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- provider
Integration stringId - The ID of the provider integration to authorize.
- azure
Provider
Integration Authorization Azure Args - (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- environment
Provider
Integration Authorization Environment Args - Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- gcp
Provider
Integration Authorization Gcp Args - (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- provider_
integration_ strid - The ID of the provider integration to authorize.
- azure Property Map
- (Optional Configuration Block) Azure-specific configuration details. It supports the following:
- environment Property Map
- Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
- gcp Property Map
- (Optional Configuration Block) GCP-specific configuration details. It supports the following:
- provider
Integration StringId - The ID of the provider integration to authorize.
Supporting Types
ProviderIntegrationAuthorizationAzure, ProviderIntegrationAuthorizationAzureArgs
- Customer
Azure stringTenant Id - Customer's Azure Tenant ID.
- Confluent
Multi stringTenant App Id - (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
- Customer
Azure stringTenant Id - Customer's Azure Tenant ID.
- Confluent
Multi stringTenant App Id - (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
- customer
Azure StringTenant Id - Customer's Azure Tenant ID.
- confluent
Multi StringTenant App Id - (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
- customer
Azure stringTenant Id - Customer's Azure Tenant ID.
- confluent
Multi stringTenant App Id - (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
- customer_
azure_ strtenant_ id - Customer's Azure Tenant ID.
- confluent_
multi_ strtenant_ app_ id - (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
- customer
Azure StringTenant Id - Customer's Azure Tenant ID.
- confluent
Multi StringTenant App Id - (Computed String) Confluent Multi-Tenant App ID used to access customer Azure resources.
ProviderIntegrationAuthorizationEnvironment, ProviderIntegrationAuthorizationEnvironmentArgs
- Id string
- The ID of the Environment that the Provider Integration belongs to, for example,
env-abc123.
- Id string
- The ID of the Environment that the Provider Integration belongs to, for example,
env-abc123.
- id String
- The ID of the Environment that the Provider Integration belongs to, for example,
env-abc123.
- id string
- The ID of the Environment that the Provider Integration belongs to, for example,
env-abc123.
- id str
- The ID of the Environment that the Provider Integration belongs to, for example,
env-abc123.
- id String
- The ID of the Environment that the Provider Integration belongs to, for example,
env-abc123.
ProviderIntegrationAuthorizationGcp, ProviderIntegrationAuthorizationGcpArgs
- Customer
Google stringService Account Customer's Google Service Account that Confluent Cloud impersonates.
Note: Exactly one of
azureorgcpconfiguration blocks must be provided, matching the cloud provider of the associated provider integration.- Google
Service stringAccount - (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
- Customer
Google stringService Account Customer's Google Service Account that Confluent Cloud impersonates.
Note: Exactly one of
azureorgcpconfiguration blocks must be provided, matching the cloud provider of the associated provider integration.- Google
Service stringAccount - (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
- customer
Google StringService Account Customer's Google Service Account that Confluent Cloud impersonates.
Note: Exactly one of
azureorgcpconfiguration blocks must be provided, matching the cloud provider of the associated provider integration.- google
Service StringAccount - (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
- customer
Google stringService Account Customer's Google Service Account that Confluent Cloud impersonates.
Note: Exactly one of
azureorgcpconfiguration blocks must be provided, matching the cloud provider of the associated provider integration.- google
Service stringAccount - (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
- customer_
google_ strservice_ account Customer's Google Service Account that Confluent Cloud impersonates.
Note: Exactly one of
azureorgcpconfiguration blocks must be provided, matching the cloud provider of the associated provider integration.- google_
service_ straccount - (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
- customer
Google StringService Account Customer's Google Service Account that Confluent Cloud impersonates.
Note: Exactly one of
azureorgcpconfiguration blocks must be provided, matching the cloud provider of the associated provider integration.- google
Service StringAccount - (Computed String) Google Service Account that Confluent Cloud uses for impersonation.
Package Details
- Repository
- Confluent Cloud pulumi/pulumi-confluentcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
confluentTerraform Provider.
