Shield.Protection
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-protection.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-shield-protection-action.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-shield-protection-applicationlayerautomaticresponseconfiguration.html
type properties = {
resource_arn : string;
health_check_arns : string list option;
application_layer_automatic_response_configuration : application_layer_automatic_response_configuration
option;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-protection.html;
val make_properties :
resource_arn:string ->
?health_check_arns:string list ->
?application_layer_automatic_response_configuration:
application_layer_automatic_response_configuration ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_action :
?block:Yojson.Safe.t ->
?count:Yojson.Safe.t ->
unit ->
action
val make_application_layer_automatic_response_configuration :
status:string ->
action:action ->
unit ->
application_layer_automatic_response_configuration
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_action : action -> Yojson.Safe.t
val yojson_of_application_layer_automatic_response_configuration :
application_layer_automatic_response_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes