@Stability(value=Stable)
public static interface CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty
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.*;
SAPODataConnectorProfilePropertiesProperty sAPODataConnectorProfilePropertiesProperty = SAPODataConnectorProfilePropertiesProperty.builder()
.applicationHostUrl("applicationHostUrl")
.applicationServicePath("applicationServicePath")
.clientNumber("clientNumber")
.logonLanguage("logonLanguage")
.oAuthProperties(OAuthPropertiesProperty.builder()
.authCodeUrl("authCodeUrl")
.oAuthScopes(List.of("oAuthScopes"))
.tokenUrl("tokenUrl")
.build())
.portNumber(123)
.privateLinkServiceName("privateLinkServiceName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Builder
|
static class |
CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Builder |
builder() |
default String |
getApplicationHostUrl()
The location of the SAPOData resource.
|
default String |
getApplicationServicePath()
The application path to catalog service.
|
default String |
getClientNumber()
The client number for the client creating the connection.
|
default String |
getLogonLanguage()
The logon language of SAPOData instance.
|
default Object |
getOAuthProperties()
The SAPOData OAuth properties required for OAuth type authentication.
|
default Number |
getPortNumber()
The port number of the SAPOData instance.
|
default String |
getPrivateLinkServiceName()
The SAPOData Private Link service name to be used for private data transfers.
|
@Stability(value=Stable) @Nullable default String getApplicationHostUrl()
@Stability(value=Stable) @Nullable default String getApplicationServicePath()
@Stability(value=Stable) @Nullable default String getClientNumber()
@Stability(value=Stable) @Nullable default String getLogonLanguage()
@Stability(value=Stable) @Nullable default Object getOAuthProperties()
@Stability(value=Stable) @Nullable default Number getPortNumber()
@Stability(value=Stable) @Nullable default String getPrivateLinkServiceName()
@Stability(value=Stable) static CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.