@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.601Z") @Stability(value=Stable) public interface BaseUrlOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
BaseUrlOptions baseUrlOptions = BaseUrlOptions.builder()
.fips(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseUrlOptions.Builder
A builder for
BaseUrlOptions |
static class |
BaseUrlOptions.Jsii$Proxy
An implementation for
BaseUrlOptions |
| Modifier and Type | Method and Description |
|---|---|
static BaseUrlOptions.Builder |
builder() |
default Boolean |
getFips()
Whether to return the FIPS-compliant endpoint.
|
@Stability(value=Stable) @Nullable default Boolean getFips()
Default: return the standard URL
@Stability(value=Stable) static BaseUrlOptions.Builder builder()
BaseUrlOptions.Builder of BaseUrlOptionsCopyright © 2022. All rights reserved.