@Stability(value=Stable)
public static interface CfnConnectorProfile.ConnectorProfileCredentialsProperty
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.*;
Object credentialsMap;
Object oAuthCredentials;
ConnectorProfileCredentialsProperty connectorProfileCredentialsProperty = ConnectorProfileCredentialsProperty.builder()
.amplitude(AmplitudeConnectorProfileCredentialsProperty.builder()
.apiKey("apiKey")
.secretKey("secretKey")
.build())
.customConnector(CustomConnectorProfileCredentialsProperty.builder()
.authenticationType("authenticationType")
// the properties below are optional
.apiKey(ApiKeyCredentialsProperty.builder()
.apiKey("apiKey")
// the properties below are optional
.apiSecretKey("apiSecretKey")
.build())
.basic(BasicAuthCredentialsProperty.builder()
.password("password")
.username("username")
.build())
.custom(CustomAuthCredentialsProperty.builder()
.customAuthenticationType("customAuthenticationType")
// the properties below are optional
.credentialsMap(credentialsMap)
.build())
.oauth2(OAuth2CredentialsProperty.builder()
.accessToken("accessToken")
.clientId("clientId")
.clientSecret("clientSecret")
.oAuthRequest(ConnectorOAuthRequestProperty.builder()
.authCode("authCode")
.redirectUri("redirectUri")
.build())
.refreshToken("refreshToken")
.build())
.build())
.datadog(DatadogConnectorProfileCredentialsProperty.builder()
.apiKey("apiKey")
.applicationKey("applicationKey")
.build())
.dynatrace(DynatraceConnectorProfileCredentialsProperty.builder()
.apiToken("apiToken")
.build())
.googleAnalytics(GoogleAnalyticsConnectorProfileCredentialsProperty.builder()
.clientId("clientId")
.clientSecret("clientSecret")
// the properties below are optional
.accessToken("accessToken")
.connectorOAuthRequest(ConnectorOAuthRequestProperty.builder()
.authCode("authCode")
.redirectUri("redirectUri")
.build())
.refreshToken("refreshToken")
.build())
.inforNexus(InforNexusConnectorProfileCredentialsProperty.builder()
.accessKeyId("accessKeyId")
.datakey("datakey")
.secretAccessKey("secretAccessKey")
.userId("userId")
.build())
.marketo(MarketoConnectorProfileCredentialsProperty.builder()
.clientId("clientId")
.clientSecret("clientSecret")
// the properties below are optional
.accessToken("accessToken")
.connectorOAuthRequest(ConnectorOAuthRequestProperty.builder()
.authCode("authCode")
.redirectUri("redirectUri")
.build())
.build())
.redshift(RedshiftConnectorProfileCredentialsProperty.builder()
.password("password")
.username("username")
.build())
.salesforce(SalesforceConnectorProfileCredentialsProperty.builder()
.accessToken("accessToken")
.clientCredentialsArn("clientCredentialsArn")
.connectorOAuthRequest(ConnectorOAuthRequestProperty.builder()
.authCode("authCode")
.redirectUri("redirectUri")
.build())
.refreshToken("refreshToken")
.build())
.sapoData(SAPODataConnectorProfileCredentialsProperty.builder()
.basicAuthCredentials(BasicAuthCredentialsProperty.builder()
.password("password")
.username("username")
.build())
.oAuthCredentials(oAuthCredentials)
.build())
.serviceNow(ServiceNowConnectorProfileCredentialsProperty.builder()
.password("password")
.username("username")
.build())
.singular(SingularConnectorProfileCredentialsProperty.builder()
.apiKey("apiKey")
.build())
.slack(SlackConnectorProfileCredentialsProperty.builder()
.clientId("clientId")
.clientSecret("clientSecret")
// the properties below are optional
.accessToken("accessToken")
.connectorOAuthRequest(ConnectorOAuthRequestProperty.builder()
.authCode("authCode")
.redirectUri("redirectUri")
.build())
.build())
.snowflake(SnowflakeConnectorProfileCredentialsProperty.builder()
.password("password")
.username("username")
.build())
.trendmicro(TrendmicroConnectorProfileCredentialsProperty.builder()
.apiSecretKey("apiSecretKey")
.build())
.veeva(VeevaConnectorProfileCredentialsProperty.builder()
.password("password")
.username("username")
.build())
.zendesk(ZendeskConnectorProfileCredentialsProperty.builder()
.clientId("clientId")
.clientSecret("clientSecret")
// the properties below are optional
.accessToken("accessToken")
.connectorOAuthRequest(ConnectorOAuthRequestProperty.builder()
.authCode("authCode")
.redirectUri("redirectUri")
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.ConnectorProfileCredentialsProperty.Builder
A builder for
CfnConnectorProfile.ConnectorProfileCredentialsProperty |
static class |
CfnConnectorProfile.ConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.ConnectorProfileCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.ConnectorProfileCredentialsProperty.Builder |
builder() |
default Object |
getAmplitude()
The connector-specific credentials required when using Amplitude.
|
default Object |
getCustomConnector()
`CfnConnectorProfile.ConnectorProfileCredentialsProperty.CustomConnector`.
|
default Object |
getDatadog()
The connector-specific credentials required when using Datadog.
|
default Object |
getDynatrace()
The connector-specific credentials required when using Dynatrace.
|
default Object |
getGoogleAnalytics()
The connector-specific credentials required when using Google Analytics.
|
default Object |
getInforNexus()
The connector-specific credentials required when using Infor Nexus.
|
default Object |
getMarketo()
The connector-specific credentials required when using Marketo.
|
default Object |
getRedshift()
The connector-specific credentials required when using Amazon Redshift.
|
default Object |
getSalesforce()
The connector-specific credentials required when using Salesforce.
|
default Object |
getSapoData()
The connector-specific profile credentials required when using SAPOData.
|
default Object |
getServiceNow()
The connector-specific credentials required when using ServiceNow.
|
default Object |
getSingular()
The connector-specific credentials required when using Singular.
|
default Object |
getSlack()
The connector-specific credentials required when using Slack.
|
default Object |
getSnowflake()
The connector-specific credentials required when using Snowflake.
|
default Object |
getTrendmicro()
The connector-specific credentials required when using Trend Micro.
|
default Object |
getVeeva()
The connector-specific credentials required when using Veeva.
|
default Object |
getZendesk()
The connector-specific credentials required when using Zendesk.
|
@Stability(value=Stable) @Nullable default Object getAmplitude()
@Stability(value=Stable) @Nullable default Object getCustomConnector()
@Stability(value=Stable) @Nullable default Object getDatadog()
@Stability(value=Stable) @Nullable default Object getDynatrace()
@Stability(value=Stable) @Nullable default Object getGoogleAnalytics()
@Stability(value=Stable) @Nullable default Object getInforNexus()
@Stability(value=Stable) @Nullable default Object getMarketo()
@Stability(value=Stable) @Nullable default Object getRedshift()
@Stability(value=Stable) @Nullable default Object getSalesforce()
@Stability(value=Stable) @Nullable default Object getSapoData()
@Stability(value=Stable) @Nullable default Object getServiceNow()
@Stability(value=Stable) @Nullable default Object getSingular()
@Stability(value=Stable) @Nullable default Object getSlack()
@Stability(value=Stable) @Nullable default Object getSnowflake()
@Stability(value=Stable) @Nullable default Object getTrendmicro()
@Stability(value=Stable) @Nullable default Object getVeeva()
@Stability(value=Stable) @Nullable default Object getZendesk()
@Stability(value=Stable) static CfnConnectorProfile.ConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.