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(resourceGatewayIdentifier,
resourceConfigurationGroupIdentifier, domainVerificationIdentifier,
maxResults, nextToken)
Arguments¶
resourceGatewayIdentifier |
The ID of the resource gateway for the resource configuration. |
resourceConfigurationGroupIdentifier |
The ID of the resource configuration of type
|
domainVerificationIdentifier |
The domain verification ID. |
maxResults |
The maximum page size. |
nextToken |
A pagination token for the next page of results. |
Value¶
A list with the following syntax:
list(
items = list(
list(
id = "string",
name = "string",
arn = "string",
resourceGatewayId = "string",
resourceConfigurationGroupId = "string",
type = "GROUP"|"CHILD"|"SINGLE"|"ARN",
status = "ACTIVE"|"CREATE_IN_PROGRESS"|"UPDATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"CREATE_FAILED"|"UPDATE_FAILED"|"DELETE_FAILED",
amazonManaged = TRUE|FALSE,
createdAt = as.POSIXct(
"2015-01-01"
),
lastUpdatedAt = as.POSIXct(
"2015-01-01"
),
customDomainName = "string",
domainVerificationId = "string",
groupDomain = "string"
)
),
nextToken = "string"
)
Request syntax¶
svc$list_resource_configurations(
resourceGatewayIdentifier = "string",
resourceConfigurationGroupIdentifier = "string",
domainVerificationIdentifier = "string",
maxResults = 123,
nextToken = "string"
)