Module Awso_apprunner_lwtSource

include module type of struct include Awso_apprunner.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule RuntimeEnvironmentSecretsName = Awso_apprunner.Values.RuntimeEnvironmentSecretsName
Sourcemodule RuntimeEnvironmentSecretsValue = Awso_apprunner.Values.RuntimeEnvironmentSecretsValue
Sourcemodule RuntimeEnvironmentVariablesKey = Awso_apprunner.Values.RuntimeEnvironmentVariablesKey
Sourcemodule RuntimeEnvironmentVariablesValue = Awso_apprunner.Values.RuntimeEnvironmentVariablesValue
Sourcemodule RuntimeEnvironmentVariables = Awso_apprunner.Values.RuntimeEnvironmentVariables

Describes the basic configuration needed for building and running an App Runner service. This type doesn't support the full set of possible configuration options. Fur full configuration capabilities, use a apprunner.yaml file in the source code repository.

Sourcemodule CertificateValidationRecordStatus = Awso_apprunner.Values.CertificateValidationRecordStatus

Describes the configuration that App Runner uses to build and run an App Runner service from a source code repository.

Identifies a version of code that App Runner refers to within a source code repository.

Describes the configuration that App Runner uses to run an App Runner service using an image pulled from a source image repository.

Sourcemodule CertificateValidationRecord = Awso_apprunner.Values.CertificateValidationRecord

Describes a certificate CNAME record to add to your DNS. For more information, see AssociateCustomDomain.

Sourcemodule AutoScalingConfigurationName = Awso_apprunner.Values.AutoScalingConfigurationName
Sourcemodule AutoScalingConfigurationStatus = Awso_apprunner.Values.AutoScalingConfigurationStatus
Sourcemodule HealthCheckHealthyThreshold = Awso_apprunner.Values.HealthCheckHealthyThreshold
Sourcemodule HealthCheckUnhealthyThreshold = Awso_apprunner.Values.HealthCheckUnhealthyThreshold

Describes configuration settings related to outbound network traffic of an App Runner service.

Network configuration settings for inbound network traffic.

Sourcemodule AuthenticationConfiguration = Awso_apprunner.Values.AuthenticationConfiguration

Describes resources needed to authenticate access to some source repositories. The specific resource depends on the repository provider.

Describes a source code repository.

Describes a source image repository.

Sourcemodule ObservabilityConfigurationName = Awso_apprunner.Values.ObservabilityConfigurationName
Sourcemodule CertificateValidationRecordList = Awso_apprunner.Values.CertificateValidationRecordList
Sourcemodule CustomDomainAssociationStatus = Awso_apprunner.Values.CustomDomainAssociationStatus

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.

Sourcemodule VpcIngressConnectionStatus = Awso_apprunner.Values.VpcIngressConnectionStatus
Sourcemodule AutoScalingConfigurationSummary = Awso_apprunner.Values.AutoScalingConfigurationSummary

Provides summary information about an App Runner automatic scaling configuration resource. This type contains limited information about an auto scaling configuration. It includes only identification information, without configuration details. It's returned by the ListAutoScalingConfigurations action. Complete configuration information is returned by the CreateAutoScalingConfiguration, DescribeAutoScalingConfiguration, and DeleteAutoScalingConfiguration actions using the AutoScalingConfiguration type.

Describes a custom encryption key that App Runner uses to encrypt copies of the source repository and service logs.

Describes the settings for the health check that App Runner performs to monitor the health of a service.

Describes the runtime configuration of an App Runner service instance (scaling unit).

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

Sourcemodule ServiceObservabilityConfiguration = Awso_apprunner.Values.ServiceObservabilityConfiguration

Describes the observability configuration of an App Runner service. These are additional observability features, like tracing, that you choose to enable. They're configured in a separate resource that you associate with your service.

Describes the source deployed to an App Runner service. It can be a code or an image repository.

Sourcemodule AutoScalingConfigurationRevision = Awso_apprunner.Values.AutoScalingConfigurationRevision

Describes a tag that is applied to an App Runner resource. A tag is a metadata item consisting of a key-value pair.

Sourcemodule VpcIngressConnectionSummary = Awso_apprunner.Values.VpcIngressConnectionSummary

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

Describes an App Runner VPC connector resource. A VPC connector describes the Amazon Virtual Private Cloud (Amazon VPC) that an App Runner service is associated with, and the subnets and security group that are used. Multiple revisions of a connector might have the same Name and different Revision values. At this time, App Runner supports only one revision per name.

Provides summary information for an App Runner service. This type contains limited information about a service. It doesn't include configuration details. It's returned by the ListServices action. Complete service information is returned by the CreateService, DescribeService, and DeleteService actions using the Service type.

Provides summary information for an operation that occurred on an App Runner service.

Sourcemodule ObservabilityConfigurationSummary = Awso_apprunner.Values.ObservabilityConfigurationSummary

Provides summary information about an App Runner observability configuration resource. This type contains limited information about an observability configuration. It includes only identification information, without configuration details. It's returned by the ListObservabilityConfigurations action. Complete configuration information is returned by the CreateObservabilityConfiguration, DescribeObservabilityConfiguration, and DeleteObservabilityConfiguration actions using the ObservabilityConfiguration type.

Provides summary information about an App Runner connection resource.

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

Sourcemodule ObservabilityConfigurationStatus = Awso_apprunner.Values.ObservabilityConfigurationStatus

Describes the configuration of the tracing feature within an App Runner observability configuration.

Describes a custom domain that's associated with an App Runner service.

Sourcemodule InternalServiceErrorException = Awso_apprunner.Values.InternalServiceErrorException

An unexpected service exception occurred.

One or more input parameters aren't valid. Refer to the API action's document page, correct the input parameters, and try the action again.

You can't perform this action when the resource is in its current state.

A resource doesn't exist for the specified Amazon Resource Name (ARN) in your Amazon Web Services account.

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.

Describes an App Runner service. It can describe a service in any state, including deleted services. This type contains the full information about a service, including configuration details. It's returned by the CreateService, DescribeService, and DeleteService actions. A subset of this information is returned by the ListServices action using the ServiceSummary type.

Describes an App Runner automatic scaling configuration resource. A higher MinSize increases the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost. A lower MaxSize controls your cost. The tradeoff is lower responsiveness during peak demand. Multiple revisions of a configuration might have the same AutoScalingConfigurationName and different AutoScalingConfigurationRevision values.

Sourcemodule VpcIngressConnectionSummaryList = Awso_apprunner.Values.VpcIngressConnectionSummaryList
Sourcemodule ListVpcIngressConnectionsFilter = Awso_apprunner.Values.ListVpcIngressConnectionsFilter

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

Sourcemodule ObservabilityConfigurationSummaryList = Awso_apprunner.Values.ObservabilityConfigurationSummaryList
Sourcemodule AutoScalingConfigurationSummaryList = Awso_apprunner.Values.AutoScalingConfigurationSummaryList
Sourcemodule ObservabilityConfiguration = Awso_apprunner.Values.ObservabilityConfiguration

Describes an App Runner observability configuration resource. Multiple revisions of a configuration have the same ObservabilityConfigurationName and different ObservabilityConfigurationRevision values. The resource is designed to configure multiple features (currently one feature, tracing). This type contains optional members that describe the configuration of these features (currently one member, TraceConfiguration). If a feature member isn't specified, the feature isn't enabled.

Sourcemodule DescribeCustomDomainsMaxResults = Awso_apprunner.Values.DescribeCustomDomainsMaxResults

Describes an App Runner connection resource.

Sourcemodule ServiceQuotaExceededException = Awso_apprunner.Values.ServiceQuotaExceededException

App Runner can't create this resource. You've reached your account quota for this resource type. For App Runner per-resource quotas, see App Runner endpoints and quotas in the Amazon Web Services General Reference.

Sourcemodule UpdateVpcIngressConnectionResponse = Awso_apprunner.Values.UpdateVpcIngressConnectionResponse

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

Sourcemodule UpdateVpcIngressConnectionRequest = Awso_apprunner.Values.UpdateVpcIngressConnectionRequest

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

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.

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.

Sourcemodule UpdateDefaultAutoScalingConfigurationResponse = Awso_apprunner.Values.UpdateDefaultAutoScalingConfigurationResponse

Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default automatically.

Sourcemodule UpdateDefaultAutoScalingConfigurationRequest = Awso_apprunner.Values.UpdateDefaultAutoScalingConfigurationRequest

Update an auto scaling configuration to be the default. The existing default auto scaling configuration will be set to non-default automatically.

Remove tags from an App Runner resource.

Remove tags from an App Runner resource.

Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.

Add tags to, or update the tag values of, an App Runner resource. A tag is a key-value pair.

Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service. For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance. 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.

Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service. For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance. 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.

Resume an active App Runner service. App Runner provisions compute capacity for the 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.

Resume an active App Runner service. App Runner provisions compute capacity for the 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.

Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed). 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.

Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed). 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.

Sourcemodule ListVpcIngressConnectionsResponse = Awso_apprunner.Values.ListVpcIngressConnectionsResponse

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

Sourcemodule ListVpcIngressConnectionsRequest = Awso_apprunner.Values.ListVpcIngressConnectionsRequest

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

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

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

Sourcemodule ListTagsForResourceResponse = Awso_apprunner.Values.ListTagsForResourceResponse

List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.

Sourcemodule ListTagsForResourceRequest = Awso_apprunner.Values.ListTagsForResourceRequest

List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.

Returns a list of running App Runner services in your Amazon Web Services account.

Returns a list of running App Runner services in your Amazon Web Services account.

Sourcemodule ListServicesForAutoScalingConfigurationResponse = Awso_apprunner.Values.ListServicesForAutoScalingConfigurationResponse

Returns a list of the associated App Runner services using an auto scaling configuration.

Sourcemodule ListServicesForAutoScalingConfigurationRequest = Awso_apprunner.Values.ListServicesForAutoScalingConfigurationRequest

Returns a list of the associated App Runner services using an auto scaling configuration.

Return a list of operations that occurred on an App Runner service. The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.

Return a list of operations that occurred on an App Runner service. The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.

Sourcemodule ListObservabilityConfigurationsResponse = Awso_apprunner.Values.ListObservabilityConfigurationsResponse

Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name. To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned by ListObservabilityConfigurations.

Sourcemodule ListObservabilityConfigurationsRequest = Awso_apprunner.Values.ListObservabilityConfigurationsRequest

Returns a list of active App Runner observability configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name. To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned by ListObservabilityConfigurations.

Returns a list of App Runner connections that are associated with your Amazon Web Services account.

Returns a list of App Runner connections that are associated with your Amazon Web Services account.

Sourcemodule ListAutoScalingConfigurationsResponse = Awso_apprunner.Values.ListAutoScalingConfigurationsResponse

Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name. To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned by ListAutoScalingConfigurations.

Sourcemodule ListAutoScalingConfigurationsRequest = Awso_apprunner.Values.ListAutoScalingConfigurationsRequest

Returns a list of active App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all active configurations in your account. You can optionally query only the latest revision of each requested name. To retrieve a full description of a particular configuration revision, call and provide one of the ARNs returned by ListAutoScalingConfigurations.

Sourcemodule DisassociateCustomDomainResponse = Awso_apprunner.Values.DisassociateCustomDomainResponse

Disassociate a custom domain name from an App Runner service. Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.

Sourcemodule DisassociateCustomDomainRequest = Awso_apprunner.Values.DisassociateCustomDomainRequest

Disassociate a custom domain name from an App Runner service. Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.

Sourcemodule DescribeVpcIngressConnectionResponse = Awso_apprunner.Values.DescribeVpcIngressConnectionResponse

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

Sourcemodule DescribeVpcIngressConnectionRequest = Awso_apprunner.Values.DescribeVpcIngressConnectionRequest

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

Sourcemodule DescribeVpcConnectorResponse = Awso_apprunner.Values.DescribeVpcConnectorResponse

Return a description of an App Runner VPC connector resource.

Sourcemodule DescribeVpcConnectorRequest = Awso_apprunner.Values.DescribeVpcConnectorRequest

Return a description of an App Runner VPC connector resource.

Return a full description of an App Runner service.

Return a full description of an App Runner service.

Sourcemodule DescribeObservabilityConfigurationResponse = Awso_apprunner.Values.DescribeObservabilityConfigurationResponse

Return a full description of an App Runner observability configuration resource.

Sourcemodule DescribeObservabilityConfigurationRequest = Awso_apprunner.Values.DescribeObservabilityConfigurationRequest

Return a full description of an App Runner observability configuration resource.

Sourcemodule DescribeCustomDomainsResponse = Awso_apprunner.Values.DescribeCustomDomainsResponse

Return a description of custom domain names that are associated with an App Runner service.

Sourcemodule DescribeCustomDomainsRequest = Awso_apprunner.Values.DescribeCustomDomainsRequest

Return a description of custom domain names that are associated with an App Runner service.

Sourcemodule DescribeAutoScalingConfigurationResponse = Awso_apprunner.Values.DescribeAutoScalingConfigurationResponse

Return a full description of an App Runner automatic scaling configuration resource.

Sourcemodule DescribeAutoScalingConfigurationRequest = Awso_apprunner.Values.DescribeAutoScalingConfigurationRequest

Return a full description of an App Runner automatic scaling configuration resource.

Sourcemodule DeleteVpcIngressConnectionResponse = Awso_apprunner.Values.DeleteVpcIngressConnectionResponse

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: AVAILABLE FAILED_CREATION FAILED_UPDATE FAILED_DELETION

Sourcemodule DeleteVpcIngressConnectionRequest = Awso_apprunner.Values.DeleteVpcIngressConnectionRequest

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: AVAILABLE FAILED_CREATION FAILED_UPDATE FAILED_DELETION

Sourcemodule DeleteVpcConnectorResponse = Awso_apprunner.Values.DeleteVpcConnectorResponse

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

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

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.

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.

Sourcemodule DeleteObservabilityConfigurationResponse = Awso_apprunner.Values.DeleteObservabilityConfigurationResponse

Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.

Sourcemodule DeleteObservabilityConfigurationRequest = Awso_apprunner.Values.DeleteObservabilityConfigurationRequest

Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.

Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the DeleteConnection action fails.

Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the DeleteConnection action fails.

Sourcemodule DeleteAutoScalingConfigurationResponse = Awso_apprunner.Values.DeleteAutoScalingConfigurationResponse

Delete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all revisions associated with the top level configuration. You can't delete the default auto scaling configuration or a configuration that's used by one or more App Runner services.

Sourcemodule DeleteAutoScalingConfigurationRequest = Awso_apprunner.Values.DeleteAutoScalingConfigurationRequest

Delete an App Runner automatic scaling configuration resource. You can delete a top level auto scaling configuration, a specific revision of one, or all revisions associated with the top level configuration. You can't delete the default auto scaling configuration or a configuration that's used by one or more App Runner services.

Sourcemodule CreateVpcIngressConnectionResponse = Awso_apprunner.Values.CreateVpcIngressConnectionResponse

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.

Sourcemodule CreateVpcIngressConnectionRequest = Awso_apprunner.Values.CreateVpcIngressConnectionRequest

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.

Sourcemodule CreateVpcConnectorResponse = Awso_apprunner.Values.CreateVpcConnectorResponse

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

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

Create an App Runner service. After the service is created, the action also automatically starts a deployment. 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.

Create an App Runner service. After the service is created, the action also automatically starts a deployment. 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.

Sourcemodule CreateObservabilityConfigurationResponse = Awso_apprunner.Values.CreateObservabilityConfigurationResponse

Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable non-default observability features. You can share an observability configuration across multiple services. Create multiple revisions of a configuration by calling this action multiple times using the same ObservabilityConfigurationName. The call returns incremental ObservabilityConfigurationRevision values. When you create a service and configure an observability configuration resource, the service uses the latest active revision of the observability configuration by default. You can optionally configure the service to use a specific revision. The observability configuration resource is designed to configure multiple features (currently one feature, tracing). This action takes optional parameters that describe the configuration of these features (currently one parameter, TraceConfiguration). If you don't specify a feature parameter, App Runner doesn't enable the feature.

Sourcemodule CreateObservabilityConfigurationRequest = Awso_apprunner.Values.CreateObservabilityConfigurationRequest

Create an App Runner observability configuration resource. App Runner requires this resource when you create or update App Runner services and you want to enable non-default observability features. You can share an observability configuration across multiple services. Create multiple revisions of a configuration by calling this action multiple times using the same ObservabilityConfigurationName. The call returns incremental ObservabilityConfigurationRevision values. When you create a service and configure an observability configuration resource, the service uses the latest active revision of the observability configuration by default. You can optionally configure the service to use a specific revision. The observability configuration resource is designed to configure multiple features (currently one feature, tracing). This action takes optional parameters that describe the configuration of these features (currently one parameter, TraceConfiguration). If you don't specify a feature parameter, App Runner doesn't enable the feature.

Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services. A connection resource is needed to access GitHub and Bitbucket repositories. Both require a user interface approval process through the App Runner console before you can use the connection.

Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services. A connection resource is needed to access GitHub and Bitbucket repositories. Both require a user interface approval process through the App Runner console before you can use the connection.

Sourcemodule CreateAutoScalingConfigurationResponse = Awso_apprunner.Values.CreateAutoScalingConfigurationResponse

Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require non-default auto scaling settings. You can share an auto scaling configuration across multiple services. Create multiple revisions of a configuration by calling this action multiple times using the same AutoScalingConfigurationName. The call returns incremental AutoScalingConfigurationRevision values. When you create a service and configure an auto scaling configuration resource, the service uses the latest active revision of the auto scaling configuration by default. You can optionally configure the service to use a specific revision. Configure a higher MinSize to increase the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost. Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak demand.

Sourcemodule CreateAutoScalingConfigurationRequest = Awso_apprunner.Values.CreateAutoScalingConfigurationRequest

Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create or update App Runner services and you require non-default auto scaling settings. You can share an auto scaling configuration across multiple services. Create multiple revisions of a configuration by calling this action multiple times using the same AutoScalingConfigurationName. The call returns incremental AutoScalingConfigurationRevision values. When you create a service and configure an auto scaling configuration resource, the service uses the latest active revision of the auto scaling configuration by default. You can optionally configure the service to use a specific revision. Configure a higher MinSize to increase the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost. Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak demand.

Sourcemodule AssociateCustomDomainResponse = Awso_apprunner.Values.AssociateCustomDomainResponse

Associate your own domain name with the App Runner subdomain URL of your App Runner service. After you call AssociateCustomDomain and receive a successful response, use the information in the CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name that you associated. App Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM).

Sourcemodule AssociateCustomDomainRequest = Awso_apprunner.Values.AssociateCustomDomainRequest

Associate your own domain name with the App Runner subdomain URL of your App Runner service. After you call AssociateCustomDomain and receive a successful response, use the information in the CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name that you associated. App Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM).