Class UpdateExpressGatewayServiceRequest

    • Method Detail

      • serviceArn

        public final String serviceArn()

        The Amazon Resource Name (ARN) of the Express service to update.

        Returns:
        The Amazon Resource Name (ARN) of the Express service to update.
      • executionRoleArn

        public final String executionRoleArn()

        The Amazon Resource Name (ARN) of the task execution role for the Express service.

        Returns:
        The Amazon Resource Name (ARN) of the task execution role for the Express service.
      • healthCheckPath

        public final String healthCheckPath()

        The path on the container for Application Load Balancer health checks.

        Returns:
        The path on the container for Application Load Balancer health checks.
      • primaryContainer

        public final ExpressGatewayContainer primaryContainer()

        The primary container configuration for the Express service.

        Returns:
        The primary container configuration for the Express service.
      • taskRoleArn

        public final String taskRoleArn()

        The Amazon Resource Name (ARN) of the IAM role for containers in this task.

        Returns:
        The Amazon Resource Name (ARN) of the IAM role for containers in this task.
      • networkConfiguration

        public final ExpressGatewayServiceNetworkConfiguration networkConfiguration()

        The network configuration for the Express service tasks. By default, the network configuration for an Express service uses the default VPC.

        Returns:
        The network configuration for the Express service tasks. By default, the network configuration for an Express service uses the default VPC.
      • cpu

        public final String cpu()

        The number of CPU units used by the task.

        Returns:
        The number of CPU units used by the task.
      • memory

        public final String memory()

        The amount of memory (in MiB) used by the task.

        Returns:
        The amount of memory (in MiB) used by the task.
      • scalingTarget

        public final ExpressGatewayScalingTarget scalingTarget()

        The auto-scaling configuration for the Express service.

        Returns:
        The auto-scaling configuration for the Express 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