Module WorkSpaces.ConnectionAlias

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspaces-connectionalias.html

type connection_alias_association = {
  1. associated_account_id : string option;
  2. resource_id : string option;
  3. connection_identifier : string option;
  4. association_status : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspaces-connectionalias-connectionaliasassociation.html

and tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. connection_string : string;
  2. tags : tag list option;
}

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

val make_properties : connection_string:string -> ?tags:tag list -> unit -> properties
val make_connection_alias_association : ?associated_account_id:string -> ?resource_id:string -> ?connection_identifier:string -> ?association_status:string -> unit -> connection_alias_association
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_connection_alias_association : connection_alias_association -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. connection_alias_state : string;
  3. alias_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string