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 Cluster ¶
type Cluster struct { types.Metadata EncryptionInTransit EncryptionInTransit Logging Logging }
func (*Cluster) GetMetadata ¶
func (*Cluster) GetRawValue ¶
func (c *Cluster) GetRawValue() interface{}
type EncryptionInTransit ¶
type EncryptionInTransit struct {
ClientBroker types.StringValue
}
type FirehoseLogging ¶
type Logging ¶
type Logging struct {
Broker BrokerLogging
}
Click to show internal directories.
Click to hide internal directories.