CloudFormation.ResourceVersion
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-resourceversion.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-resourceversion-loggingconfig.html
type properties = {
execution_role_arn : string option;
type_name : string;
logging_config : logging_config option;
schema_handler_package : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-resourceversion.html;
val make_properties :
?execution_role_arn:string ->
type_name:string ->
?logging_config:logging_config ->
schema_handler_package:string ->
unit ->
properties
val make_logging_config :
?log_group_name:string ->
?log_role_arn:string ->
unit ->
logging_config
val yojson_of_logging_config :
logging_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes