public static interface CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
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.*; DatadogConnectorProfileCredentialsProperty datadogConnectorProfileCredentialsProperty = DatadogConnectorProfileCredentialsProperty.builder() .apiKey("apiKey") .applicationKey("applicationKey") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder |
builder() |
java.lang.String |
getApiKey()
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
|
java.lang.String |
getApplicationKey()
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.
|
java.lang.String getApiKey()
java.lang.String getApplicationKey()
Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.