@letsgo/tenant / GetTenantOptions
Options for getting an existing tenant.
-
DeploymentOptions
↳
GetTenantOptions
• Optional
deployment: string
LetsGo deployment name.
DeploymentOptions.deployment
db/dist/index.d.ts:18
• Optional
includeDeleted: boolean
If true, the tenant is returned even if it is deleted (i.e. it's deletedAt
property is set)
• Optional
region: string
AWS region.
DeploymentOptions.region
db/dist/index.d.ts:14
• tenantId: string
The ID of the tenant to get.