Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProvisionedRequest

import type { ProvisionedRequest } from "https://aws-api.deno.dev/v0.4/services/kafka.ts?docs=full";

Provisioned cluster request.

interface ProvisionedRequest {
BrokerNodeGroupInfo: BrokerNodeGroupInfo;
ClientAuthentication?: ClientAuthentication | null;
ConfigurationInfo?: ConfigurationInfo | null;
EncryptionInfo?: EncryptionInfo | null;
EnhancedMonitoring?: EnhancedMonitoring | null;
KafkaVersion: string;
LoggingInfo?: LoggingInfo | null;
NumberOfBrokerNodes: number;
OpenMonitoring?: OpenMonitoringInfo | null;
StorageMode?: StorageMode | null;
}

§Properties

§
BrokerNodeGroupInfo: BrokerNodeGroupInfo
[src]

Information about the brokers.

§
ClientAuthentication?: ClientAuthentication | null
[src]

Includes all client authentication information.

§
ConfigurationInfo?: ConfigurationInfo | null
[src]

Represents the configuration that you want Amazon MSK to use for the brokers in a cluster.

§
EncryptionInfo?: EncryptionInfo | null
[src]

Includes all encryption-related information.

§
EnhancedMonitoring?: EnhancedMonitoring | null
[src]

Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.

§
KafkaVersion: string
[src]

The Apache Kafka version that you want for the cluster.

§
LoggingInfo?: LoggingInfo | null
[src]

Log delivery information for the cluster.

§
NumberOfBrokerNodes: number
[src]

The number of broker nodes in the cluster.

§
OpenMonitoring?: OpenMonitoringInfo | null
[src]

The settings for open monitoring.

§
StorageMode?: StorageMode | null
[src]

This controls storage mode for supported storage tiers.