Module Shield.DRTAccess

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-drtaccess.html

type properties = {
  1. log_bucket_list : string list option;
  2. role_arn : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-drtaccess.html;

val make_properties : ?log_bucket_list:string list -> role_arn:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. account_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string