interface BaseUrlOptions
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Cognito.BaseUrlOptions | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#BaseUrlOptions | 
  Java | software.amazon.awscdk.services.cognito.BaseUrlOptions | 
  Python | aws_cdk.aws_cognito.BaseUrlOptions | 
  TypeScript (source) | aws-cdk-lib » aws_cognito » BaseUrlOptions | 
Options to customize the behaviour of baseUrl().
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const baseUrlOptions: cognito.BaseUrlOptions = {
  fips: false,
};
Properties
| Name | Type | Description | 
|---|---|---|
| fips? | boolean | Whether to return the FIPS-compliant endpoint. | 
fips?
Type:
boolean
(optional, default: return the standard URL)
Whether to return the FIPS-compliant endpoint.

 .NET
 Go
 Java
 Python
 TypeScript (