IContainerDirectRepositoryConnection

class aws_rfdk.deadline.IContainerDirectRepositoryConnection(*args, **kwargs)

Bases: Protocol

Interface that can be used to configure a {@link @aws-cdk/aws-ecs#ContainerDefinition} definition to directly connect to the repository.

Attributes

container_environment

Environment variables that configure a direct connection to the repository.

read_only_mount_point

A {@link MountPoint} that can be used to create a read/write mount the repository file-system from the task’s container instance into a container.

This can be used with the addMountPoint method of the {@link @aws-cdk/aws-ecs#ContainerDefinition} instance.

read_write_mount_point

A {@link MountPoint} that can be used to create a read/write mount the repository file-system from the task’s container instance into a container.

This can be used with the addMountPoint method of the {@link @aws-cdk/aws-ecs#ContainerDefinition} instance.