Shield.ProactiveEngagement
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-proactiveengagement.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-shield-proactiveengagement-emergencycontact.html
type properties = {
proactive_engagement_status : string;
emergency_contact_list : emergency_contact list;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-shield-proactiveengagement.html;
val make_properties :
proactive_engagement_status:string ->
emergency_contact_list:emergency_contact list ->
unit ->
properties
val make_emergency_contact :
?contact_notes:string ->
?phone_number:string ->
email_address:string ->
unit ->
emergency_contact
val yojson_of_emergency_contact :
emergency_contact ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes