@Stability(value=Stable)
public static interface CfnConnectorProfile.CustomConnectorProfilePropertiesProperty
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.*;
Object profileProperties;
Object tokenUrlCustomProperties;
CustomConnectorProfilePropertiesProperty customConnectorProfilePropertiesProperty = CustomConnectorProfilePropertiesProperty.builder()
.oAuth2Properties(OAuth2PropertiesProperty.builder()
.oAuth2GrantType("oAuth2GrantType")
.tokenUrl("tokenUrl")
.tokenUrlCustomProperties(tokenUrlCustomProperties)
.build())
.profileProperties(profileProperties)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.CustomConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.CustomConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.CustomConnectorProfilePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.CustomConnectorProfilePropertiesProperty.Builder |
builder() |
default Object |
getOAuth2Properties()
`CfnConnectorProfile.CustomConnectorProfilePropertiesProperty.OAuth2Properties`.
|
default Object |
getProfileProperties()
`CfnConnectorProfile.CustomConnectorProfilePropertiesProperty.ProfileProperties`.
|
@Stability(value=Stable) @Nullable default Object getOAuth2Properties()
@Stability(value=Stable) @Nullable default Object getProfileProperties()
@Stability(value=Stable) static CfnConnectorProfile.CustomConnectorProfilePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.