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 Cluster ¶
type Cluster struct { Metadata iacTypes.Metadata EncryptionInTransit EncryptionInTransit EncryptionAtRest EncryptionAtRest Logging Logging }
type EncryptionAtRest ¶
type EncryptionInTransit ¶
type EncryptionInTransit struct { Metadata iacTypes.Metadata ClientBroker iacTypes.StringValue }
type FirehoseLogging ¶
type Logging ¶
type Logging struct { Metadata iacTypes.Metadata Broker BrokerLogging }
Click to show internal directories.
Click to hide internal directories.