@Stability(value=Stable)
public static interface CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder |
builder() |
default String |
getAccessToken()
`CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.AccessToken`.
|
String |
getClientId()
`CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.ClientId`.
|
String |
getClientSecret()
`CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.ClientSecret`.
|
default Object |
getConnectorOAuthRequest()
`CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.ConnectorOAuthRequest`.
|
default String |
getRefreshToken()
`CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.RefreshToken`.
|
@Stability(value=Stable) @NotNull String getClientId()
@Stability(value=Stable) @NotNull String getClientSecret()
@Stability(value=Stable) @Nullable default String getAccessToken()
@Stability(value=Stable) @Nullable default Object getConnectorOAuthRequest()
@Stability(value=Stable) @Nullable default String getRefreshToken()
@Stability(value=Stable) static CfnConnectorProfile.GoogleAnalyticsConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2021. All rights reserved.