_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
vpc_ingress_connection
A description of the App Runner VPC Ingress Connection that you specified in this request. | STRUCT( "vpc_ingress_connection_arn" VARCHAR, "vpc_ingress_connection_name" VARCHAR, "service_arn" VARCHAR, "status" VARCHAR, "account_id" VARCHAR, "domain_name" VARCHAR, "ingress_vpc_configuration" STRUCT( "vpc_id" VARCHAR, "vpc_endpoint_id" VARCHAR ), "created_at" TIMESTAMP_S, "deleted_at" TIMESTAMP_S ) |
Show child fields- vpc_ingress_connection.account_id
The Account Id you use to create the VPC Ingress Connection resource.
- vpc_ingress_connection.created_at
The time when the VPC Ingress Connection was created. It's in the Unix time stamp format. -
Type: Timestamp -
Required: Yes
- vpc_ingress_connection.deleted_at
The time when the App Runner service was deleted. It's in the Unix time stamp format. -
Type: Timestamp -
Required: No
- vpc_ingress_connection.domain_name
The domain name associated with the VPC Ingress Connection resource.
- vpc_ingress_connection.ingress_vpc_configuration
Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource. Show child fields- vpc_ingress_connection.ingress_vpc_configuration.vpc_endpoint_id
The ID of the VPC endpoint that your App Runner service connects to.
- vpc_ingress_connection.ingress_vpc_configuration.vpc_id
The ID of the VPC that is used for the VPC endpoint.
- vpc_ingress_connection.service_arn
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
- vpc_ingress_connection.status
The current status of the VPC Ingress Connection. The VPC Ingress Connection displays one of the following statuses: AVAILABLE, PENDING_CREATION, PENDING_UPDATE, PENDING_DELETION,FAILED_CREATION, FAILED_UPDATE, FAILED_DELETION, and DELETED..
- vpc_ingress_connection.vpc_ingress_connection_arn
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
- vpc_ingress_connection.vpc_ingress_connection_name
The customer-provided VPC Ingress Connection name.
|