Values.GetResourceEventConfigurationRequestSourceGet the event configuration for a particular resource identifier.
type nonrec t = {identifier : Identifier.t;Resource identifier to opt in for event messaging.
*)identifierType : IdentifierType.t;Identifier type of the particular resource identifier for event configuration.
*)partnerType : EventNotificationPartnerType.t option;Partner type of the resource if the identifier type is PartnerAccountId.
*)}val make :
?partnerType:??? ->
identifier:Identifier.t ->
identifierType:IdentifierType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Identifier.t ]) list ]