ApiGateway.DomainName
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.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-apigateway-domainname-mutualtlsauthentication.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-domainname-endpointconfiguration.html
type properties = {
mutual_tls_authentication : mutual_tls_authentication option;
ownership_verification_certificate_arn : string option;
domain_name : string option;
security_policy : string option;
endpoint_configuration : endpoint_configuration option;
regional_certificate_arn : string option;
certificate_arn : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html;
val make_properties :
?mutual_tls_authentication:mutual_tls_authentication ->
?ownership_verification_certificate_arn:string ->
?domain_name:string ->
?security_policy:string ->
?endpoint_configuration:endpoint_configuration ->
?regional_certificate_arn:string ->
?tags:tag list ->
?certificate_arn:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_mutual_tls_authentication :
?truststore_version:string ->
?truststore_uri:string ->
unit ->
mutual_tls_authentication
val make_endpoint_configuration :
?types:string list ->
unit ->
endpoint_configuration
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_mutual_tls_authentication :
mutual_tls_authentication ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_endpoint_configuration :
endpoint_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