Documentation ¶
Index ¶
- func DataSourceIBMEventStreamsMirroringConfig() *schema.Resource
- func DataSourceIBMEventStreamsQuota() *schema.Resource
- func DataSourceIBMEventStreamsSchema() *schema.Resource
- func DataSourceIBMEventStreamsSchemaGlobalCompatibilityRule() *schema.Resource
- func DataSourceIBMEventStreamsTopic() *schema.Resource
- func ResourceIBMEventStreamsMirroringConfig() *schema.Resource
- func ResourceIBMEventStreamsQuota() *schema.Resource
- func ResourceIBMEventStreamsSchema() *schema.Resource
- func ResourceIBMEventStreamsSchemaGlobalCompatibilityRule() *schema.Resource
- func ResourceIBMEventStreamsTopic() *schema.Resource
- type Boolean
- type Bytes
- type Double
- type Float
- type Int
- type Long
- type Null
- type String
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceIBMEventStreamsMirroringConfig ¶ added in v1.71.0
The mirroring config for topic selection in an Event Streams service instance. The ID is the CRN with the last two components "mirroring-config:". The mirroring topic patterns defines the topic selection.
func DataSourceIBMEventStreamsQuota ¶ added in v1.71.0
A quota in an Event Streams service instance. The ID is the CRN with the last two components "quota:entity".
func DataSourceIBMEventStreamsSchemaGlobalCompatibilityRule ¶ added in v1.71.0
The global compatibility rule in an Event Streams service instance. The ID is the CRN with the last two components "schema-global-compatibility:".
func ResourceIBMEventStreamsMirroringConfig ¶ added in v1.71.0
The mirroring config for topic selection in an Event Streams service instance. The ID is the CRN with the last two components "mirroring-config:". The mirroring topic patterns defines the topic selection.
func ResourceIBMEventStreamsQuota ¶ added in v1.71.0
A quota in an Event Streams service instance. The ID is the CRN with the last two components "quota:entity". The producer_byte_rate and consumer_byte_rate are the two quota properties, and must be at least -1; -1 means no quota applied.
func ResourceIBMEventStreamsSchemaGlobalCompatibilityRule ¶ added in v1.71.0
The global compatibility rule in an Event Streams service instance. The ID is the CRN with the last two components "schema-global-compatibility:". The rule is the schema compatibility rule, one of the validRules values.
Types ¶
Source Files ¶
- data_source_ibm_event_streams_mirroring_config.go
- data_source_ibm_event_streams_quota.go
- data_source_ibm_event_streams_schema.go
- data_source_ibm_event_streams_schema_global_compatibility_rule.go
- data_source_ibm_event_streams_topic.go
- resource_ibm_event_streams_mirroring_config.go
- resource_ibm_event_streams_quota.go
- resource_ibm_event_streams_schema.go
- resource_ibm_event_streams_schema_global_compatibility_rule.go
- resource_ibm_event_streams_topic.go