package awsappflow // 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 "github.com/aws/aws-cdk-go/awscdk" // // sAPODataSourcePropertiesProperty := &SAPODataSourcePropertiesProperty{ // ObjectPath: jsii.String("objectPath"), // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatasourceproperties.html // type CfnFlow_SAPODataSourcePropertiesProperty struct { // The object path specified in the SAPOData flow source. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatasourceproperties.html#cfn-appflow-flow-sapodatasourceproperties-objectpath // ObjectPath *string `field:"required" json:"objectPath" yaml:"objectPath"` }