Skip to content

Update Profile Resource Association

route53profiles_update_profile_resource_association R Documentation

Updates the specified Route 53 Profile resourse association

Description

Updates the specified Route 53 Profile resourse association.

Usage

route53profiles_update_profile_resource_association(Name,
  ProfileResourceAssociationId, ResourceProperties)

Arguments

Name

Name of the resource association.

ProfileResourceAssociationId

[required] ID of the resource association.

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.

Value

A list with the following syntax:

list(
  ProfileResourceAssociation = list(
    CreationTime = as.POSIXct(
      "2015-01-01"
    ),
    Id = "string",
    ModificationTime = as.POSIXct(
      "2015-01-01"
    ),
    Name = "string",
    OwnerId = "string",
    ProfileId = "string",
    ResourceArn = "string",
    ResourceProperties = "string",
    ResourceType = "string",
    Status = "COMPLETE"|"DELETING"|"UPDATING"|"CREATING"|"DELETED"|"FAILED",
    StatusMessage = "string"
  )
)

Request syntax

svc$update_profile_resource_association(
  Name = "string",
  ProfileResourceAssociationId = "string",
  ResourceProperties = "string"
)