List Resource Configurations
vpclattice_list_resource_configurations | R Documentation |
Lists the resource configurations owned by or shared with this account¶
Description¶
Lists the resource configurations owned by or shared with this account.
Usage¶
vpclattice_list_resource_configurations(maxResults, nextToken,
resourceConfigurationGroupIdentifier, resourceGatewayIdentifier)
Arguments¶
maxResults
The maximum page size.
nextToken
A pagination token for the next page of results.
resourceConfigurationGroupIdentifier
The ID of the group resource configuration.
resourceGatewayIdentifier
The ID of the resource gateway for the resource configuration.
Value¶
A list with the following syntax:
list(
items = list(
list(
amazonManaged = TRUE|FALSE,
arn = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
id = "string",
lastUpdatedAt = as.POSIXct(
"2015-01-01"
),
name = "string",
resourceConfigurationGroupId = "string",
resourceGatewayId = "string",
status = "ACTIVE"|"CREATE_IN_PROGRESS"|"UPDATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"CREATE_FAILED"|"UPDATE_FAILED"|"DELETE_FAILED",
type = "GROUP"|"CHILD"|"SINGLE"|"ARN"
)
),
nextToken = "string"
)