Module Values.BlockPublicAccessConfigurationMetadataSource

Properties that describe the Amazon Web Services principal that created the BlockPublicAccessConfiguration using the PutBlockPublicAccessConfiguration action as well as the date and time that the configuration was created. Each time a configuration for block public access is updated, Amazon EMR updates this metadata.

Sourcetype nonrec t = {
  1. creationDateTime : Date.t option;
    (*

    The date and time that the configuration was created.

    *)
  2. createdByArn : ArnType.t option;
    (*

    The Amazon Resource Name that created or last modified the configuration.

    *)
}
Sourceval make : ?creationDateTime:??? -> ?createdByArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ArnType.t | `Timestamp of Date.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