Delete Vpc Connector
apprunner_delete_vpc_connector | R Documentation |
Delete an App Runner VPC connector resource¶
Description¶
Delete an App Runner VPC connector resource. You can't delete a connector that's used by one or more App Runner services.
Usage¶
Arguments¶
VpcConnectorArn
[required] The Amazon Resource Name (ARN) of the App Runner VPC connector that you want to delete.
The ARN must be a full VPC connector ARN.
Value¶
A list with the following syntax:
list(
VpcConnector = list(
VpcConnectorName = "string",
VpcConnectorArn = "string",
VpcConnectorRevision = 123,
Subnets = list(
"string"
),
SecurityGroups = list(
"string"
),
Status = "ACTIVE"|"INACTIVE",
CreatedAt = as.POSIXct(
"2015-01-01"
),
DeletedAt = as.POSIXct(
"2015-01-01"
)
)
)