1. Packages
  2. Mongodbatlas Provider
  3. API Docs
  4. getStreamConnections
MongoDB Atlas v3.30.0 published on Friday, Mar 21, 2025 by Pulumi

mongodbatlas.getStreamConnections

Explore with Pulumi AI

# Data Source: mongodbatlas.getStreamConnections

mongodbatlas.getStreamConnections describes all connections of a stream instance for the specified project.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as mongodbatlas from "@pulumi/mongodbatlas";

const test = mongodbatlas.getStreamConnections({
    projectId: "<PROJECT_ID>",
    instanceName: "<INSTANCE_NAME>",
});
Copy
import pulumi
import pulumi_mongodbatlas as mongodbatlas

test = mongodbatlas.get_stream_connections(project_id="<PROJECT_ID>",
    instance_name="<INSTANCE_NAME>")
Copy
package main

import (
	"github.com/pulumi/pulumi-mongodbatlas/sdk/v3/go/mongodbatlas"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := mongodbatlas.LookupStreamConnections(ctx, &mongodbatlas.LookupStreamConnectionsArgs{
			ProjectId:    "<PROJECT_ID>",
			InstanceName: "<INSTANCE_NAME>",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Mongodbatlas = Pulumi.Mongodbatlas;

return await Deployment.RunAsync(() => 
{
    var test = Mongodbatlas.GetStreamConnections.Invoke(new()
    {
        ProjectId = "<PROJECT_ID>",
        InstanceName = "<INSTANCE_NAME>",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.mongodbatlas.MongodbatlasFunctions;
import com.pulumi.mongodbatlas.inputs.GetStreamConnectionsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var test = MongodbatlasFunctions.getStreamConnections(GetStreamConnectionsArgs.builder()
            .projectId("<PROJECT_ID>")
            .instanceName("<INSTANCE_NAME>")
            .build());

    }
}
Copy
variables:
  test:
    fn::invoke:
      function: mongodbatlas:getStreamConnections
      arguments:
        projectId: <PROJECT_ID>
        instanceName: <INSTANCE_NAME>
Copy

Using getStreamConnections

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getStreamConnections(args: GetStreamConnectionsArgs, opts?: InvokeOptions): Promise<GetStreamConnectionsResult>
function getStreamConnectionsOutput(args: GetStreamConnectionsOutputArgs, opts?: InvokeOptions): Output<GetStreamConnectionsResult>
Copy
def get_stream_connections(instance_name: Optional[str] = None,
                           items_per_page: Optional[int] = None,
                           page_num: Optional[int] = None,
                           project_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetStreamConnectionsResult
def get_stream_connections_output(instance_name: Optional[pulumi.Input[str]] = None,
                           items_per_page: Optional[pulumi.Input[int]] = None,
                           page_num: Optional[pulumi.Input[int]] = None,
                           project_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetStreamConnectionsResult]
Copy
func LookupStreamConnections(ctx *Context, args *LookupStreamConnectionsArgs, opts ...InvokeOption) (*LookupStreamConnectionsResult, error)
func LookupStreamConnectionsOutput(ctx *Context, args *LookupStreamConnectionsOutputArgs, opts ...InvokeOption) LookupStreamConnectionsResultOutput
Copy

> Note: This function is named LookupStreamConnections in the Go SDK.

public static class GetStreamConnections 
{
    public static Task<GetStreamConnectionsResult> InvokeAsync(GetStreamConnectionsArgs args, InvokeOptions? opts = null)
    public static Output<GetStreamConnectionsResult> Invoke(GetStreamConnectionsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetStreamConnectionsResult> getStreamConnections(GetStreamConnectionsArgs args, InvokeOptions options)
public static Output<GetStreamConnectionsResult> getStreamConnections(GetStreamConnectionsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: mongodbatlas:index/getStreamConnections:getStreamConnections
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

InstanceName This property is required. string
Human-readable label that identifies the stream instance.
ProjectId This property is required. string
Unique 24-hexadecimal digit string that identifies your project.
ItemsPerPage int
Number of items that the response returns per page, up to a maximum of 500. Defaults to 100.
PageNum int
Number of the page that displays the current set of the total objects that the response returns. Defaults to 1.
InstanceName This property is required. string
Human-readable label that identifies the stream instance.
ProjectId This property is required. string
Unique 24-hexadecimal digit string that identifies your project.
ItemsPerPage int
Number of items that the response returns per page, up to a maximum of 500. Defaults to 100.
PageNum int
Number of the page that displays the current set of the total objects that the response returns. Defaults to 1.
instanceName This property is required. String
Human-readable label that identifies the stream instance.
projectId This property is required. String
Unique 24-hexadecimal digit string that identifies your project.
itemsPerPage Integer
Number of items that the response returns per page, up to a maximum of 500. Defaults to 100.
pageNum Integer
Number of the page that displays the current set of the total objects that the response returns. Defaults to 1.
instanceName This property is required. string
Human-readable label that identifies the stream instance.
projectId This property is required. string
Unique 24-hexadecimal digit string that identifies your project.
itemsPerPage number
Number of items that the response returns per page, up to a maximum of 500. Defaults to 100.
pageNum number
Number of the page that displays the current set of the total objects that the response returns. Defaults to 1.
instance_name This property is required. str
Human-readable label that identifies the stream instance.
project_id This property is required. str
Unique 24-hexadecimal digit string that identifies your project.
items_per_page int
Number of items that the response returns per page, up to a maximum of 500. Defaults to 100.
page_num int
Number of the page that displays the current set of the total objects that the response returns. Defaults to 1.
instanceName This property is required. String
Human-readable label that identifies the stream instance.
projectId This property is required. String
Unique 24-hexadecimal digit string that identifies your project.
itemsPerPage Number
Number of items that the response returns per page, up to a maximum of 500. Defaults to 100.
pageNum Number
Number of the page that displays the current set of the total objects that the response returns. Defaults to 1.

getStreamConnections Result

The following output properties are available:

Id string
InstanceName string
Human-readable label that identifies the stream instance.
ProjectId string
Unique 24-hexadecimal digit string that identifies your project.
Results List<GetStreamConnectionsResult>
A list where each element contains a stream connection.
TotalCount int
Count of the total number of items in the result set. The count might be greater than the number of objects in the results array if the entire result set is paginated.
ItemsPerPage int
PageNum int
Id string
InstanceName string
Human-readable label that identifies the stream instance.
ProjectId string
Unique 24-hexadecimal digit string that identifies your project.
Results []GetStreamConnectionsResult
A list where each element contains a stream connection.
TotalCount int
Count of the total number of items in the result set. The count might be greater than the number of objects in the results array if the entire result set is paginated.
ItemsPerPage int
PageNum int
id String
instanceName String
Human-readable label that identifies the stream instance.
projectId String
Unique 24-hexadecimal digit string that identifies your project.
results List<GetStreamConnectionsResult>
A list where each element contains a stream connection.
totalCount Integer
Count of the total number of items in the result set. The count might be greater than the number of objects in the results array if the entire result set is paginated.
itemsPerPage Integer
pageNum Integer
id string
instanceName string
Human-readable label that identifies the stream instance.
projectId string
Unique 24-hexadecimal digit string that identifies your project.
results GetStreamConnectionsResult[]
A list where each element contains a stream connection.
totalCount number
Count of the total number of items in the result set. The count might be greater than the number of objects in the results array if the entire result set is paginated.
itemsPerPage number
pageNum number
id str
instance_name str
Human-readable label that identifies the stream instance.
project_id str
Unique 24-hexadecimal digit string that identifies your project.
results Sequence[GetStreamConnectionsResult]
A list where each element contains a stream connection.
total_count int
Count of the total number of items in the result set. The count might be greater than the number of objects in the results array if the entire result set is paginated.
items_per_page int
page_num int
id String
instanceName String
Human-readable label that identifies the stream instance.
projectId String
Unique 24-hexadecimal digit string that identifies your project.
results List<Property Map>
A list where each element contains a stream connection.
totalCount Number
Count of the total number of items in the result set. The count might be greater than the number of objects in the results array if the entire result set is paginated.
itemsPerPage Number
pageNum Number

Supporting Types

GetStreamConnectionsResult

Authentication This property is required. GetStreamConnectionsResultAuthentication
User credentials required to connect to a Kafka cluster. Includes the authentication type, as well as the parameters for that authentication mode. See authentication.
Aws This property is required. GetStreamConnectionsResultAws
The configuration for AWS Lambda connection. See AWS
BootstrapServers This property is required. string
Comma separated list of server addresses.
ClusterName This property is required. string
Name of the cluster configured for this connection.
Config This property is required. Dictionary<string, string>
A map of Kafka key-value pairs for optional configuration. This is a flat object, and keys can have '.' characters.
ConnectionName This property is required. string
Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
DbRoleToExecute This property is required. GetStreamConnectionsResultDbRoleToExecute
The name of a Built in or Custom DB Role to connect to an Atlas Cluster. See DBRoleToExecute.
Headers This property is required. Dictionary<string, string>
A map of key-value pairs for optional headers.
Id This property is required. string
InstanceName This property is required. string
Human-readable label that identifies the stream instance.
Networking This property is required. GetStreamConnectionsResultNetworking
Networking Access Type can either be PUBLIC (default) or VPC. See networking.
ProjectId This property is required. string
Unique 24-hexadecimal digit string that identifies your project.
Security This property is required. GetStreamConnectionsResultSecurity
Properties for the secure transport connection to Kafka. For SSL, this can include the trusted certificate to use. See security.
Type This property is required. string
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
Url This property is required. string
URL of the HTTPs endpoint that will be used for creating a connection.
Authentication This property is required. GetStreamConnectionsResultAuthentication
User credentials required to connect to a Kafka cluster. Includes the authentication type, as well as the parameters for that authentication mode. See authentication.
Aws This property is required. GetStreamConnectionsResultAws
The configuration for AWS Lambda connection. See AWS
BootstrapServers This property is required. string
Comma separated list of server addresses.
ClusterName This property is required. string
Name of the cluster configured for this connection.
Config This property is required. map[string]string
A map of Kafka key-value pairs for optional configuration. This is a flat object, and keys can have '.' characters.
ConnectionName This property is required. string
Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
DbRoleToExecute This property is required. GetStreamConnectionsResultDbRoleToExecute
The name of a Built in or Custom DB Role to connect to an Atlas Cluster. See DBRoleToExecute.
Headers This property is required. map[string]string
A map of key-value pairs for optional headers.
Id This property is required. string
InstanceName This property is required. string
Human-readable label that identifies the stream instance.
Networking This property is required. GetStreamConnectionsResultNetworking
Networking Access Type can either be PUBLIC (default) or VPC. See networking.
ProjectId This property is required. string
Unique 24-hexadecimal digit string that identifies your project.
Security This property is required. GetStreamConnectionsResultSecurity
Properties for the secure transport connection to Kafka. For SSL, this can include the trusted certificate to use. See security.
Type This property is required. string
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
Url This property is required. string
URL of the HTTPs endpoint that will be used for creating a connection.
authentication This property is required. GetStreamConnectionsResultAuthentication
User credentials required to connect to a Kafka cluster. Includes the authentication type, as well as the parameters for that authentication mode. See authentication.
aws This property is required. GetStreamConnectionsResultAws
The configuration for AWS Lambda connection. See AWS
bootstrapServers This property is required. String
Comma separated list of server addresses.
clusterName This property is required. String
Name of the cluster configured for this connection.
config This property is required. Map<String,String>
A map of Kafka key-value pairs for optional configuration. This is a flat object, and keys can have '.' characters.
connectionName This property is required. String
Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
dbRoleToExecute This property is required. GetStreamConnectionsResultDbRoleToExecute
The name of a Built in or Custom DB Role to connect to an Atlas Cluster. See DBRoleToExecute.
headers This property is required. Map<String,String>
A map of key-value pairs for optional headers.
id This property is required. String
instanceName This property is required. String
Human-readable label that identifies the stream instance.
networking This property is required. GetStreamConnectionsResultNetworking
Networking Access Type can either be PUBLIC (default) or VPC. See networking.
projectId This property is required. String
Unique 24-hexadecimal digit string that identifies your project.
security This property is required. GetStreamConnectionsResultSecurity
Properties for the secure transport connection to Kafka. For SSL, this can include the trusted certificate to use. See security.
type This property is required. String
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
url This property is required. String
URL of the HTTPs endpoint that will be used for creating a connection.
authentication This property is required. GetStreamConnectionsResultAuthentication
User credentials required to connect to a Kafka cluster. Includes the authentication type, as well as the parameters for that authentication mode. See authentication.
aws This property is required. GetStreamConnectionsResultAws
The configuration for AWS Lambda connection. See AWS
bootstrapServers This property is required. string
Comma separated list of server addresses.
clusterName This property is required. string
Name of the cluster configured for this connection.
config This property is required. {[key: string]: string}
A map of Kafka key-value pairs for optional configuration. This is a flat object, and keys can have '.' characters.
connectionName This property is required. string
Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
dbRoleToExecute This property is required. GetStreamConnectionsResultDbRoleToExecute
The name of a Built in or Custom DB Role to connect to an Atlas Cluster. See DBRoleToExecute.
headers This property is required. {[key: string]: string}
A map of key-value pairs for optional headers.
id This property is required. string
instanceName This property is required. string
Human-readable label that identifies the stream instance.
networking This property is required. GetStreamConnectionsResultNetworking
Networking Access Type can either be PUBLIC (default) or VPC. See networking.
projectId This property is required. string
Unique 24-hexadecimal digit string that identifies your project.
security This property is required. GetStreamConnectionsResultSecurity
Properties for the secure transport connection to Kafka. For SSL, this can include the trusted certificate to use. See security.
type This property is required. string
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
url This property is required. string
URL of the HTTPs endpoint that will be used for creating a connection.
authentication This property is required. GetStreamConnectionsResultAuthentication
User credentials required to connect to a Kafka cluster. Includes the authentication type, as well as the parameters for that authentication mode. See authentication.
aws This property is required. GetStreamConnectionsResultAws
The configuration for AWS Lambda connection. See AWS
bootstrap_servers This property is required. str
Comma separated list of server addresses.
cluster_name This property is required. str
Name of the cluster configured for this connection.
config This property is required. Mapping[str, str]
A map of Kafka key-value pairs for optional configuration. This is a flat object, and keys can have '.' characters.
connection_name This property is required. str
Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
db_role_to_execute This property is required. GetStreamConnectionsResultDbRoleToExecute
The name of a Built in or Custom DB Role to connect to an Atlas Cluster. See DBRoleToExecute.
headers This property is required. Mapping[str, str]
A map of key-value pairs for optional headers.
id This property is required. str
instance_name This property is required. str
Human-readable label that identifies the stream instance.
networking This property is required. GetStreamConnectionsResultNetworking
Networking Access Type can either be PUBLIC (default) or VPC. See networking.
project_id This property is required. str
Unique 24-hexadecimal digit string that identifies your project.
security This property is required. GetStreamConnectionsResultSecurity
Properties for the secure transport connection to Kafka. For SSL, this can include the trusted certificate to use. See security.
type This property is required. str
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
url This property is required. str
URL of the HTTPs endpoint that will be used for creating a connection.
authentication This property is required. Property Map
User credentials required to connect to a Kafka cluster. Includes the authentication type, as well as the parameters for that authentication mode. See authentication.
aws This property is required. Property Map
The configuration for AWS Lambda connection. See AWS
bootstrapServers This property is required. String
Comma separated list of server addresses.
clusterName This property is required. String
Name of the cluster configured for this connection.
config This property is required. Map<String>
A map of Kafka key-value pairs for optional configuration. This is a flat object, and keys can have '.' characters.
connectionName This property is required. String
Human-readable label that identifies the stream connection. In the case of the Sample type, this is the name of the sample source.
dbRoleToExecute This property is required. Property Map
The name of a Built in or Custom DB Role to connect to an Atlas Cluster. See DBRoleToExecute.
headers This property is required. Map<String>
A map of key-value pairs for optional headers.
id This property is required. String
instanceName This property is required. String
Human-readable label that identifies the stream instance.
networking This property is required. Property Map
Networking Access Type can either be PUBLIC (default) or VPC. See networking.
projectId This property is required. String
Unique 24-hexadecimal digit string that identifies your project.
security This property is required. Property Map
Properties for the secure transport connection to Kafka. For SSL, this can include the trusted certificate to use. See security.
type This property is required. String
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
url This property is required. String
URL of the HTTPs endpoint that will be used for creating a connection.

GetStreamConnectionsResultAuthentication

Mechanism This property is required. string
Style of authentication. Can be one of PLAIN, SCRAM-256, or SCRAM-512.
Password This property is required. string
Password of the account to connect to the Kafka cluster.
Username This property is required. string
Username of the account to connect to the Kafka cluster.
Mechanism This property is required. string
Style of authentication. Can be one of PLAIN, SCRAM-256, or SCRAM-512.
Password This property is required. string
Password of the account to connect to the Kafka cluster.
Username This property is required. string
Username of the account to connect to the Kafka cluster.
mechanism This property is required. String
Style of authentication. Can be one of PLAIN, SCRAM-256, or SCRAM-512.
password This property is required. String
Password of the account to connect to the Kafka cluster.
username This property is required. String
Username of the account to connect to the Kafka cluster.
mechanism This property is required. string
Style of authentication. Can be one of PLAIN, SCRAM-256, or SCRAM-512.
password This property is required. string
Password of the account to connect to the Kafka cluster.
username This property is required. string
Username of the account to connect to the Kafka cluster.
mechanism This property is required. str
Style of authentication. Can be one of PLAIN, SCRAM-256, or SCRAM-512.
password This property is required. str
Password of the account to connect to the Kafka cluster.
username This property is required. str
Username of the account to connect to the Kafka cluster.
mechanism This property is required. String
Style of authentication. Can be one of PLAIN, SCRAM-256, or SCRAM-512.
password This property is required. String
Password of the account to connect to the Kafka cluster.
username This property is required. String
Username of the account to connect to the Kafka cluster.

GetStreamConnectionsResultAws

RoleArn This property is required. string
Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
RoleArn This property is required. string
Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
roleArn This property is required. String
Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
roleArn This property is required. string
Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
role_arn This property is required. str
Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.
roleArn This property is required. String
Amazon Resource Name (ARN) that identifies the Amazon Web Services (AWS) Identity and Access Management (IAM) role that MongoDB Cloud assumes when it accesses resources in your AWS account.

GetStreamConnectionsResultDbRoleToExecute

Role This property is required. string
The name of the role to use. Can be a built in role or a custom role.
Type This property is required. string
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
Role This property is required. string
The name of the role to use. Can be a built in role or a custom role.
Type This property is required. string
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
role This property is required. String
The name of the role to use. Can be a built in role or a custom role.
type This property is required. String
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
role This property is required. string
The name of the role to use. Can be a built in role or a custom role.
type This property is required. string
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
role This property is required. str
The name of the role to use. Can be a built in role or a custom role.
type This property is required. str
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
role This property is required. String
The name of the role to use. Can be a built in role or a custom role.
type This property is required. String
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.

GetStreamConnectionsResultNetworking

Access This property is required. GetStreamConnectionsResultNetworkingAccess
Information about the networking access. See access.
Access This property is required. GetStreamConnectionsResultNetworkingAccess
Information about the networking access. See access.
access This property is required. GetStreamConnectionsResultNetworkingAccess
Information about the networking access. See access.
access This property is required. GetStreamConnectionsResultNetworkingAccess
Information about the networking access. See access.
access This property is required. GetStreamConnectionsResultNetworkingAccess
Information about the networking access. See access.
access This property is required. Property Map
Information about the networking access. See access.

GetStreamConnectionsResultNetworkingAccess

ConnectionId This property is required. string
Id of the Private Link connection when type is PRIVATE_LINK.
Type This property is required. string
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
ConnectionId This property is required. string
Id of the Private Link connection when type is PRIVATE_LINK.
Type This property is required. string
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
connectionId This property is required. String
Id of the Private Link connection when type is PRIVATE_LINK.
type This property is required. String
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
connectionId This property is required. string
Id of the Private Link connection when type is PRIVATE_LINK.
type This property is required. string
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
connection_id This property is required. str
Id of the Private Link connection when type is PRIVATE_LINK.
type This property is required. str
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.
connectionId This property is required. String
Id of the Private Link connection when type is PRIVATE_LINK.
type This property is required. String
Selected networking type. Either PUBLIC, VPC or PRIVATE_LINK. Defaults to PUBLIC.

GetStreamConnectionsResultSecurity

BrokerPublicCertificate This property is required. string
A trusted, public x509 certificate for connecting to Kafka over SSL. String value of the certificate must be defined in the attribute.
Protocol This property is required. string
Describes the transport type. Can be either PLAINTEXT or SSL.
BrokerPublicCertificate This property is required. string
A trusted, public x509 certificate for connecting to Kafka over SSL. String value of the certificate must be defined in the attribute.
Protocol This property is required. string
Describes the transport type. Can be either PLAINTEXT or SSL.
brokerPublicCertificate This property is required. String
A trusted, public x509 certificate for connecting to Kafka over SSL. String value of the certificate must be defined in the attribute.
protocol This property is required. String
Describes the transport type. Can be either PLAINTEXT or SSL.
brokerPublicCertificate This property is required. string
A trusted, public x509 certificate for connecting to Kafka over SSL. String value of the certificate must be defined in the attribute.
protocol This property is required. string
Describes the transport type. Can be either PLAINTEXT or SSL.
broker_public_certificate This property is required. str
A trusted, public x509 certificate for connecting to Kafka over SSL. String value of the certificate must be defined in the attribute.
protocol This property is required. str
Describes the transport type. Can be either PLAINTEXT or SSL.
brokerPublicCertificate This property is required. String
A trusted, public x509 certificate for connecting to Kafka over SSL. String value of the certificate must be defined in the attribute.
protocol This property is required. String
Describes the transport type. Can be either PLAINTEXT or SSL.

Package Details

Repository
MongoDB Atlas pulumi/pulumi-mongodbatlas
License
Apache-2.0
Notes
This Pulumi package is based on the mongodbatlas Terraform Provider.