Module AppSync.DomainName

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-domainname.html

type properties = {
  1. description : string option;
  2. domain_name : string;
  3. certificate_arn : string;
}

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

val make_properties : ?description:string -> domain_name:string -> certificate_arn:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. app_sync_domain_name : string;
  3. domain_name : string;
  4. hosted_zone_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string