Class: Aws::AppRunner::Types::UpdateServiceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_configuration_arnString

The Amazon Resource Name (ARN) of an App Runner automatic scaling configuration resource that you want to associate with the App Runner service.

Returns:

  • (String)


2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2934

class UpdateServiceRequest < Struct.new(
  :service_arn,
  :source_configuration,
  :instance_configuration,
  :auto_scaling_configuration_arn,
  :health_check_configuration,
  :network_configuration,
  :observability_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#health_check_configurationTypes::HealthCheckConfiguration

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



2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2934

class UpdateServiceRequest < Struct.new(
  :service_arn,
  :source_configuration,
  :instance_configuration,
  :auto_scaling_configuration_arn,
  :health_check_configuration,
  :network_configuration,
  :observability_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#instance_configurationTypes::InstanceConfiguration

The runtime configuration to apply to instances (scaling units) of your service.



2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2934

class UpdateServiceRequest < Struct.new(
  :service_arn,
  :source_configuration,
  :instance_configuration,
  :auto_scaling_configuration_arn,
  :health_check_configuration,
  :network_configuration,
  :observability_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#network_configurationTypes::NetworkConfiguration

Configuration settings related to network traffic of the web application that the App Runner service runs.



2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2934

class UpdateServiceRequest < Struct.new(
  :service_arn,
  :source_configuration,
  :instance_configuration,
  :auto_scaling_configuration_arn,
  :health_check_configuration,
  :network_configuration,
  :observability_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#observability_configurationTypes::ServiceObservabilityConfiguration

The observability configuration of your service.



2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2934

class UpdateServiceRequest < Struct.new(
  :service_arn,
  :source_configuration,
  :instance_configuration,
  :auto_scaling_configuration_arn,
  :health_check_configuration,
  :network_configuration,
  :observability_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The Amazon Resource Name (ARN) of the App Runner service that you want to update.

Returns:

  • (String)


2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2934

class UpdateServiceRequest < Struct.new(
  :service_arn,
  :source_configuration,
  :instance_configuration,
  :auto_scaling_configuration_arn,
  :health_check_configuration,
  :network_configuration,
  :observability_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#source_configurationTypes::SourceConfiguration

The source configuration to apply to the App Runner service.

You can change the configuration of the code or image repository that the service uses. However, you can't switch from code to image or the other way around. This means that you must provide the same structure member of SourceConfiguration that you originally included when you created the service. Specifically, you can include either CodeRepository or ImageRepository. To update the source configuration, set the values to members of the structure that you include.



2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 2934

class UpdateServiceRequest < Struct.new(
  :service_arn,
  :source_configuration,
  :instance_configuration,
  :auto_scaling_configuration_arn,
  :health_check_configuration,
  :network_configuration,
  :observability_configuration)
  SENSITIVE = []
  include Aws::Structure
end