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