Module Values.SCApplicationAttributesSource

Provides information that defines a schema conversion application.

Sourcetype nonrec t = {
  1. s3BucketPath : String_.t option;
    (*

    The path for the Amazon S3 bucket that the application uses for exporting assessment reports.

    *)
  2. s3BucketRoleArn : String_.t option;
    (*

    The ARN for the role the application uses to access its Amazon S3 bucket.

    *)
}
Sourceval make : ?s3BucketPath:??? -> ?s3BucketRoleArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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