Module Route53Resolver.ResolverRuleAssociation

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html

type properties = {
  1. vpc_id : string;
  2. resolver_rule_id : string;
  3. name : string option;
}

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

val make_properties : vpc_id:string -> resolver_rule_id:string -> ?name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. vpc_id : string;
  3. resolver_rule_id : string;
  4. resolver_rule_association_id : string;
  5. name : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string