Module Values_2.SecurityConfigurationSource

Specifies a security configuration.

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

    The name of the security configuration.

    *)
  2. createdTimeStamp : Values_0.TimestampValue.t option;
    (*

    The time at which this security configuration was created.

    *)
  3. encryptionConfiguration : Values_1.EncryptionConfiguration.t option;
    (*

    The encryption configuration associated with this security configuration.

    *)
}
Sourceval make : ?name:??? -> ?createdTimeStamp:??? -> ?encryptionConfiguration:??? -> 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 | `Timestamp of Values_0.TimestampValue.t ]) 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