@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.074Z") @Stability(value=Experimental) public interface BasicAuthConfig 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.amplify.*;
BasicAuthConfig basicAuthConfig = BasicAuthConfig.builder()
.enableBasicAuth(false)
.password("password")
.username("username")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BasicAuthConfig.Builder
A builder for
BasicAuthConfig |
static class |
BasicAuthConfig.Jsii$Proxy
An implementation for
BasicAuthConfig |
| Modifier and Type | Method and Description |
|---|---|
static BasicAuthConfig.Builder |
builder() |
Boolean |
getEnableBasicAuth()
(experimental) Whether to enable Basic Auth.
|
String |
getPassword()
(experimental) The password.
|
String |
getUsername()
(experimental) The username.
|
@Stability(value=Experimental) @NotNull Boolean getEnableBasicAuth()
@Stability(value=Experimental) @NotNull String getPassword()
@Stability(value=Experimental) @NotNull String getUsername()
@Stability(value=Experimental) static BasicAuthConfig.Builder builder()
BasicAuthConfig.Builder of BasicAuthConfigCopyright © 2022. All rights reserved.