Values.HttpsNotificationConfigurationSourceThe configurations used for HTTPS subscriber notification.
type nonrec t = {endpoint : HttpsNotificationConfigurationEndpointString.t;The subscription endpoint in Security Lake. If you prefer notification with an HTTPs endpoint, populate this field.
*)httpMethod : HttpMethod.t option;The HTTPS method used for the notification subscription.
*)targetRoleArn : RoleArn.t;The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created. For more information about ARNs and how to use them in policies, see Managing data access and Amazon Web Services Managed Policies in the Amazon Security Lake User Guide.
*)}val make :
?authorizationApiKeyName:??? ->
?authorizationApiKeyValue:??? ->
?httpMethod:??? ->
endpoint:HttpsNotificationConfigurationEndpointString.t ->
targetRoleArn:RoleArn.t ->
unit ->
t