@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.470Z") @Stability(value=Stable) public interface CustomDomainOptions extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-add-custom-domain.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CustomDomainOptions.Builder
A builder for
CustomDomainOptions |
static class |
CustomDomainOptions.Jsii$Proxy
An implementation for
CustomDomainOptions |
| Modifier and Type | Method and Description |
|---|---|
static CustomDomainOptions.Builder |
builder() |
ICertificate |
getCertificate()
The certificate to associate with this domain.
|
String |
getDomainName()
The custom domain name that you would like to associate with this User Pool.
|
@Stability(value=Stable) @NotNull ICertificate getCertificate()
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) static CustomDomainOptions.Builder builder()
CustomDomainOptions.Builder of CustomDomainOptionsCopyright © 2021. All rights reserved.