@Stability(value=Stable)
public static interface CfnConnectorProfile.OAuthPropertiesProperty
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.*;
OAuthPropertiesProperty oAuthPropertiesProperty = OAuthPropertiesProperty.builder()
.authCodeUrl("authCodeUrl")
.oAuthScopes(List.of("oAuthScopes"))
.tokenUrl("tokenUrl")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.OAuthPropertiesProperty.Builder
A builder for
CfnConnectorProfile.OAuthPropertiesProperty |
static class |
CfnConnectorProfile.OAuthPropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.OAuthPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.OAuthPropertiesProperty.Builder |
builder() |
default String |
getAuthCodeUrl()
`CfnConnectorProfile.OAuthPropertiesProperty.AuthCodeUrl`.
|
default List<String> |
getOAuthScopes()
`CfnConnectorProfile.OAuthPropertiesProperty.OAuthScopes`.
|
default String |
getTokenUrl()
`CfnConnectorProfile.OAuthPropertiesProperty.TokenUrl`.
|
@Stability(value=Stable) @Nullable default String getAuthCodeUrl()
@Stability(value=Stable) @Nullable default List<String> getOAuthScopes()
@Stability(value=Stable) @Nullable default String getTokenUrl()
@Stability(value=Stable) static CfnConnectorProfile.OAuthPropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.