Class UpdateServiceRequest

    • Method Detail

      • serviceArn

        public final String serviceArn()

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

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

        public final SourceConfiguration 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.

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

      • instanceConfiguration

        public final InstanceConfiguration instanceConfiguration()

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

        Returns:
        The runtime configuration to apply to instances (scaling units) of your service.
      • autoScalingConfigurationArn

        public final String autoScalingConfigurationArn()

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

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

        public final HealthCheckConfiguration healthCheckConfiguration()

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

        Returns:
        The settings for the health check that App Runner performs to monitor the health of the App Runner service.
      • networkConfiguration

        public final NetworkConfiguration networkConfiguration()

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

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

        public final ServiceObservabilityConfiguration observabilityConfiguration()

        The observability configuration of your service.

        Returns:
        The observability configuration of your service.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object