@Stability(value=Stable)
public static interface CfnConnection.BasicAuthParametersProperty
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.events.*;
BasicAuthParametersProperty basicAuthParametersProperty = BasicAuthParametersProperty.builder()
.password("password")
.username("username")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnection.BasicAuthParametersProperty.Builder
A builder for
CfnConnection.BasicAuthParametersProperty |
static class |
CfnConnection.BasicAuthParametersProperty.Jsii$Proxy
An implementation for
CfnConnection.BasicAuthParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnection.BasicAuthParametersProperty.Builder |
builder() |
String |
getPassword()
The password associated with the user name to use for Basic authorization.
|
String |
getUsername()
The user name to use for Basic authorization.
|
@Stability(value=Stable) @NotNull String getPassword()
@Stability(value=Stable) @NotNull String getUsername()
@Stability(value=Stable) static CfnConnection.BasicAuthParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.