@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:27.049Z") @Stability(value=Experimental) 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()
(experimental) Whether to return the FIPS-compliant endpoint.
|
@Stability(value=Experimental) @Nullable default Boolean getFips()
Default: return the standard URL
@Stability(value=Experimental) static BaseUrlOptions.Builder builder()
BaseUrlOptions.Builder of BaseUrlOptionsCopyright © 2022. All rights reserved.