ApiGateway.Authorizer
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html
type properties = {
provider_ar_ns : string list option;
identity_validation_expression : string option;
type_ : string;
rest_api_id : string;
identity_source : string option;
auth_type : string option;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html;
val make_properties :
?provider_ar_ns:string list ->
?authorizer_credentials:string ->
?identity_validation_expression:string ->
type_:string ->
?authorizer_uri:string ->
?authorizer_result_ttl_in_seconds:int ->
rest_api_id:string ->
?identity_source:string ->
?auth_type:string ->
name:string ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes