Java com.amazonaws.services.ecs.model Service fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ecs.model Service fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ecs.model Service.

The text is from its open source code.

Method

StringgetClusterArn()

The Amazon Resource Name (ARN) of the cluster that hosts the service.

java.util.DategetCreatedAt()

The Unix timestamp for when the service was created.

DeploymentConfigurationgetDeploymentConfiguration()

Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.

IntegergetDesiredCount()

The desired number of instantiations of the task definition to keep running on the service.

java.util.ListgetLoadBalancers()

A list of Elastic Load Balancing load balancer objects, containing the load balancer name, the container name (as it appears in a container definition), and the container port to access from the load balancer.

StringgetRoleArn()

The ARN of the IAM role associated with the service that allows the Amazon ECS container agent to register container instances with an Elastic Load Balancing load balancer.

StringgetServiceArn()

The ARN that identifies the service.

StringgetServiceName()

The name of your service.

StringgetTaskDefinition()

The task definition to use for tasks in the service.