aws-cdk-lib.aws_appflow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty

interface SAPODataConnectorProfilePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_SAPODataConnectorProfilePropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty
Pythonaws_cdk.aws_appflow.CfnConnectorProfile.SAPODataConnectorProfilePropertiesProperty
TypeScript 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',
  logonLanguage: 'logonLanguage',
  oAuthProperties: {
    authCodeUrl: 'authCodeUrl',
    oAuthScopes: ['oAuthScopes'],
    tokenUrl: 'tokenUrl',
  },
  portNumber: 123,
  privateLinkServiceName: 'privateLinkServiceName',
};

Properties

NameTypeDescription
applicationHostUrl?stringThe location of the SAPOData resource.
applicationServicePath?stringThe application path to catalog service.
clientNumber?stringThe client number for the client creating the connection.
logonLanguage?stringThe logon language of SAPOData instance.
oAuthProperties?IResolvable | OAuthPropertiesPropertyThe SAPOData OAuth properties required for OAuth type authentication.
portNumber?numberThe port number of the SAPOData instance.
privateLinkServiceName?stringThe 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 | OAuthPropertiesProperty (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.