Interface IBaseUrlOptions
Options to customize the behaviour of baseUrl()
.
public interface IBaseUrlOptions
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cognito;
var baseUrlOptions = new BaseUrlOptions {
Fips = false
};
Remarks
ExampleMetadata: fixture=_generated
Properties
Fips
Whether to return the FIPS-compliant endpoint.
bool? Fips { get; }
Property Value
- bool?
Remarks
Default: return the standard URL