@Stability(value=Stable)
public static interface CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty
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.appflow.*;
ServiceNowConnectorProfileCredentialsProperty serviceNowConnectorProfileCredentialsProperty = ServiceNowConnectorProfileCredentialsProperty.builder()
.password("password")
.username("username")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty.Builder |
builder() |
String |
getPassword()
The password that corresponds to the user name.
|
String |
getUsername()
The name of the user.
|
@Stability(value=Stable) @NotNull String getPassword()
@Stability(value=Stable) @NotNull String getUsername()
@Stability(value=Stable) static CfnConnectorProfile.ServiceNowConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.