aws-cdk-lib.aws_appflow.CfnFlow.SAPODataSourcePropertiesProperty

interface SAPODataSourcePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.SAPODataSourcePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_SAPODataSourcePropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.SAPODataSourcePropertiesProperty
Pythonaws_cdk.aws_appflow.CfnFlow.SAPODataSourcePropertiesProperty
TypeScript aws-cdk-lib » aws_appflow » CfnFlow » SAPODataSourcePropertiesProperty

The properties that are applied when using SAPOData as a flow source.

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 sAPODataSourcePropertiesProperty: appflow.CfnFlow.SAPODataSourcePropertiesProperty = {
  objectPath: 'objectPath',
};

Properties

NameTypeDescription
objectPathstringThe object path specified in the SAPOData flow source.

objectPath

Type: string

The object path specified in the SAPOData flow source.