Interface TSTaskRoleProps

Represents the properties required to define a model runner ECS task role.

TSTaskRoleProps

interface TSTaskRoleProps {
    account: OSMLAccount;
    roleName: string;
}

Properties

Properties

account: OSMLAccount

The OSML (OversightML) deployment account associated with this role.

roleName: string

The name to give to the role.

Generated using TypeDoc