SetInstanceACLRulesRequest: {
    instanceId: string;
    region?: Region;
    rules: RDB.v1.ACLRuleRequest[];
}

Type declaration

  • instanceId: string

    UUID of the Database Instance where the ACL rules must be set.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • rules: RDB.v1.ACLRuleRequest[]

    ACL rules to define for the Database Instance.