Module Values.CreateSecurityConfigurationInputSource

Creates a security configuration, which is stored in the service and can be specified when a cluster is created.

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

    The name of the security configuration.

    *)
  2. securityConfiguration : String_.t;
    (*

    The security configuration details in JSON format. For JSON parameters and examples, see Use Security Configurations to Set Up Cluster Security in the Amazon EMR Management Guide.

    *)
}
Sourceval context_ : string
Sourceval make : name:XmlString.t -> securityConfiguration:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of XmlString.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