AddInstanceACLRulesRequest: {
    instanceId: string;
    region?: Region;
    rules: DocumentDB.v1beta1.ACLRuleRequest[];
}

Type declaration

  • instanceId: string

    UUID of the Database Instance you want to add ACL rules to.

  • Optionalregion?: Region

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

  • rules: DocumentDB.v1beta1.ACLRuleRequest[]

    ACL rules to add to the Database Instance.