Viewing docs for Yandex v0.13.0
published on Tuesday, Feb 22, 2022 by Pulumi
published on Tuesday, Feb 22, 2022 by Pulumi
Viewing docs for Yandex v0.13.0
published on Tuesday, Feb 22, 2022 by Pulumi
published on Tuesday, Feb 22, 2022 by Pulumi
Get information about a Yandex Managed Kafka cluster. For more information, see the official documentation.
Example Usage
using Pulumi;
using Yandex = Pulumi.Yandex;
class MyStack : Stack
{
public MyStack()
{
var foo = Output.Create(Yandex.GetMdbKafkaCluster.InvokeAsync(new Yandex.GetMdbKafkaClusterArgs
{
Name = "test",
}));
this.NetworkId = foo.Apply(foo => foo.NetworkId);
}
[Output("networkId")]
public Output<string> NetworkId { get; set; }
}
package main
import (
"github.com/pulumi/pulumi-yandex/sdk/go/yandex"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
opt0 := "test"
foo, err := yandex.LookupMdbKafkaCluster(ctx, &GetMdbKafkaClusterArgs{
Name: &opt0,
}, nil)
if err != nil {
return err
}
ctx.Export("networkId", foo.NetworkId)
return nil
})
}
Example coming soon!
import * as pulumi from "@pulumi/pulumi";
import * as yandex from "@pulumi/yandex";
const foo = pulumi.output(yandex.getMdbKafkaCluster({
name: "test",
}));
export const networkId = foo.networkId;
import pulumi
import pulumi_yandex as yandex
foo = yandex.get_mdb_kafka_cluster(name="test")
pulumi.export("networkId", foo.network_id)
Example coming soon!
Using getMdbKafkaCluster
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 getMdbKafkaCluster(args: GetMdbKafkaClusterArgs, opts?: InvokeOptions): Promise<GetMdbKafkaClusterResult>
function getMdbKafkaClusterOutput(args: GetMdbKafkaClusterOutputArgs, opts?: InvokeOptions): Output<GetMdbKafkaClusterResult>def get_mdb_kafka_cluster(cluster_id: Optional[str] = None,
config: Optional[GetMdbKafkaClusterConfig] = None,
deletion_protection: Optional[bool] = None,
folder_id: Optional[str] = None,
name: Optional[str] = None,
subnet_ids: Optional[Sequence[str]] = None,
topics: Optional[Sequence[GetMdbKafkaClusterTopic]] = None,
users: Optional[Sequence[GetMdbKafkaClusterUser]] = None,
opts: Optional[InvokeOptions] = None) -> GetMdbKafkaClusterResult
def get_mdb_kafka_cluster_output(cluster_id: Optional[pulumi.Input[str]] = None,
config: Optional[pulumi.Input[GetMdbKafkaClusterConfigArgs]] = None,
deletion_protection: Optional[pulumi.Input[bool]] = None,
folder_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
subnet_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
topics: Optional[pulumi.Input[Sequence[pulumi.Input[GetMdbKafkaClusterTopicArgs]]]] = None,
users: Optional[pulumi.Input[Sequence[pulumi.Input[GetMdbKafkaClusterUserArgs]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMdbKafkaClusterResult]func LookupMdbKafkaCluster(ctx *Context, args *LookupMdbKafkaClusterArgs, opts ...InvokeOption) (*LookupMdbKafkaClusterResult, error)
func LookupMdbKafkaClusterOutput(ctx *Context, args *LookupMdbKafkaClusterOutputArgs, opts ...InvokeOption) LookupMdbKafkaClusterResultOutput> Note: This function is named LookupMdbKafkaCluster in the Go SDK.
public static class GetMdbKafkaCluster
{
public static Task<GetMdbKafkaClusterResult> InvokeAsync(GetMdbKafkaClusterArgs args, InvokeOptions? opts = null)
public static Output<GetMdbKafkaClusterResult> Invoke(GetMdbKafkaClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMdbKafkaClusterResult> getMdbKafkaCluster(GetMdbKafkaClusterArgs args, InvokeOptions options)
public static Output<GetMdbKafkaClusterResult> getMdbKafkaCluster(GetMdbKafkaClusterArgs args, InvokeOptions options)
fn::invoke:
function: yandex:index/getMdbKafkaCluster:getMdbKafkaCluster
arguments:
# arguments dictionaryThe following arguments are supported:
- Cluster
Id string - The ID of the Kafka cluster.
- Config
Get
Mdb Kafka Cluster Config - Configuration of the Kafka cluster. The structure is documented below.
- Deletion
Protection bool - Folder
Id string - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- Name string
- The name of the Kafka cluster.
- Subnet
Ids List<string> - Topics
List<Get
Mdb Kafka Cluster Topic> - A topic of the Kafka cluster. The structure is documented below.
- Users
List<Get
Mdb Kafka Cluster User> - A user of the Kafka cluster. The structure is documented below.
- Cluster
Id string - The ID of the Kafka cluster.
- Config
Get
Mdb Kafka Cluster Config - Configuration of the Kafka cluster. The structure is documented below.
- Deletion
Protection bool - Folder
Id string - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- Name string
- The name of the Kafka cluster.
- Subnet
Ids []string - Topics
[]Get
Mdb Kafka Cluster Topic - A topic of the Kafka cluster. The structure is documented below.
- Users
[]Get
Mdb Kafka Cluster User - A user of the Kafka cluster. The structure is documented below.
- cluster
Id String - The ID of the Kafka cluster.
- config
Get
Mdb Kafka Cluster Config - Configuration of the Kafka cluster. The structure is documented below.
- deletion
Protection Boolean - folder
Id String - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- name String
- The name of the Kafka cluster.
- subnet
Ids List<String> - topics
List<Get
Mdb Kafka Cluster Topic> - A topic of the Kafka cluster. The structure is documented below.
- users
List<Get
Mdb Kafka Cluster User> - A user of the Kafka cluster. The structure is documented below.
- cluster
Id string - The ID of the Kafka cluster.
- config
Get
Mdb Kafka Cluster Config - Configuration of the Kafka cluster. The structure is documented below.
- deletion
Protection boolean - folder
Id string - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- name string
- The name of the Kafka cluster.
- subnet
Ids string[] - topics
Get
Mdb Kafka Cluster Topic[] - A topic of the Kafka cluster. The structure is documented below.
- users
Get
Mdb Kafka Cluster User[] - A user of the Kafka cluster. The structure is documented below.
- cluster_
id str - The ID of the Kafka cluster.
- config
Get
Mdb Kafka Cluster Config - Configuration of the Kafka cluster. The structure is documented below.
- deletion_
protection bool - folder_
id str - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- name str
- The name of the Kafka cluster.
- subnet_
ids Sequence[str] - topics
Sequence[Get
Mdb Kafka Cluster Topic] - A topic of the Kafka cluster. The structure is documented below.
- users
Sequence[Get
Mdb Kafka Cluster User] - A user of the Kafka cluster. The structure is documented below.
- cluster
Id String - The ID of the Kafka cluster.
- config Property Map
- Configuration of the Kafka cluster. The structure is documented below.
- deletion
Protection Boolean - folder
Id String - The ID of the folder that the resource belongs to. If it is not provided, the default provider folder is used.
- name String
- The name of the Kafka cluster.
- subnet
Ids List<String> - topics List<Property Map>
- A topic of the Kafka cluster. The structure is documented below.
- users List<Property Map>
- A user of the Kafka cluster. The structure is documented below.
getMdbKafkaCluster Result
The following output properties are available:
- Cluster
Id string - Created
At string - Creation timestamp of the key.
- Deletion
Protection bool - Description string
- Description of the Kafka cluster.
- Environment string
- Deployment environment of the Kafka cluster.
- Folder
Id string - Health string
- Health of the host.
- Host
Group List<string>Ids - A list of IDs of the host groups hosting VMs of the cluster.
- Hosts
List<Get
Mdb Kafka Cluster Host> - A host of the Kafka cluster. The structure is documented below.
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels Dictionary<string, string>
- A set of key/value label pairs to assign to the Kafka cluster.
- Maintenance
Windows List<GetMdb Kafka Cluster Maintenance Window> - Maintenance window settings of the Kafka cluster. The structure is documented below.
- Name string
- The fully qualified domain name of the host.
- Network
Id string - ID of the network, to which the Kafka cluster belongs.
- Security
Group List<string>Ids - A list of security groups IDs of the Kafka cluster.
- Status string
- Status of the cluster.
- Config
Get
Mdb Kafka Cluster Config - Configuration of the Kafka cluster. The structure is documented below.
- Subnet
Ids List<string> - Topics
List<Get
Mdb Kafka Cluster Topic> - A topic of the Kafka cluster. The structure is documented below.
- Users
List<Get
Mdb Kafka Cluster User> - A user of the Kafka cluster. The structure is documented below.
- Cluster
Id string - Created
At string - Creation timestamp of the key.
- Deletion
Protection bool - Description string
- Description of the Kafka cluster.
- Environment string
- Deployment environment of the Kafka cluster.
- Folder
Id string - Health string
- Health of the host.
- Host
Group []stringIds - A list of IDs of the host groups hosting VMs of the cluster.
- Hosts
[]Get
Mdb Kafka Cluster Host - A host of the Kafka cluster. The structure is documented below.
- Id string
- The provider-assigned unique ID for this managed resource.
- Labels map[string]string
- A set of key/value label pairs to assign to the Kafka cluster.
- Maintenance
Windows []GetMdb Kafka Cluster Maintenance Window - Maintenance window settings of the Kafka cluster. The structure is documented below.
- Name string
- The fully qualified domain name of the host.
- Network
Id string - ID of the network, to which the Kafka cluster belongs.
- Security
Group []stringIds - A list of security groups IDs of the Kafka cluster.
- Status string
- Status of the cluster.
- Config
Get
Mdb Kafka Cluster Config - Configuration of the Kafka cluster. The structure is documented below.
- Subnet
Ids []string - Topics
[]Get
Mdb Kafka Cluster Topic - A topic of the Kafka cluster. The structure is documented below.
- Users
[]Get
Mdb Kafka Cluster User - A user of the Kafka cluster. The structure is documented below.
- cluster
Id String - created
At String - Creation timestamp of the key.
- deletion
Protection Boolean - description String
- Description of the Kafka cluster.
- environment String
- Deployment environment of the Kafka cluster.
- folder
Id String - health String
- Health of the host.
- host
Group List<String>Ids - A list of IDs of the host groups hosting VMs of the cluster.
- hosts
List<Get
Mdb Kafka Cluster Host> - A host of the Kafka cluster. The structure is documented below.
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String,String>
- A set of key/value label pairs to assign to the Kafka cluster.
- maintenance
Windows List<GetMdb Kafka Cluster Maintenance Window> - Maintenance window settings of the Kafka cluster. The structure is documented below.
- name String
- The fully qualified domain name of the host.
- network
Id String - ID of the network, to which the Kafka cluster belongs.
- security
Group List<String>Ids - A list of security groups IDs of the Kafka cluster.
- status String
- Status of the cluster.
- config
Get
Mdb Kafka Cluster Config - Configuration of the Kafka cluster. The structure is documented below.
- subnet
Ids List<String> - topics
List<Get
Mdb Kafka Cluster Topic> - A topic of the Kafka cluster. The structure is documented below.
- users
List<Get
Mdb Kafka Cluster User> - A user of the Kafka cluster. The structure is documented below.
- cluster
Id string - created
At string - Creation timestamp of the key.
- deletion
Protection boolean - description string
- Description of the Kafka cluster.
- environment string
- Deployment environment of the Kafka cluster.
- folder
Id string - health string
- Health of the host.
- host
Group string[]Ids - A list of IDs of the host groups hosting VMs of the cluster.
- hosts
Get
Mdb Kafka Cluster Host[] - A host of the Kafka cluster. The structure is documented below.
- id string
- The provider-assigned unique ID for this managed resource.
- labels {[key: string]: string}
- A set of key/value label pairs to assign to the Kafka cluster.
- maintenance
Windows GetMdb Kafka Cluster Maintenance Window[] - Maintenance window settings of the Kafka cluster. The structure is documented below.
- name string
- The fully qualified domain name of the host.
- network
Id string - ID of the network, to which the Kafka cluster belongs.
- security
Group string[]Ids - A list of security groups IDs of the Kafka cluster.
- status string
- Status of the cluster.
- config
Get
Mdb Kafka Cluster Config - Configuration of the Kafka cluster. The structure is documented below.
- subnet
Ids string[] - topics
Get
Mdb Kafka Cluster Topic[] - A topic of the Kafka cluster. The structure is documented below.
- users
Get
Mdb Kafka Cluster User[] - A user of the Kafka cluster. The structure is documented below.
- cluster_
id str - created_
at str - Creation timestamp of the key.
- deletion_
protection bool - description str
- Description of the Kafka cluster.
- environment str
- Deployment environment of the Kafka cluster.
- folder_
id str - health str
- Health of the host.
- host_
group_ Sequence[str]ids - A list of IDs of the host groups hosting VMs of the cluster.
- hosts
Sequence[Get
Mdb Kafka Cluster Host] - A host of the Kafka cluster. The structure is documented below.
- id str
- The provider-assigned unique ID for this managed resource.
- labels Mapping[str, str]
- A set of key/value label pairs to assign to the Kafka cluster.
- maintenance_
windows Sequence[GetMdb Kafka Cluster Maintenance Window] - Maintenance window settings of the Kafka cluster. The structure is documented below.
- name str
- The fully qualified domain name of the host.
- network_
id str - ID of the network, to which the Kafka cluster belongs.
- security_
group_ Sequence[str]ids - A list of security groups IDs of the Kafka cluster.
- status str
- Status of the cluster.
- config
Get
Mdb Kafka Cluster Config - Configuration of the Kafka cluster. The structure is documented below.
- subnet_
ids Sequence[str] - topics
Sequence[Get
Mdb Kafka Cluster Topic] - A topic of the Kafka cluster. The structure is documented below.
- users
Sequence[Get
Mdb Kafka Cluster User] - A user of the Kafka cluster. The structure is documented below.
- cluster
Id String - created
At String - Creation timestamp of the key.
- deletion
Protection Boolean - description String
- Description of the Kafka cluster.
- environment String
- Deployment environment of the Kafka cluster.
- folder
Id String - health String
- Health of the host.
- host
Group List<String>Ids - A list of IDs of the host groups hosting VMs of the cluster.
- hosts List<Property Map>
- A host of the Kafka cluster. The structure is documented below.
- id String
- The provider-assigned unique ID for this managed resource.
- labels Map<String>
- A set of key/value label pairs to assign to the Kafka cluster.
- maintenance
Windows List<Property Map> - Maintenance window settings of the Kafka cluster. The structure is documented below.
- name String
- The fully qualified domain name of the host.
- network
Id String - ID of the network, to which the Kafka cluster belongs.
- security
Group List<String>Ids - A list of security groups IDs of the Kafka cluster.
- status String
- Status of the cluster.
- config Property Map
- Configuration of the Kafka cluster. The structure is documented below.
- subnet
Ids List<String> - topics List<Property Map>
- A topic of the Kafka cluster. The structure is documented below.
- users List<Property Map>
- A user of the Kafka cluster. The structure is documented below.
Supporting Types
GetMdbKafkaClusterConfig
- Kafka
Get
Mdb Kafka Cluster Config Kafka - (Optional) Configuration of the Kafka subcluster. The structure is documented below.
- Version string
- (Required) Version of the Kafka server software.
- Zones List<string>
- (Optional) List of availability zones.
- Zookeeper
Get
Mdb Kafka Cluster Config Zookeeper - (Optional) Configuration of the ZooKeeper subcluster. The structure is documented below.
- Assign
Public boolIp - The flag that defines whether a public IP address is assigned to the node.
- Brokers
Count int - (Optional) Count of brokers per availability zone.
- Schema
Registry bool - (Optional) Enables managed schema registry on cluster. Can be either
trueorfalse. - Unmanaged
Topics bool - (Optional) Allows to use Kafka AdminAPI to manage topics. Can be either
trueorfalse.
- Kafka
Get
Mdb Kafka Cluster Config Kafka - (Optional) Configuration of the Kafka subcluster. The structure is documented below.
- Version string
- (Required) Version of the Kafka server software.
- Zones []string
- (Optional) List of availability zones.
- Zookeeper
Get
Mdb Kafka Cluster Config Zookeeper - (Optional) Configuration of the ZooKeeper subcluster. The structure is documented below.
- Assign
Public boolIp - The flag that defines whether a public IP address is assigned to the node.
- Brokers
Count int - (Optional) Count of brokers per availability zone.
- Schema
Registry bool - (Optional) Enables managed schema registry on cluster. Can be either
trueorfalse. - Unmanaged
Topics bool - (Optional) Allows to use Kafka AdminAPI to manage topics. Can be either
trueorfalse.
- kafka
Get
Mdb Kafka Cluster Config Kafka - (Optional) Configuration of the Kafka subcluster. The structure is documented below.
- version String
- (Required) Version of the Kafka server software.
- zones List<String>
- (Optional) List of availability zones.
- zookeeper
Get
Mdb Kafka Cluster Config Zookeeper - (Optional) Configuration of the ZooKeeper subcluster. The structure is documented below.
- assign
Public BooleanIp - The flag that defines whether a public IP address is assigned to the node.
- brokers
Count Integer - (Optional) Count of brokers per availability zone.
- schema
Registry Boolean - (Optional) Enables managed schema registry on cluster. Can be either
trueorfalse. - unmanaged
Topics Boolean - (Optional) Allows to use Kafka AdminAPI to manage topics. Can be either
trueorfalse.
- kafka
Get
Mdb Kafka Cluster Config Kafka - (Optional) Configuration of the Kafka subcluster. The structure is documented below.
- version string
- (Required) Version of the Kafka server software.
- zones string[]
- (Optional) List of availability zones.
- zookeeper
Get
Mdb Kafka Cluster Config Zookeeper - (Optional) Configuration of the ZooKeeper subcluster. The structure is documented below.
- assign
Public booleanIp - The flag that defines whether a public IP address is assigned to the node.
- brokers
Count number - (Optional) Count of brokers per availability zone.
- schema
Registry boolean - (Optional) Enables managed schema registry on cluster. Can be either
trueorfalse. - unmanaged
Topics boolean - (Optional) Allows to use Kafka AdminAPI to manage topics. Can be either
trueorfalse.
- kafka
Get
Mdb Kafka Cluster Config Kafka - (Optional) Configuration of the Kafka subcluster. The structure is documented below.
- version str
- (Required) Version of the Kafka server software.
- zones Sequence[str]
- (Optional) List of availability zones.
- zookeeper
Get
Mdb Kafka Cluster Config Zookeeper - (Optional) Configuration of the ZooKeeper subcluster. The structure is documented below.
- assign_
public_ boolip - The flag that defines whether a public IP address is assigned to the node.
- brokers_
count int - (Optional) Count of brokers per availability zone.
- schema_
registry bool - (Optional) Enables managed schema registry on cluster. Can be either
trueorfalse. - unmanaged_
topics bool - (Optional) Allows to use Kafka AdminAPI to manage topics. Can be either
trueorfalse.
- kafka Property Map
- (Optional) Configuration of the Kafka subcluster. The structure is documented below.
- version String
- (Required) Version of the Kafka server software.
- zones List<String>
- (Optional) List of availability zones.
- zookeeper Property Map
- (Optional) Configuration of the ZooKeeper subcluster. The structure is documented below.
- assign
Public BooleanIp - The flag that defines whether a public IP address is assigned to the node.
- brokers
Count Number - (Optional) Count of brokers per availability zone.
- schema
Registry Boolean - (Optional) Enables managed schema registry on cluster. Can be either
trueorfalse. - unmanaged
Topics Boolean - (Optional) Allows to use Kafka AdminAPI to manage topics. Can be either
trueorfalse.
GetMdbKafkaClusterConfigKafka
- Resources
Get
Mdb Kafka Cluster Config Kafka Resources - (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- Kafka
Config GetMdb Kafka Cluster Config Kafka Kafka Config - (Optional) User-defined settings for the Kafka cluster. The structure is documented below.
- Resources
Get
Mdb Kafka Cluster Config Kafka Resources - (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- Kafka
Config GetMdb Kafka Cluster Config Kafka Kafka Config - (Optional) User-defined settings for the Kafka cluster. The structure is documented below.
- resources
Get
Mdb Kafka Cluster Config Kafka Resources - (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- kafka
Config GetMdb Kafka Cluster Config Kafka Kafka Config - (Optional) User-defined settings for the Kafka cluster. The structure is documented below.
- resources
Get
Mdb Kafka Cluster Config Kafka Resources - (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- kafka
Config GetMdb Kafka Cluster Config Kafka Kafka Config - (Optional) User-defined settings for the Kafka cluster. The structure is documented below.
- resources
Get
Mdb Kafka Cluster Config Kafka Resources - (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- kafka_
config GetMdb Kafka Cluster Config Kafka Kafka Config - (Optional) User-defined settings for the Kafka cluster. The structure is documented below.
- resources Property Map
- (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- kafka
Config Property Map - (Optional) User-defined settings for the Kafka cluster. The structure is documented below.
GetMdbKafkaClusterConfigKafkaKafkaConfig
- Auto
Create boolTopics Enable - Compression
Type string - Default
Replication stringFactor - Log
Flush stringInterval Messages - Log
Flush stringInterval Ms - Log
Flush stringScheduler Interval Ms - Log
Preallocate bool - Log
Retention stringBytes - Log
Retention stringHours - Log
Retention stringMinutes - Log
Retention stringMs - Log
Segment stringBytes - Num
Partitions string - Socket
Receive stringBuffer Bytes - Socket
Send stringBuffer Bytes
- Auto
Create boolTopics Enable - Compression
Type string - Default
Replication stringFactor - Log
Flush stringInterval Messages - Log
Flush stringInterval Ms - Log
Flush stringScheduler Interval Ms - Log
Preallocate bool - Log
Retention stringBytes - Log
Retention stringHours - Log
Retention stringMinutes - Log
Retention stringMs - Log
Segment stringBytes - Num
Partitions string - Socket
Receive stringBuffer Bytes - Socket
Send stringBuffer Bytes
- auto
Create BooleanTopics Enable - compression
Type String - default
Replication StringFactor - log
Flush StringInterval Messages - log
Flush StringInterval Ms - log
Flush StringScheduler Interval Ms - log
Preallocate Boolean - log
Retention StringBytes - log
Retention StringHours - log
Retention StringMinutes - log
Retention StringMs - log
Segment StringBytes - num
Partitions String - socket
Receive StringBuffer Bytes - socket
Send StringBuffer Bytes
- auto
Create booleanTopics Enable - compression
Type string - default
Replication stringFactor - log
Flush stringInterval Messages - log
Flush stringInterval Ms - log
Flush stringScheduler Interval Ms - log
Preallocate boolean - log
Retention stringBytes - log
Retention stringHours - log
Retention stringMinutes - log
Retention stringMs - log
Segment stringBytes - num
Partitions string - socket
Receive stringBuffer Bytes - socket
Send stringBuffer Bytes
- auto_
create_ booltopics_ enable - compression_
type str - default_
replication_ strfactor - log_
flush_ strinterval_ messages - log_
flush_ strinterval_ ms - log_
flush_ strscheduler_ interval_ ms - log_
preallocate bool - log_
retention_ strbytes - log_
retention_ strhours - log_
retention_ strminutes - log_
retention_ strms - log_
segment_ strbytes - num_
partitions str - socket_
receive_ strbuffer_ bytes - socket_
send_ strbuffer_ bytes
- auto
Create BooleanTopics Enable - compression
Type String - default
Replication StringFactor - log
Flush StringInterval Messages - log
Flush StringInterval Ms - log
Flush StringScheduler Interval Ms - log
Preallocate Boolean - log
Retention StringBytes - log
Retention StringHours - log
Retention StringMinutes - log
Retention StringMs - log
Segment StringBytes - num
Partitions String - socket
Receive StringBuffer Bytes - socket
Send StringBuffer Bytes
GetMdbKafkaClusterConfigKafkaResources
- Disk
Size int - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- Disk
Type stringId - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- Resource
Preset stringId
- Disk
Size int - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- Disk
Type stringId - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- Resource
Preset stringId
- disk
Size Integer - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- disk
Type StringId - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- resource
Preset StringId
- disk
Size number - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- disk
Type stringId - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- resource
Preset stringId
- disk_
size int - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- disk_
type_ strid - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- resource_
preset_ strid
- disk
Size Number - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- disk
Type StringId - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- resource
Preset StringId
GetMdbKafkaClusterConfigZookeeper
- Resources
Get
Mdb Kafka Cluster Config Zookeeper Resources - (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- Resources
Get
Mdb Kafka Cluster Config Zookeeper Resources - (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
Get
Mdb Kafka Cluster Config Zookeeper Resources - (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
Get
Mdb Kafka Cluster Config Zookeeper Resources - (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources
Get
Mdb Kafka Cluster Config Zookeeper Resources - (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
- resources Property Map
- (Optional) Resources allocated to hosts of the ZooKeeper subcluster. The structure is documented below.
GetMdbKafkaClusterConfigZookeeperResources
- Disk
Size int - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- Disk
Type stringId - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- Resource
Preset stringId
- Disk
Size int - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- Disk
Type stringId - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- Resource
Preset stringId
- disk
Size Integer - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- disk
Type StringId - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- resource
Preset StringId
- disk
Size number - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- disk
Type stringId - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- resource
Preset stringId
- disk_
size int - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- disk_
type_ strid - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- resource_
preset_ strid
- disk
Size Number - (Optional) Volume of the storage available to a ZooKeeper host, in gigabytes.
- disk
Type StringId - (Optional) Type of the storage of ZooKeeper hosts. For more information see the official documentation.
- resource
Preset StringId
GetMdbKafkaClusterHost
- Assign
Public boolIp - The flag that defines whether a public IP address is assigned to the node.
- Health string
- Health of the host.
- Name string
- The name of the Kafka cluster.
- Role string
- Role of the host in the cluster.
- Subnet
Id string - The ID of the subnet, to which the host belongs.
- Zone
Id string - The availability zone where the Kafka host was created.
- Assign
Public boolIp - The flag that defines whether a public IP address is assigned to the node.
- Health string
- Health of the host.
- Name string
- The name of the Kafka cluster.
- Role string
- Role of the host in the cluster.
- Subnet
Id string - The ID of the subnet, to which the host belongs.
- Zone
Id string - The availability zone where the Kafka host was created.
- assign
Public BooleanIp - The flag that defines whether a public IP address is assigned to the node.
- health String
- Health of the host.
- name String
- The name of the Kafka cluster.
- role String
- Role of the host in the cluster.
- subnet
Id String - The ID of the subnet, to which the host belongs.
- zone
Id String - The availability zone where the Kafka host was created.
- assign
Public booleanIp - The flag that defines whether a public IP address is assigned to the node.
- health string
- Health of the host.
- name string
- The name of the Kafka cluster.
- role string
- Role of the host in the cluster.
- subnet
Id string - The ID of the subnet, to which the host belongs.
- zone
Id string - The availability zone where the Kafka host was created.
- assign_
public_ boolip - The flag that defines whether a public IP address is assigned to the node.
- health str
- Health of the host.
- name str
- The name of the Kafka cluster.
- role str
- Role of the host in the cluster.
- subnet_
id str - The ID of the subnet, to which the host belongs.
- zone_
id str - The availability zone where the Kafka host was created.
- assign
Public BooleanIp - The flag that defines whether a public IP address is assigned to the node.
- health String
- Health of the host.
- name String
- The name of the Kafka cluster.
- role String
- Role of the host in the cluster.
- subnet
Id String - The ID of the subnet, to which the host belongs.
- zone
Id String - The availability zone where the Kafka host was created.
GetMdbKafkaClusterMaintenanceWindow
GetMdbKafkaClusterTopic
- Cluster
Id string - The ID of the Kafka cluster.
- Name string
- The name of the Kafka cluster.
- Partitions int
- (Required) The number of the topic's partitions.
- Replication
Factor int - (Required) Amount of data copies (replicas) for the topic in the cluster.
- Topic
Config GetMdb Kafka Cluster Topic Topic Config - (Required) User-defined settings for the topic. The structure is documented below.
- Cluster
Id string - The ID of the Kafka cluster.
- Name string
- The name of the Kafka cluster.
- Partitions int
- (Required) The number of the topic's partitions.
- Replication
Factor int - (Required) Amount of data copies (replicas) for the topic in the cluster.
- Topic
Config GetMdb Kafka Cluster Topic Topic Config - (Required) User-defined settings for the topic. The structure is documented below.
- cluster
Id String - The ID of the Kafka cluster.
- name String
- The name of the Kafka cluster.
- partitions Integer
- (Required) The number of the topic's partitions.
- replication
Factor Integer - (Required) Amount of data copies (replicas) for the topic in the cluster.
- topic
Config GetMdb Kafka Cluster Topic Topic Config - (Required) User-defined settings for the topic. The structure is documented below.
- cluster
Id string - The ID of the Kafka cluster.
- name string
- The name of the Kafka cluster.
- partitions number
- (Required) The number of the topic's partitions.
- replication
Factor number - (Required) Amount of data copies (replicas) for the topic in the cluster.
- topic
Config GetMdb Kafka Cluster Topic Topic Config - (Required) User-defined settings for the topic. The structure is documented below.
- cluster_
id str - The ID of the Kafka cluster.
- name str
- The name of the Kafka cluster.
- partitions int
- (Required) The number of the topic's partitions.
- replication_
factor int - (Required) Amount of data copies (replicas) for the topic in the cluster.
- topic_
config GetMdb Kafka Cluster Topic Topic Config - (Required) User-defined settings for the topic. The structure is documented below.
- cluster
Id String - The ID of the Kafka cluster.
- name String
- The name of the Kafka cluster.
- partitions Number
- (Required) The number of the topic's partitions.
- replication
Factor Number - (Required) Amount of data copies (replicas) for the topic in the cluster.
- topic
Config Property Map - (Required) User-defined settings for the topic. The structure is documented below.
GetMdbKafkaClusterTopicTopicConfig
- Cleanup
Policy string - Compression
Type string - Delete
Retention stringMs - File
Delete stringDelay Ms - Flush
Messages string - Flush
Ms string - Max
Message stringBytes - Min
Compaction stringLag Ms - Min
Insync stringReplicas - Preallocate bool
- Retention
Bytes string - Retention
Ms string - Segment
Bytes string
- Cleanup
Policy string - Compression
Type string - Delete
Retention stringMs - File
Delete stringDelay Ms - Flush
Messages string - Flush
Ms string - Max
Message stringBytes - Min
Compaction stringLag Ms - Min
Insync stringReplicas - Preallocate bool
- Retention
Bytes string - Retention
Ms string - Segment
Bytes string
- cleanup
Policy String - compression
Type String - delete
Retention StringMs - file
Delete StringDelay Ms - flush
Messages String - flush
Ms String - max
Message StringBytes - min
Compaction StringLag Ms - min
Insync StringReplicas - preallocate Boolean
- retention
Bytes String - retention
Ms String - segment
Bytes String
- cleanup
Policy string - compression
Type string - delete
Retention stringMs - file
Delete stringDelay Ms - flush
Messages string - flush
Ms string - max
Message stringBytes - min
Compaction stringLag Ms - min
Insync stringReplicas - preallocate boolean
- retention
Bytes string - retention
Ms string - segment
Bytes string
- cleanup_
policy str - compression_
type str - delete_
retention_ strms - file_
delete_ strdelay_ ms - flush_
messages str - flush_
ms str - max_
message_ strbytes - min_
compaction_ strlag_ ms - min_
insync_ strreplicas - preallocate bool
- retention_
bytes str - retention_
ms str - segment_
bytes str
- cleanup
Policy String - compression
Type String - delete
Retention StringMs - file
Delete StringDelay Ms - flush
Messages String - flush
Ms String - max
Message StringBytes - min
Compaction StringLag Ms - min
Insync StringReplicas - preallocate Boolean
- retention
Bytes String - retention
Ms String - segment
Bytes String
GetMdbKafkaClusterUser
- Name string
- The name of the Kafka cluster.
- Password string
- (Required) The password of the user.
- Permissions
List<Get
Mdb Kafka Cluster User Permission> - (Optional) Set of permissions granted to the user. The structure is documented below.
- Name string
- The name of the Kafka cluster.
- Password string
- (Required) The password of the user.
- Permissions
[]Get
Mdb Kafka Cluster User Permission - (Optional) Set of permissions granted to the user. The structure is documented below.
- name String
- The name of the Kafka cluster.
- password String
- (Required) The password of the user.
- permissions
List<Get
Mdb Kafka Cluster User Permission> - (Optional) Set of permissions granted to the user. The structure is documented below.
- name string
- The name of the Kafka cluster.
- password string
- (Required) The password of the user.
- permissions
Get
Mdb Kafka Cluster User Permission[] - (Optional) Set of permissions granted to the user. The structure is documented below.
- name str
- The name of the Kafka cluster.
- password str
- (Required) The password of the user.
- permissions
Sequence[Get
Mdb Kafka Cluster User Permission] - (Optional) Set of permissions granted to the user. The structure is documented below.
- name String
- The name of the Kafka cluster.
- password String
- (Required) The password of the user.
- permissions List<Property Map>
- (Optional) Set of permissions granted to the user. The structure is documented below.
GetMdbKafkaClusterUserPermission
- role str
- Role of the host in the cluster.
- topic_
name str - (Required) The name of the topic that the permission grants access to.
Package Details
- Repository
- Yandex pulumi/pulumi-yandex
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
yandexTerraform Provider.
Viewing docs for Yandex v0.13.0
published on Tuesday, Feb 22, 2022 by Pulumi
published on Tuesday, Feb 22, 2022 by Pulumi
