Updating the name of an AssociateRole generates an AssociateRoleNameSet Message.

interface AssociateRoleSetNameAction {
    action: "setName";
    name?: string;
}

Properties

Properties

action: "setName"
name?: string

New name to set. If name is absent or null, the existing name, if any, will be removed.

Generated using TypeDoc