interface SAPODataConnectorProfilePropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_SAPODataConnectorProfilePropertiesProperty |
![]() | software.amazon.awscdk.services.appflow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty |
![]() | aws_cdk.aws_appflow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty |
![]() | aws-cdk-lib » 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 { aws_appflow as appflow } from 'aws-cdk-lib';
const sAPODataConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty = {
applicationHostUrl: 'applicationHostUrl',
applicationServicePath: 'applicationServicePath',
clientNumber: 'clientNumber',
disableSso: false,
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. |
disable | boolean | IResolvable | If you set this parameter to true , Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance. |
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.
disableSso?
Type:
boolean |
IResolvable
(optional)
If you set this parameter to true
, Amazon AppFlow bypasses the single sign-on (SSO) settings in your SAP account when it accesses your SAP OData instance.
Whether you need this option depends on the types of credentials that you applied to your SAP OData connection profile. If your profile uses basic authentication credentials, SAP SSO can prevent Amazon AppFlow from connecting to your account with your username and password. In this case, bypassing SSO makes it possible for Amazon AppFlow to connect successfully. However, if your profile uses OAuth credentials, this parameter has no affect.
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.