Interface CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty.Jsii$Proxy
- Enclosing class:
- CfnConnectorProfile
@Stability(Stable)
public static interface CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
The connector-specific profile credentials required when using Veeva.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnConnectorProfile.VeevaConnectorProfileCredentialsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The password that corresponds to the user name.The name of the user.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPassword
The password that corresponds to the user name. -
getUsername
The name of the user. -
builder
@Stability(Stable) static CfnConnectorProfile.VeevaConnectorProfileCredentialsProperty.Builder builder()
-