Interface MEHTTPRoleProps

Represents the properties required for a HTTP model task role. MEHTTPRoleProps

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

Properties

Properties

account: OSMLAccount

The OSML deployment account

roleName: string

The name to assign the role.

Generated using TypeDoc