msk

package
v0.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ClientBrokerEncryptionTLS            = "TLS"
	ClientBrokerEncryptionPlaintext      = "PLAINTEXT"
	ClientBrokerEncryptionTLSOrPlaintext = "TLS_PLAINTEXT"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type BrokerLogging

type BrokerLogging struct {
	S3         S3Logging
	Cloudwatch CloudwatchLogging
	Firehose   FirehoseLogging
}

type CloudwatchLogging

type CloudwatchLogging struct {
	Enabled types.BoolValue
}

type Cluster

type Cluster struct {
	types.Metadata
	EncryptionInTransit EncryptionInTransit
	Logging             Logging
}

func (*Cluster) GetMetadata

func (c *Cluster) GetMetadata() *types.Metadata

func (*Cluster) GetRawValue

func (c *Cluster) GetRawValue() interface{}

type EncryptionInTransit

type EncryptionInTransit struct {
	ClientBroker types.StringValue
}

type FirehoseLogging

type FirehoseLogging struct {
	Enabled types.BoolValue
}

type Logging

type Logging struct {
	Broker BrokerLogging
}

type MSK

type MSK struct {
	Clusters []Cluster
}

type S3Logging

type S3Logging struct {
	Enabled types.BoolValue
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL