interface BaseUrlOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.BaseUrlOptions |
![]() | software.amazon.awscdk.services.cognito.BaseUrlOptions |
![]() | aws_cdk.aws_cognito.BaseUrlOptions |
![]() | @aws-cdk/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 * as cognito from '@aws-cdk/aws-cognito';
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.