apprunner_update_vpc_ingress_connection {paws.compute} | 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:
See https://www.paws-r-sdk.com/docs/apprunner_update_vpc_ingress_connection/ for full documentation.
Usage
apprunner_update_vpc_ingress_connection(
VpcIngressConnectionArn,
IngressVpcConfiguration
)
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. |
[Package paws.compute version 0.9.0 Index]