Module Redshift.EndpointAuthorization

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-endpointauthorization.html

type properties = {
  1. account : string;
  2. force : bool option;
  3. vpc_ids : string list option;
  4. cluster_identifier : string;
}

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

val make_properties : account:string -> ?force:bool -> ?vpc_ids:string list -> cluster_identifier:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. status : string;
  3. grantee : string;
  4. grantor : string;
  5. endpoint_count : int;
  6. authorize_time : string;
  7. allowed_vp_cs : string list;
  8. cluster_status : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string