public static interface CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty
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.*; VeevaConnectorProfileCredentialsProperty veevaConnectorProfileCredentialsProperty = VeevaConnectorProfileCredentialsProperty.builder() .password("password") .username("username") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty.Builder |
builder() |
java.lang.String |
getPassword()
The password that corresponds to the user name.
|
java.lang.String |
getUsername()
The name of the user.
|