@Stability(value=Stable)
public static interface CfnConnectorProfile.SingularConnectorProfileCredentialsProperty
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.*;
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() |
String |
getApiKey()
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
|
@Stability(value=Stable) @NotNull String getApiKey()
@Stability(value=Stable) static CfnConnectorProfile.SingularConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.