EC2.VerifiedAccessTrustProvidersee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccesstrustprovider.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-ec2-verifiedaccesstrustprovider-ssespecification.html
and oidc_options = {token_endpoint : string option;scope : string option;issuer : string option;client_secret : string option;user_info_endpoint : string option;client_id : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccesstrustprovider-oidcoptions.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccesstrustprovider-deviceoptions.html
type properties = {policy_reference_name : string;device_options : device_options option;device_trust_provider_type : string option;description : string option;oidc_options : oidc_options option;trust_provider_type : string;sse_specification : sse_specification option;user_trust_provider_type : string option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccesstrustprovider.html;
val make_properties :
policy_reference_name:string ->
?device_options:device_options ->
?device_trust_provider_type:string ->
?description:string ->
?oidc_options:oidc_options ->
trust_provider_type:string ->
?sse_specification:sse_specification ->
?user_trust_provider_type:string ->
?tags:tag list ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_sse_specification :
?customer_managed_key_enabled:bool ->
?kms_key_arn:string ->
unit ->
sse_specificationval make_oidc_options :
?token_endpoint:string ->
?scope:string ->
?issuer:string ->
?client_secret:string ->
?user_info_endpoint:string ->
?client_id:string ->
?authorization_endpoint:string ->
unit ->
oidc_optionsval make_device_options :
?tenant_id:string ->
?public_signing_key_url:string ->
unit ->
device_optionsval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_sse_specification :
sse_specification ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_oidc_options :
oidc_options ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_device_options :
device_options ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes