@Stability(value=Stable)
public static interface CfnConnectorProfile.ConnectorOAuthRequestProperty
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.*;
ConnectorOAuthRequestProperty connectorOAuthRequestProperty = ConnectorOAuthRequestProperty.builder()
.authCode("authCode")
.redirectUri("redirectUri")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder
A builder for
CfnConnectorProfile.ConnectorOAuthRequestProperty |
static class |
CfnConnectorProfile.ConnectorOAuthRequestProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.ConnectorOAuthRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder |
builder() |
default String |
getAuthCode()
`CfnConnectorProfile.ConnectorOAuthRequestProperty.AuthCode`.
|
default String |
getRedirectUri()
`CfnConnectorProfile.ConnectorOAuthRequestProperty.RedirectUri`.
|
@Stability(value=Stable) @Nullable default String getAuthCode()
@Stability(value=Stable) @Nullable default String getRedirectUri()
@Stability(value=Stable) static CfnConnectorProfile.ConnectorOAuthRequestProperty.Builder builder()
Copyright © 2021. All rights reserved.