Values.UpdateFlywheelRequestSourceUpdate the configuration information for an existing flywheel.
type nonrec t = {flywheelArn : ComprehendFlywheelArn.t;The Amazon Resource Number (ARN) of the flywheel to update.
*)activeModelArn : ComprehendModelArn.t option;The Amazon Resource Number (ARN) of the active model version.
*)dataAccessRoleArn : IamRoleArn.t option;The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
*)dataSecurityConfig : UpdateDataSecurityConfig.t option;Flywheel data security configuration.
*)}val make :
?activeModelArn:??? ->
?dataAccessRoleArn:??? ->
?dataSecurityConfig:??? ->
flywheelArn:ComprehendFlywheelArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ComprehendFlywheelArn.t
| `Structure of
(string
* [> `String of KmsKeyId.t
| `Structure of
(string * [> `List of [> `String of SecurityGroupId.t ] list ])
list ])
list ])
list ]