RDS.DBProxyEndpoint
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxyendpoint.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxyendpoint-tagformat.html
type properties = {
db_proxy_endpoint_name : string;
db_proxy_name : string;
target_role : string option;
vpc_security_group_ids : string list option;
vpc_subnet_ids : string list;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxyendpoint.html;
val make_properties :
db_proxy_endpoint_name:string ->
db_proxy_name:string ->
?target_role:string ->
?vpc_security_group_ids:string list ->
vpc_subnet_ids:string list ->
?tags:tag_format list ->
unit ->
properties
val make_tag_format : ?value:string -> ?key:string -> unit -> tag_format
val yojson_of_tag_format :
tag_format ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes