From 91a782487252f4f05a615400f9ed628c59e2274f Mon Sep 17 00:00:00 2001 From: AWS <> Date: Mon, 31 Oct 2022 18:14:04 +0000 Subject: [PATCH] AWS App Runner Update: This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs. --- .../feature-AWSAppRunner-e82a6e2.json | 6 + .../codegen-resources/endpoint-tests.json | 86 ++-- .../codegen-resources/paginators-1.json | 5 + .../codegen-resources/service-2.json | 384 +++++++++++++++++- 4 files changed, 433 insertions(+), 48 deletions(-) create mode 100644 .changes/next-release/feature-AWSAppRunner-e82a6e2.json diff --git a/.changes/next-release/feature-AWSAppRunner-e82a6e2.json b/.changes/next-release/feature-AWSAppRunner-e82a6e2.json new file mode 100644 index 000000000000..c5fa499ae3aa --- /dev/null +++ b/.changes/next-release/feature-AWSAppRunner-e82a6e2.json @@ -0,0 +1,6 @@ +{ + "type": "feature", + "category": "AWS App Runner", + "contributor": "", + "description": "This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs." +} diff --git a/services/apprunner/src/main/resources/codegen-resources/endpoint-tests.json b/services/apprunner/src/main/resources/codegen-resources/endpoint-tests.json index 38ca6f23beae..7173b9a6e0d6 100644 --- a/services/apprunner/src/main/resources/codegen-resources/endpoint-tests.json +++ b/services/apprunner/src/main/resources/codegen-resources/endpoint-tests.json @@ -9,8 +9,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-west-2", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-west-2" } }, { @@ -22,8 +22,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-west-2", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-west-2" } }, { @@ -35,8 +35,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-west-2", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-west-2" } }, { @@ -48,8 +48,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-west-2", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-west-2" } }, { @@ -61,8 +61,8 @@ }, "params": { "UseFIPS": true, - "Region": "eu-west-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "eu-west-1" } }, { @@ -74,8 +74,8 @@ }, "params": { "UseFIPS": true, - "Region": "eu-west-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "eu-west-1" } }, { @@ -87,8 +87,8 @@ }, "params": { "UseFIPS": false, - "Region": "eu-west-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "eu-west-1" } }, { @@ -100,8 +100,8 @@ }, "params": { "UseFIPS": false, - "Region": "eu-west-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "eu-west-1" } }, { @@ -113,8 +113,8 @@ }, "params": { "UseFIPS": true, - "Region": "ap-northeast-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "ap-northeast-1" } }, { @@ -126,8 +126,8 @@ }, "params": { "UseFIPS": true, - "Region": "ap-northeast-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "ap-northeast-1" } }, { @@ -139,8 +139,8 @@ }, "params": { "UseFIPS": false, - "Region": "ap-northeast-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "ap-northeast-1" } }, { @@ -152,8 +152,8 @@ }, "params": { "UseFIPS": false, - "Region": "ap-northeast-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "ap-northeast-1" } }, { @@ -165,8 +165,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-east-1" } }, { @@ -178,8 +178,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-east-1" } }, { @@ -191,8 +191,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-east-1" } }, { @@ -204,8 +204,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-east-1" } }, { @@ -217,8 +217,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-2", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-east-2" } }, { @@ -230,8 +230,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-2", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-east-2" } }, { @@ -243,8 +243,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-2", - "UseDualStack": true + "UseDualStack": true, + "Region": "us-east-2" } }, { @@ -256,8 +256,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-2", - "UseDualStack": false + "UseDualStack": false, + "Region": "us-east-2" } }, { @@ -269,8 +269,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", "UseDualStack": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -281,8 +281,8 @@ }, "params": { "UseFIPS": true, - "Region": "us-east-1", "UseDualStack": false, + "Region": "us-east-1", "Endpoint": "https://example.com" } }, @@ -293,8 +293,8 @@ }, "params": { "UseFIPS": false, - "Region": "us-east-1", "UseDualStack": true, + "Region": "us-east-1", "Endpoint": "https://example.com" } } diff --git a/services/apprunner/src/main/resources/codegen-resources/paginators-1.json b/services/apprunner/src/main/resources/codegen-resources/paginators-1.json index 6b9365da08ae..e360ded2057c 100644 --- a/services/apprunner/src/main/resources/codegen-resources/paginators-1.json +++ b/services/apprunner/src/main/resources/codegen-resources/paginators-1.json @@ -34,6 +34,11 @@ "input_token": "NextToken", "output_token": "NextToken", "limit_key": "MaxResults" + }, + "ListVpcIngressConnections": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults" } } } diff --git a/services/apprunner/src/main/resources/codegen-resources/service-2.json b/services/apprunner/src/main/resources/codegen-resources/service-2.json index 67590184d2c0..75f58ab6700f 100644 --- a/services/apprunner/src/main/resources/codegen-resources/service-2.json +++ b/services/apprunner/src/main/resources/codegen-resources/service-2.json @@ -103,6 +103,22 @@ ], "documentation":"

Create an App Runner VPC connector resource. App Runner requires this resource when you want to associate your App Runner service to a custom Amazon Virtual Private Cloud (Amazon VPC).

" }, + "CreateVpcIngressConnection":{ + "name":"CreateVpcIngressConnection", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateVpcIngressConnectionRequest"}, + "output":{"shape":"CreateVpcIngressConnectionResponse"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"InvalidStateException"}, + {"shape":"InternalServiceErrorException"}, + {"shape":"ServiceQuotaExceededException"} + ], + "documentation":"

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.

" + }, "DeleteAutoScalingConfiguration":{ "name":"DeleteAutoScalingConfiguration", "http":{ @@ -162,7 +178,7 @@ {"shape":"InvalidStateException"}, {"shape":"InternalServiceErrorException"} ], - "documentation":"

Delete an App Runner service.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

" + "documentation":"

Delete an App Runner service.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

Make sure that you don't have any active VPCIngressConnections associated with the service you want to delete.

" }, "DeleteVpcConnector":{ "name":"DeleteVpcConnector", @@ -179,6 +195,22 @@ ], "documentation":"

Delete an App Runner VPC connector resource. You can't delete a connector that's used by one or more App Runner services.

" }, + "DeleteVpcIngressConnection":{ + "name":"DeleteVpcIngressConnection", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteVpcIngressConnectionRequest"}, + "output":{"shape":"DeleteVpcIngressConnectionResponse"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"InternalServiceErrorException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InvalidStateException"} + ], + "documentation":"

Delete an App Runner VPC Ingress Connection resource that's associated with an App Runner service. The VPC Ingress Connection must be in one of the following states to be deleted:

" + }, "DescribeAutoScalingConfiguration":{ "name":"DescribeAutoScalingConfiguration", "http":{ @@ -254,6 +286,21 @@ ], "documentation":"

Return a description of an App Runner VPC connector resource.

" }, + "DescribeVpcIngressConnection":{ + "name":"DescribeVpcIngressConnection", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeVpcIngressConnectionRequest"}, + "output":{"shape":"DescribeVpcIngressConnectionResponse"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"InternalServiceErrorException"}, + {"shape":"ResourceNotFoundException"} + ], + "documentation":"

Return a full description of an App Runner VPC Ingress Connection resource.

" + }, "DisassociateCustomDomain":{ "name":"DisassociateCustomDomain", "http":{ @@ -371,6 +418,20 @@ ], "documentation":"

Returns a list of App Runner VPC connectors in your Amazon Web Services account.

" }, + "ListVpcIngressConnections":{ + "name":"ListVpcIngressConnections", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListVpcIngressConnectionsRequest"}, + "output":{"shape":"ListVpcIngressConnectionsResponse"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"InternalServiceErrorException"} + ], + "documentation":"

Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.

" + }, "PauseService":{ "name":"PauseService", "http":{ @@ -465,6 +526,22 @@ {"shape":"InternalServiceErrorException"} ], "documentation":"

Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service.

To update the tags applied to your service, use the separate actions TagResource and UntagResource.

This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.

" + }, + "UpdateVpcIngressConnection":{ + "name":"UpdateVpcIngressConnection", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateVpcIngressConnectionRequest"}, + "output":{"shape":"UpdateVpcIngressConnectionResponse"}, + "errors":[ + {"shape":"InvalidRequestException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"InvalidStateException"}, + {"shape":"InternalServiceErrorException"} + ], + "documentation":"

Update an existing App Runner VPC Ingress Connection resource. The VPC Ingress Connection must be in one of the following states to be updated:

" } }, "shapes":{ @@ -515,7 +592,8 @@ "required":[ "DNSTarget", "ServiceArn", - "CustomDomain" + "CustomDomain", + "VpcDNSTargets" ], "members":{ "DNSTarget":{ @@ -529,6 +607,10 @@ "CustomDomain":{ "shape":"CustomDomain", "documentation":"

A description of the domain name that's being associated.

" + }, + "VpcDNSTargets":{ + "shape":"VpcDNSTargetList", + "documentation":"

DNS Target records for the custom domains of this Amazon VPC.

" } } }, @@ -1007,6 +1089,42 @@ } } }, + "CreateVpcIngressConnectionRequest":{ + "type":"structure", + "required":[ + "ServiceArn", + "VpcIngressConnectionName", + "IngressVpcConfiguration" + ], + "members":{ + "ServiceArn":{ + "shape":"AppRunnerResourceArn", + "documentation":"

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

" + }, + "VpcIngressConnectionName":{ + "shape":"VpcIngressConnectionName", + "documentation":"

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":{ + "shape":"IngressVpcConfiguration", + "documentation":"

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":{ + "shape":"TagList", + "documentation":"

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

" + } + } + }, + "CreateVpcIngressConnectionResponse":{ + "type":"structure", + "required":["VpcIngressConnection"], + "members":{ + "VpcIngressConnection":{ + "shape":"VpcIngressConnection", + "documentation":"

A description of the App Runner VPC Ingress Connection resource that's created by this request.

" + } + } + }, "CustomDomain":{ "type":"structure", "required":[ @@ -1050,6 +1168,12 @@ "type":"list", "member":{"shape":"CustomDomain"} }, + "CustomerAccountId":{ + "type":"string", + "max":12, + "min":12, + "pattern":"[0-9]{12}" + }, "DeleteAutoScalingConfigurationRequest":{ "type":"structure", "required":["AutoScalingConfigurationArn"], @@ -1156,6 +1280,26 @@ } } }, + "DeleteVpcIngressConnectionRequest":{ + "type":"structure", + "required":["VpcIngressConnectionArn"], + "members":{ + "VpcIngressConnectionArn":{ + "shape":"AppRunnerResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want to delete.

" + } + } + }, + "DeleteVpcIngressConnectionResponse":{ + "type":"structure", + "required":["VpcIngressConnection"], + "members":{ + "VpcIngressConnection":{ + "shape":"VpcIngressConnection", + "documentation":"

A description of the App Runner VPC Ingress Connection that this request just deleted.

" + } + } + }, "DescribeAutoScalingConfigurationRequest":{ "type":"structure", "required":["AutoScalingConfigurationArn"], @@ -1204,7 +1348,8 @@ "required":[ "DNSTarget", "ServiceArn", - "CustomDomains" + "CustomDomains", + "VpcDNSTargets" ], "members":{ "DNSTarget":{ @@ -1219,6 +1364,10 @@ "shape":"CustomDomainList", "documentation":"

A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to MaxResults records per call.

" }, + "VpcDNSTargets":{ + "shape":"VpcDNSTargetList", + "documentation":"

DNS Target records for the custom domains of this Amazon VPC.

" + }, "NextToken":{ "shape":"String", "documentation":"

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

" @@ -1285,6 +1434,26 @@ } } }, + "DescribeVpcIngressConnectionRequest":{ + "type":"structure", + "required":["VpcIngressConnectionArn"], + "members":{ + "VpcIngressConnectionArn":{ + "shape":"AppRunnerResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the App Runner VPC Ingress Connection that you want a description for.

" + } + } + }, + "DescribeVpcIngressConnectionResponse":{ + "type":"structure", + "required":["VpcIngressConnection"], + "members":{ + "VpcIngressConnection":{ + "shape":"VpcIngressConnection", + "documentation":"

A description of the App Runner VPC Ingress Connection that you specified in this request.

" + } + } + }, "DisassociateCustomDomainRequest":{ "type":"structure", "required":[ @@ -1307,7 +1476,8 @@ "required":[ "DNSTarget", "ServiceArn", - "CustomDomain" + "CustomDomain", + "VpcDNSTargets" ], "members":{ "DNSTarget":{ @@ -1321,6 +1491,10 @@ "CustomDomain":{ "shape":"CustomDomain", "documentation":"

A description of the domain name that's being disassociated.

" + }, + "VpcDNSTargets":{ + "shape":"VpcDNSTargetList", + "documentation":"

DNS Target records for the custom domains of this Amazon VPC.

" } } }, @@ -1480,6 +1654,30 @@ "ECR_PUBLIC" ] }, + "IngressConfiguration":{ + "type":"structure", + "members":{ + "IsPubliclyAccessible":{ + "shape":"Boolean", + "documentation":"

Specifies whether your App Runner service is publicly accessible. To make the service publicly accessible set it to True. To make the service privately accessible, from only within an Amazon VPC set it to False.

" + } + }, + "documentation":"

Network configuration settings for inbound network traffic.

" + }, + "IngressVpcConfiguration":{ + "type":"structure", + "members":{ + "VpcId":{ + "shape":"String", + "documentation":"

The ID of the VPC that is used for the VPC endpoint.

" + }, + "VpcEndpointId":{ + "shape":"String", + "documentation":"

The ID of the VPC endpoint that your App Runner service connects to.

" + } + }, + "documentation":"

The configuration of your VPC and the associated VPC endpoint. The VPC endpoint is an Amazon Web Services PrivateLink resource that allows access to your App Runner services from within an Amazon VPC.

" + }, "InstanceConfiguration":{ "type":"structure", "members":{ @@ -1740,6 +1938,51 @@ } } }, + "ListVpcIngressConnectionsFilter":{ + "type":"structure", + "members":{ + "ServiceArn":{ + "shape":"AppRunnerResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of a service to filter by.

" + }, + "VpcEndpointId":{ + "shape":"String", + "documentation":"

The ID of a VPC Endpoint to filter by.

" + } + }, + "documentation":"

Returns a list of VPC Ingress Connections based on the filter provided. It can return either ServiceArn or VpcEndpointId, or both.

" + }, + "ListVpcIngressConnectionsRequest":{ + "type":"structure", + "members":{ + "Filter":{ + "shape":"ListVpcIngressConnectionsFilter", + "documentation":"

The VPC Ingress Connections to be listed based on either the Service Arn or Vpc Endpoint Id, or both.

" + }, + "MaxResults":{ + "shape":"MaxResults", + "documentation":"

The maximum number of results to include in each response (result page). It's used for a paginated request.

If you don't specify MaxResults, the request retrieves all available results in a single response.

" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"

A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.

If you don't specify NextToken, the request retrieves the first result page.

" + } + } + }, + "ListVpcIngressConnectionsResponse":{ + "type":"structure", + "required":["VpcIngressConnectionSummaryList"], + "members":{ + "VpcIngressConnectionSummaryList":{ + "shape":"VpcIngressConnectionSummaryList", + "documentation":"

A list of summary information records for VPC Ingress Connections. In a paginated request, the request returns up to MaxResults records for each call.

" + }, + "NextToken":{ + "shape":"NextToken", + "documentation":"

The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.

" + } + } + }, "MaxResults":{ "type":"integer", "max":100, @@ -1757,6 +2000,10 @@ "EgressConfiguration":{ "shape":"EgressConfiguration", "documentation":"

Network configuration settings for outbound message traffic.

" + }, + "IngressConfiguration":{ + "shape":"IngressConfiguration", + "documentation":"

Network configuration settings for inbound message traffic.

" } }, "documentation":"

Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network feature.

" @@ -2007,7 +2254,6 @@ "ServiceName", "ServiceId", "ServiceArn", - "ServiceUrl", "CreatedAt", "UpdatedAt", "Status", @@ -2399,6 +2645,33 @@ } } }, + "UpdateVpcIngressConnectionRequest":{ + "type":"structure", + "required":[ + "VpcIngressConnectionArn", + "IngressVpcConfiguration" + ], + "members":{ + "VpcIngressConnectionArn":{ + "shape":"AppRunnerResourceArn", + "documentation":"

The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.

" + }, + "IngressVpcConfiguration":{ + "shape":"IngressVpcConfiguration", + "documentation":"

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.

" + } + } + }, + "UpdateVpcIngressConnectionResponse":{ + "type":"structure", + "required":["VpcIngressConnection"], + "members":{ + "VpcIngressConnection":{ + "shape":"VpcIngressConnection", + "documentation":"

A description of the App Runner VPC Ingress Connection resource that's updated by this request.

" + } + } + }, "VpcConnector":{ "type":"structure", "members":{ @@ -2453,6 +2726,107 @@ "VpcConnectors":{ "type":"list", "member":{"shape":"VpcConnector"} + }, + "VpcDNSTarget":{ + "type":"structure", + "members":{ + "VpcIngressConnectionArn":{ + "shape":"AppRunnerResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.

" + }, + "VpcId":{ + "shape":"String", + "documentation":"

The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.

" + }, + "DomainName":{ + "shape":"DomainName", + "documentation":"

The domain name of your target DNS that is associated with the Amazon VPC.

" + } + }, + "documentation":"

DNS Target record for a custom domain of this Amazon VPC.

" + }, + "VpcDNSTargetList":{ + "type":"list", + "member":{"shape":"VpcDNSTarget"} + }, + "VpcIngressConnection":{ + "type":"structure", + "members":{ + "VpcIngressConnectionArn":{ + "shape":"AppRunnerResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the VPC Ingress Connection.

" + }, + "VpcIngressConnectionName":{ + "shape":"VpcIngressConnectionName", + "documentation":"

The customer-provided VPC Ingress Connection name.

" + }, + "ServiceArn":{ + "shape":"AppRunnerResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.

" + }, + "Status":{ + "shape":"VpcIngressConnectionStatus", + "documentation":"

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..

" + }, + "AccountId":{ + "shape":"CustomerAccountId", + "documentation":"

The Account Id you use to create the VPC Ingress Connection resource.

" + }, + "DomainName":{ + "shape":"DomainName", + "documentation":"

The domain name associated with the VPC Ingress Connection resource.

" + }, + "IngressVpcConfiguration":{ + "shape":"IngressVpcConfiguration", + "documentation":"

Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.

" + }, + "CreatedAt":{ + "shape":"Timestamp", + "documentation":"

The time when the VPC Ingress Connection was created. It's in the Unix time stamp format.

" + }, + "DeletedAt":{ + "shape":"Timestamp", + "documentation":"

The time when the App Runner service was deleted. It's in the Unix time stamp format.

" + } + }, + "documentation":"

The App Runner resource that specifies an App Runner endpoint for incoming traffic. It establishes a connection between a VPC interface endpoint and a App Runner service, to make your App Runner service accessible from only within an Amazon VPC.

" + }, + "VpcIngressConnectionName":{ + "type":"string", + "max":40, + "min":4, + "pattern":"[A-Za-z0-9][A-Za-z0-9\\-_]{3,39}" + }, + "VpcIngressConnectionStatus":{ + "type":"string", + "enum":[ + "AVAILABLE", + "PENDING_CREATION", + "PENDING_UPDATE", + "PENDING_DELETION", + "FAILED_CREATION", + "FAILED_UPDATE", + "FAILED_DELETION", + "DELETED" + ] + }, + "VpcIngressConnectionSummary":{ + "type":"structure", + "members":{ + "VpcIngressConnectionArn":{ + "shape":"AppRunnerResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the VPC Ingress Connection.

" + }, + "ServiceArn":{ + "shape":"AppRunnerResourceArn", + "documentation":"

The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.

" + } + }, + "documentation":"

Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.

" + }, + "VpcIngressConnectionSummaryList":{ + "type":"list", + "member":{"shape":"VpcIngressConnectionSummary"} } }, "documentation":"App Runner

App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to provision and configure Amazon Web Services resources.

App Runner connects directly to your container registry or source code repository. It provides an automatic delivery pipeline with fully managed operations, high performance, scalability, and security.

For more information about App Runner, see the App Runner Developer Guide. For release information, see the App Runner Release Notes.

To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that you can use to access the API, see Tools for Amazon Web Services.

Endpoints

For a list of Region-specific endpoints that App Runner supports, see App Runner endpoints and quotas in the Amazon Web Services General Reference.

"