Values.SecurityConfigurationSourceInputs related to the security configuration. Security configurations in Amazon EMR on EKS are templates for different security setups. You can use security configurations to configure the Lake Formation integration setup. You can also create a security configuration to re-use a security setup each time you create a virtual cluster.
type nonrec t = {id : ResourceIdString.t option;The ID of the security configuration.
*)name : ResourceNameString.t option;The name of the security configuration.
*)arn : SecurityConfigurationArn.t option;The ARN (Amazon Resource Name) of the security configuration.
*)createdAt : Date.t option;The date and time that the job run was created.
*)createdBy : RequestIdentityUserArn.t option;The user who created the job run.
*)securityConfigurationData : SecurityConfigurationData.t option;Security configuration inputs for the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String128.t ] * [> `String of StringEmpty256.t ])
list
| `String of ResourceIdString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `String of SessionTagValue.t
| `Structure of
(string
* [> `String of ClusterId.t
| `Structure of
(string
* [> `Enum of string
| `String of SecretsManagerArn.t ])
list ])
list ])
list ])
list ])
list
| `Timestamp of Date.t ])
list ]