aws-cdk-lib.aws_cognito.BaseUrlOptions

interface BaseUrlOptions

LanguageType name
.NETAmazon.CDK.AWS.Cognito.BaseUrlOptions
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscognito#BaseUrlOptions
Javasoftware.amazon.awscdk.services.cognito.BaseUrlOptions
Pythonaws_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

NameTypeDescription
fips?booleanWhether to return the FIPS-compliant endpoint.

fips?

Type: boolean (optional, default: return the standard URL)

Whether to return the FIPS-compliant endpoint.