Module Values.AssociateResourceToProfileRequestSource

Associates a DNS reource configuration to a Route 53 Profile.

Sourcetype nonrec t = {
  1. name : Name.t;
    (*

    Name for the resource association.

    *)
  2. profileId : ResourceId.t;
    (*

    ID of the Profile.

    *)
  3. resourceArn : Arn.t;
    (*

    Amazon resource number, ARN, of the DNS resource.

    *)
  4. resourceProperties : ResourceProperties.t option;
    (*

    If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value. The allowed values for priority are between 100 and 9900.

    *)
}
Sourceval context_ : string
Sourceval make : ?resourceProperties:??? -> name:Name.t -> profileId:ResourceId.t -> resourceArn:Arn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Name.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t