Class BaseUrlOptions
Options to customize the behaviour of baseUrl()
.
public class BaseUrlOptions : IBaseUrlOptions
- Inheritance
-
BaseUrlOptions
- Implements
- Inherited Members
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
Constructors
BaseUrlOptions()
public BaseUrlOptions()
Properties
Fips
Whether to return the FIPS-compliant endpoint.
public bool? Fips { get; set; }
Property Value
- bool?
Remarks
Default: return the standard URL