@Stability(value=External)
public static interface CfnApp.BasicAuthConfigProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApp.BasicAuthConfigProperty.Builder
A builder for
CfnApp.BasicAuthConfigProperty |
static class |
CfnApp.BasicAuthConfigProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnApp.BasicAuthConfigProperty.Builder |
builder() |
Object |
getEnableBasicAuth()
`CfnApp.BasicAuthConfigProperty.EnableBasicAuth`.
|
String |
getPassword()
`CfnApp.BasicAuthConfigProperty.Password`.
|
String |
getUsername()
`CfnApp.BasicAuthConfigProperty.Username`.
|
@Stability(value=External) String getPassword()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-password@Stability(value=External) String getUsername()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-username@Stability(value=External) Object getEnableBasicAuth()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-basicauthconfig.html#cfn-amplify-app-basicauthconfig-enablebasicauth@Stability(value=External) static CfnApp.BasicAuthConfigProperty.Builder builder()
Copyright © 2019. All rights reserved.