The AWS::AppRunner::VpcIngressConnection resource is an App Runner resource that specifies an App Runner VpcIngressConnection.
ingress_vpc_configuration
(Attributes) The configuration of customer?s VPC and related VPC endpoint (see below for nested schema)service_arn
(String) The Amazon Resource Name (ARN) of the service.tags
(Attributes List) (see below for nested schema)vpc_ingress_connection_name
(String) The customer-provided Vpc Ingress Connection name.domain_name
(String) The Domain name associated with the VPC Ingress Connection.id
(String) Uniquely identifies the resource.status
(String) The current status of the VpcIngressConnection.vpc_ingress_connection_arn
(String) The Amazon Resource Name (ARN) of the VpcIngressConnection.ingress_vpc_configuration
Required:
vpc_endpoint_id
(String) The ID of the VPC endpoint that your App Runner service connects to.vpc_id
(String) The ID of the VPC that the VPC endpoint is used in.tags
Optional:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_apprunner_vpc_ingress_connection.example <resource ID>