Values_1.CreateSecurityConfigurationRequestSourceCreates a new security configuration. A security configuration is a set of security properties that can be used by Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.
type nonrec t = {name : Values_0.NameString.t;The name for the new security configuration.
*)encryptionConfiguration : EncryptionConfiguration.t;The encryption configuration for the new security configuration.
*)}val make :
name:Values_0.NameString.t ->
encryptionConfiguration:EncryptionConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.NameString.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.KmsKeyArn.t ])
list ]
list
| `Structure of
(string
* [> `Enum of string | `String of Values_0.KmsKeyArn.t ])
list ])
list ])
list ]