@Stability(value=Stable)
public static interface CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getApiKey()
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
|
String |
getApplicationKey()
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.
|
@Stability(value=Stable) @NotNull String getApiKey()
@Stability(value=Stable) @NotNull 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.
@Stability(value=Stable) static CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.