RolesAnywhere.TrustAnchor
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-trustanchor.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rolesanywhere-trustanchor-notificationsetting.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-rolesanywhere-trustanchor-sourcedata.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rolesanywhere-trustanchor-source.html
type properties = {
notification_settings : notification_setting list option;
enabled : bool option;
source : source;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-trustanchor.html;
val make_properties :
?notification_settings:notification_setting list ->
?enabled:bool ->
source:source ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_notification_setting :
?channel:string ->
enabled:bool ->
event:string ->
?threshold:float ->
unit ->
notification_setting
val make_tag : value:string -> key:string -> unit -> tag
val make_source_data :
?acm_pca_arn:string ->
?x509_certificate_data:string ->
unit ->
source_data
val make_source :
?source_type:string ->
?source_data:source_data ->
unit ->
source
val yojson_of_notification_setting :
notification_setting ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_source_data : source_data -> Yojson.Safe.t
val yojson_of_source : source -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes