public static interface CfnConnectorProfile.SingularConnectorProfileCredentialsProperty
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.*; SingularConnectorProfileCredentialsProperty singularConnectorProfileCredentialsProperty = SingularConnectorProfileCredentialsProperty.builder() .apiKey("apiKey") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.SingularConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.SingularConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.SingularConnectorProfileCredentialsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.SingularConnectorProfileCredentialsProperty.Builder |
builder() |
java.lang.String |
getApiKey()
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
|