route53profiles_associate_resource_to_profile {paws.networking} | R Documentation |
Associates a DNS reource configuration to a Route 53 Profile
Description
Associates a DNS reource configuration to a Route 53 Profile.
See https://www.paws-r-sdk.com/docs/route53profiles_associate_resource_to_profile/ for full documentation.
Usage
route53profiles_associate_resource_to_profile(
Name,
ProfileId,
ResourceArn,
ResourceProperties = NULL
)
Arguments
Name |
[required] Name for the resource association. |
ProfileId |
[required] ID of the Profile. |
ResourceArn |
[required] Amazon resource number, ARN, of the DNS resource. |
ResourceProperties |
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. |
[Package paws.networking version 0.9.0 Index]