Values.ResolverRuleAssociationSourceIn the response to an AssociateResolverRule, DisassociateResolverRule, or ListResolverRuleAssociations request, provides information about an association between a Resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.
type nonrec t = {id : ResourceId.t option;The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.
*)resolverRuleId : ResourceId.t option;The ID of the Resolver rule that you associated with the VPC that is specified by VPCId.
*)name : Name.t option;The name of an association between a Resolver rule and a VPC. The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
*)vPCId : ResourceId.t option;The ID of the VPC that you associated the Resolver rule with.
*)status : ResolverRuleAssociationStatus.t option;A code that specifies the current status of the association between a Resolver rule and a VPC.
*)statusMessage : StatusMessage.t option;A detailed description of the status of the association between a Resolver rule and a VPC.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list ]