aws-cdk-lib.aws_appflow.CfnFlow.SingularSourcePropertiesProperty

interface SingularSourcePropertiesProperty

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

The properties that are applied when Singular is being used as a 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 singularSourcePropertiesProperty: appflow.CfnFlow.SingularSourcePropertiesProperty = {
  object: 'object',
};

Properties

NameTypeDescription
objectstringThe object specified in the Singular flow source.

object

Type: string

The object specified in the Singular flow source.