@Stability(value=Stable)
public static interface CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.ApiKey`.
|
String |
getApplicationKey()
`CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.ApplicationKey`.
|
@Stability(value=Stable) @NotNull String getApiKey()
@Stability(value=Stable) @NotNull String getApplicationKey()
@Stability(value=Stable) static CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2021. All rights reserved.