Module Values_1.CreateSecurityConfigurationRequestSource

Creates 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.

Sourcetype nonrec t = {
  1. name : Values_0.NameString.t;
    (*

    The name for the new security configuration.

    *)
  2. encryptionConfiguration : EncryptionConfiguration.t;
    (*

    The encryption configuration for the new security configuration.

    *)
}
Sourceval context_ : string
Sourceval make : name:Values_0.NameString.t -> encryptionConfiguration:EncryptionConfiguration.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t