Skip to content

Get Profile Resource Association

route53profiles_get_profile_resource_association R Documentation

Returns information about a specified Route 53 Profile resource association

Description

Returns information about a specified Route 53 Profile resource association.

Usage

route53profiles_get_profile_resource_association(
  ProfileResourceAssociationId)

Arguments

ProfileResourceAssociationId

[required] The ID of the profile resource association that you want to get information about.

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$get_profile_resource_association(
  ProfileResourceAssociationId = "string"
)