ECSConnectOptions

class aws_rfdk.deadline.ECSConnectOptions(*, grantee, hosts)

Bases: object

Properties that need to be provided in order to connect an ECS service to a Render Queue.

Parameters:
  • grantee (IGrantable) – The task definitions Role that needs permissions.

  • hosts (Sequence[IHost]) – The set of hosts that will be hosting the containers. This can be AutoScalingGroups that make up the capacity of an Amazon ECS cluster, or individual instances.

Attributes

grantee

The task definitions Role that needs permissions.

hosts

The set of hosts that will be hosting the containers.

This can be AutoScalingGroups that make up the capacity of an Amazon ECS cluster, or individual instances.