Delete Vpc Ingress Connection
apprunner_delete_vpc_ingress_connection | R Documentation |
Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service¶
Description¶
Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:
-
AVAILABLE
-
FAILED_CREATION
-
FAILED_UPDATE
-
FAILED_DELETION
Usage¶
Arguments¶
VpcIngressConnectionArn
[required] The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want to delete.
Value¶
A list with the following syntax:
list(
VpcIngressConnection = list(
VpcIngressConnectionArn = "string",
VpcIngressConnectionName = "string",
ServiceArn = "string",
Status = "AVAILABLE"|"PENDING_CREATION"|"PENDING_UPDATE"|"PENDING_DELETION"|"FAILED_CREATION"|"FAILED_UPDATE"|"FAILED_DELETION"|"DELETED",
AccountId = "string",
DomainName = "string",
IngressVpcConfiguration = list(
VpcId = "string",
VpcEndpointId = "string"
),
CreatedAt = as.POSIXct(
"2015-01-01"
),
DeletedAt = as.POSIXct(
"2015-01-01"
)
)
)