Values.PutBearerTokenAuthenticationRequestSourceEnables or disables bearer token authentication for the specified log group. When enabled on a log group, bearer token authentication is enabled on operations until it is explicitly disabled. For information about the parameters that are common to all actions, see Common Parameters.
type nonrec t = {logGroupIdentifier : LogGroupIdentifier.t;The name or ARN of the log group. Type: String Length Constraints: Minimum length of 1. Maximum length of 512. Pattern: [\.\-_/#A-Za-z0-9]+ Required: Yes
*)bearerTokenAuthenticationEnabled : BearerTokenAuthenticationEnabled.t;Whether to enable bearer token authentication. Type: Boolean Required: Yes
*)}val make :
logGroupIdentifier:LogGroupIdentifier.t ->
bearerTokenAuthenticationEnabled:BearerTokenAuthenticationEnabled.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BearerTokenAuthenticationEnabled.t
| `String of LogGroupIdentifier.t ])
list ]