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 ¶
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 (*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 ¶
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 (*Logging) GetRawValue ¶ added in v0.3.24
func (l *Logging) GetRawValue() interface{}
type MSK ¶
func (*MSK) GetMetadata ¶ added in v0.3.24
func (*MSK) GetRawValue ¶ added in v0.3.24
func (m *MSK) GetRawValue() interface{}
Click to show internal directories.
Click to hide internal directories.