Interface MRTaskRoleProps

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

MRTaskRoleProps

interface MRTaskRoleProps {
    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