Values.DescribeSecurityConfigurationResponseSourceDisplays detailed information about a specified 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 = {securityConfiguration : SecurityConfiguration.t option;Details of the security configuration.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `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 ])
list ]