Module CertificateManager.Account

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-account.html

type expiry_events_configuration = {
  1. days_before_expiry : int option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-certificatemanager-account-expiryeventsconfiguration.html

type properties = {
  1. expiry_events_configuration : expiry_events_configuration;
}

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

val make_properties : expiry_events_configuration:expiry_events_configuration -> unit -> properties
val make_expiry_events_configuration : ?days_before_expiry:int -> unit -> expiry_events_configuration
val yojson_of_expiry_events_configuration : expiry_events_configuration -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * [> `Assoc of (string * Yojson.Safe.t) list ]) list ]
type attributes = {
  1. ref_ : string;
  2. account_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string