apprunner_create_vpc_ingress_connection: Create an App Runner VPC Ingress Connection resource

View source: R/apprunner_operations.R

apprunner_create_vpc_ingress_connectionR Documentation

Create an App Runner VPC Ingress Connection resource

Description

Create an App Runner VPC Ingress Connection resource. App Runner requires this resource when you want to associate your App Runner service with an Amazon VPC endpoint.

See https://www.paws-r-sdk.com/docs/apprunner_create_vpc_ingress_connection/ for full documentation.

Usage

apprunner_create_vpc_ingress_connection(
  ServiceArn,
  VpcIngressConnectionName,
  IngressVpcConfiguration,
  Tags = NULL
)

Arguments

ServiceArn

[required] The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection resource.

VpcIngressConnectionName

[required] A name for the VPC Ingress Connection resource. It must be unique across all the active VPC Ingress Connections in your Amazon Web Services account in the Amazon Web Services Region.

IngressVpcConfiguration

[required] Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.

Tags

An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.