@Stability(value=Stable)
public static interface CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty
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.*;
AmplitudeConnectorProfileCredentialsProperty amplitudeConnectorProfileCredentialsProperty = AmplitudeConnectorProfileCredentialsProperty.builder()
.apiKey("apiKey")
.secretKey("secretKey")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder |
builder() |
String |
getApiKey()
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
|
String |
getSecretKey()
The Secret Access Key portion of the credentials.
|
@Stability(value=Stable) @NotNull String getApiKey()
@Stability(value=Stable) @NotNull String getSecretKey()
@Stability(value=Stable) static CfnConnectorProfile.AmplitudeConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.