public static interface CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty
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 java.lang.String |
getApplicationHostUrl()
The location of the SAPOData resource.
|
default java.lang.String |
getApplicationServicePath()
The application path to catalog service.
|
default java.lang.String |
getClientNumber()
The client number for the client creating the connection.
|
default java.lang.String |
getLogonLanguage()
The logon language of SAPOData instance.
|
default java.lang.Object |
getOAuthProperties()
The SAPOData OAuth properties required for OAuth type authentication.
|
default java.lang.Number |
getPortNumber()
The port number of the SAPOData instance.
|
default java.lang.String |
getPrivateLinkServiceName()
The SAPOData Private Link service name to be used for private data transfers.
|
default java.lang.String getApplicationHostUrl()
default java.lang.String getApplicationServicePath()
default java.lang.String getClientNumber()
default java.lang.String getLogonLanguage()
default java.lang.Object getOAuthProperties()
default java.lang.Number getPortNumber()
default java.lang.String getPrivateLinkServiceName()