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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetContainerDefinitions()

A list of container definitions in JSON format that describe the different containers that make up your task.

StringgetTaskDefinitionArn()

The full Amazon Resource Name (ARN) of the task definition.

StringgetTaskRoleArn()

The short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants containers in the task permission to call AWS APIs on your behalf.

voidsetContainerDefinitions(java.util.Collection containerDefinitions)

A list of container definitions in JSON format that describe the different containers that make up your task.

voidsetTaskDefinitionArn(String taskDefinitionArn)

The full Amazon Resource Name (ARN) of the task definition.