Module Config.OrganizationConformancePack

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-organizationconformancepack.html

type conformance_pack_input_parameter = {
  1. parameter_value : string;
  2. parameter_name : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-organizationconformancepack-conformancepackinputparameter.html

type properties = {
  1. conformance_pack_input_parameters : conformance_pack_input_parameter list option;
  2. delivery_s3_bucket : string option;
  3. excluded_accounts : string list option;
  4. delivery_s3_key_prefix : string option;
  5. template_body : string option;
  6. organization_conformance_pack_name : string;
  7. template_s3_uri : string option;
}

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

val make_properties : ?conformance_pack_input_parameters:conformance_pack_input_parameter list -> ?delivery_s3_bucket:string -> ?excluded_accounts:string list -> ?delivery_s3_key_prefix:string -> ?template_body:string -> organization_conformance_pack_name:string -> ?template_s3_uri:string -> unit -> properties
val make_conformance_pack_input_parameter : parameter_value:string -> parameter_name:string -> unit -> conformance_pack_input_parameter
val yojson_of_conformance_pack_input_parameter : conformance_pack_input_parameter -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string