@Stability(value=Stable)
public static interface CfnConnectorProfile.ApiKeyCredentialsProperty
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.*;
ApiKeyCredentialsProperty apiKeyCredentialsProperty = ApiKeyCredentialsProperty.builder()
.apiKey("apiKey")
// the properties below are optional
.apiSecretKey("apiSecretKey")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.ApiKeyCredentialsProperty.Builder
A builder for
CfnConnectorProfile.ApiKeyCredentialsProperty |
static class |
CfnConnectorProfile.ApiKeyCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.ApiKeyCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.ApiKeyCredentialsProperty.Builder |
builder() |
String |
getApiKey()
`CfnConnectorProfile.ApiKeyCredentialsProperty.ApiKey`.
|
default String |
getApiSecretKey()
`CfnConnectorProfile.ApiKeyCredentialsProperty.ApiSecretKey`.
|
@Stability(value=Stable) @NotNull String getApiKey()
@Stability(value=Stable) @Nullable default String getApiSecretKey()
@Stability(value=Stable) static CfnConnectorProfile.ApiKeyCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.