Update Vpc Ingress Connection
apprunner_update_vpc_ingress_connection | R Documentation |
Update an existing App Runner VPC Ingress Connection resource¶
Description¶
Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:
-
AVAILABLE
-
FAILED_CREATION
-
FAILED_UPDATE
Usage¶
Arguments¶
VpcIngressConnectionArn
[required] The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
IngressVpcConfiguration
[required] Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.
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"
)
)
)