CreateEndpointRequest: {
    endpointSpec?: DocumentDB.v1beta1.EndpointSpec;
    instanceId: string;
    region?: Region;
}

Type declaration

  • OptionalendpointSpec?: DocumentDB.v1beta1.EndpointSpec

    Specification of the endpoint you want to create.

  • instanceId: string

    UUID of the Database Instance you to which you want to add an endpoint.

  • Optionalregion?: Region

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