interface SAPODataConnectorProfilePropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty |
![]() | software.amazon.awscdk.services.appflow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty |
![]() | aws_cdk.aws_appflow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty |
![]() | @aws-cdk/aws-appflow » CfnConnectorProfile » SAPODataConnectorProfilePropertiesProperty |
The connector-specific profile properties required when using SAPOData.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appflow from '@aws-cdk/aws-appflow';
const sAPODataConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty = {
applicationHostUrl: 'applicationHostUrl',
applicationServicePath: 'applicationServicePath',
clientNumber: 'clientNumber',
logonLanguage: 'logonLanguage',
oAuthProperties: {
authCodeUrl: 'authCodeUrl',
oAuthScopes: ['oAuthScopes'],
tokenUrl: 'tokenUrl',
},
portNumber: 123,
privateLinkServiceName: 'privateLinkServiceName',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The location of the SAPOData resource. |
application | string | The application path to catalog service. |
client | string | The client number for the client creating the connection. |
logon | string | The logon language of SAPOData instance. |
o | IResolvable | OAuth | The SAPOData OAuth properties required for OAuth type authentication. |
port | number | The port number of the SAPOData instance. |
private | string | The SAPOData Private Link service name to be used for private data transfers. |
applicationHostUrl?
Type:
string
(optional)
The location of the SAPOData resource.
applicationServicePath?
Type:
string
(optional)
The application path to catalog service.
clientNumber?
Type:
string
(optional)
The client number for the client creating the connection.
logonLanguage?
Type:
string
(optional)
The logon language of SAPOData instance.
oAuthProperties?
Type:
IResolvable
|
OAuth
(optional)
The SAPOData OAuth properties required for OAuth type authentication.
portNumber?
Type:
number
(optional)
The port number of the SAPOData instance.
privateLinkServiceName?
Type:
string
(optional)
The SAPOData Private Link service name to be used for private data transfers.