msk

package
v0.6.6 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2022 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 {
	types.Metadata
	S3         S3Logging
	Cloudwatch CloudwatchLogging
	Firehose   FirehoseLogging
}

func (*BrokerLogging) GetMetadata added in v0.3.24

func (b *BrokerLogging) GetMetadata() *types.Metadata

func (*BrokerLogging) GetRawValue added in v0.3.24

func (b *BrokerLogging) GetRawValue() interface{}

type CloudwatchLogging

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

func (*CloudwatchLogging) GetMetadata added in v0.3.24

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

func (*CloudwatchLogging) GetRawValue added in v0.3.24

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

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 {
	types.Metadata
	ClientBroker types.StringValue
}

func (*EncryptionInTransit) GetMetadata added in v0.3.24

func (e *EncryptionInTransit) GetMetadata() *types.Metadata

func (*EncryptionInTransit) GetRawValue added in v0.3.24

func (e *EncryptionInTransit) GetRawValue() interface{}

type FirehoseLogging

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

func (*FirehoseLogging) GetMetadata added in v0.3.24

func (f *FirehoseLogging) GetMetadata() *types.Metadata

func (*FirehoseLogging) GetRawValue added in v0.3.24

func (f *FirehoseLogging) GetRawValue() interface{}

type Logging

type Logging struct {
	types.Metadata
	Broker BrokerLogging
}

func (*Logging) GetMetadata added in v0.3.24

func (l *Logging) GetMetadata() *types.Metadata

func (*Logging) GetRawValue added in v0.3.24

func (l *Logging) GetRawValue() interface{}

type MSK

type MSK struct {
	types.Metadata
	Clusters []Cluster
}

func (*MSK) GetMetadata added in v0.3.24

func (m *MSK) GetMetadata() *types.Metadata

func (*MSK) GetRawValue added in v0.3.24

func (m *MSK) GetRawValue() interface{}

type S3Logging

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

func (*S3Logging) GetMetadata added in v0.3.24

func (s *S3Logging) GetMetadata() *types.Metadata

func (*S3Logging) GetRawValue added in v0.3.24

func (s *S3Logging) GetRawValue() interface{}

Jump to

Keyboard shortcuts

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