Interface: CognitoLocationProps
Defined in: packages/depot-cdk/src/stage-depot-location.ts:457
Cognito user pool Location configuration
Extends
LocationProps
Properties
clientId?
readonlyoptionalclientId?:string
Defined in: packages/depot-cdk/src/stage-depot-location.ts:468
Id of a client that is configured to authenticate against the provided user pool
deploymentGroup?
readonlyoptionaldeploymentGroup?:boolean
Defined in: packages/depot-cdk/src/stage-depot-location.ts:67
Inherited from
LocationProps.deploymentGroup
environment
readonlyenvironment:IStageDepotEnvironment
Defined in: packages/depot-cdk/src/stage-depot-location.ts:65
Inherited from
LocationProps.environment
name
readonlyname:string
Defined in: packages/depot-cdk/src/stage-depot-location.ts:459
A name or alias for this location. No duplicates are allowed
region?
readonlyoptionalregion?:string
Defined in: packages/depot-cdk/src/stage-depot-location.ts:465
Region of the user pool
roleArn
readonlyroleArn:string
Defined in: packages/depot-cdk/src/stage-depot-location.ts:471
Optional role arn with permission to administer users, if provided then CRUD operations will be supported, otherwise this pool is used only for authentication
userPoolId?
readonlyoptionaluserPoolId?:string
Defined in: packages/depot-cdk/src/stage-depot-location.ts:462
Id of the user pool