Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionType = types.ListType{ElemType: types.StringType}
View Source
var EventType = types.ObjectType{ AttrTypes: map[string]attr.Type{ "actions": ActionType, "source": types.StringType, }, }
View Source
var EventsType = types.ListType{ ElemType: EventType, }
View Source
var SubscriptionType = types.ObjectType{ AttrTypes: map[string]attr.Type{ "resource_id": types.StringType, "events": EventsType, }, }
Functions ¶
func UniqueSubscriptions ¶
UniqueSubscriptions returns a validator which ensures that the configured subscriptions are unique
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.