msk

package
v0.51.1 Latest Latest
Warning

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

Go to latest
Published: May 4, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

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 {
	Metadata   iacTypes.Metadata
	S3         S3Logging
	Cloudwatch CloudwatchLogging
	Firehose   FirehoseLogging
}

type CloudwatchLogging

type CloudwatchLogging struct {
	Metadata iacTypes.Metadata
	Enabled  iacTypes.BoolValue
}

type Cluster

type Cluster struct {
	Metadata            iacTypes.Metadata
	EncryptionInTransit EncryptionInTransit
	EncryptionAtRest    EncryptionAtRest
	Logging             Logging
}

type EncryptionAtRest

type EncryptionAtRest struct {
	Metadata  iacTypes.Metadata
	KMSKeyARN iacTypes.StringValue
	Enabled   iacTypes.BoolValue
}

type EncryptionInTransit

type EncryptionInTransit struct {
	Metadata     iacTypes.Metadata
	ClientBroker iacTypes.StringValue
}

type FirehoseLogging

type FirehoseLogging struct {
	Metadata iacTypes.Metadata
	Enabled  iacTypes.BoolValue
}

type Logging

type Logging struct {
	Metadata iacTypes.Metadata
	Broker   BrokerLogging
}

type MSK

type MSK struct {
	Clusters []Cluster
}

type S3Logging

type S3Logging struct {
	Metadata iacTypes.Metadata
	Enabled  iacTypes.BoolValue
}

Jump to

Keyboard shortcuts

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