@Stability(value=Stable)
public static interface CfnConnectorProfile.BasicAuthCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appflow.*;
BasicAuthCredentialsProperty basicAuthCredentialsProperty = BasicAuthCredentialsProperty.builder()
.password("password")
.username("username")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.BasicAuthCredentialsProperty.Builder
A builder for
CfnConnectorProfile.BasicAuthCredentialsProperty |
static class |
CfnConnectorProfile.BasicAuthCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.BasicAuthCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.BasicAuthCredentialsProperty.Builder |
builder() |
String |
getPassword()
`CfnConnectorProfile.BasicAuthCredentialsProperty.Password`.
|
String |
getUsername()
`CfnConnectorProfile.BasicAuthCredentialsProperty.Username`.
|
@Stability(value=Stable) @NotNull String getPassword()
@Stability(value=Stable) @NotNull String getUsername()
@Stability(value=Stable) static CfnConnectorProfile.BasicAuthCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.