awsappflow

package
v2.142.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: Apache-2.0 Imports: 7 Imported by: 1

README

AWS::AppFlow Construct Library

This module is part of the AWS Cloud Development Kit project.

import appflow "github.com/aws/aws-cdk-go/awscdk"

There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:

There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::AppFlow.

(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CfnConnectorProfile_CFN_RESOURCE_TYPE_NAME

func CfnConnectorProfile_CFN_RESOURCE_TYPE_NAME() *string

func CfnConnectorProfile_IsCfnElement

func CfnConnectorProfile_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element.

func CfnConnectorProfile_IsCfnResource

func CfnConnectorProfile_IsCfnResource(x interface{}) *bool

Check whether the given object is a CfnResource.

func CfnConnectorProfile_IsConstruct

func CfnConnectorProfile_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func CfnConnector_CFN_RESOURCE_TYPE_NAME added in v2.55.0

func CfnConnector_CFN_RESOURCE_TYPE_NAME() *string

func CfnConnector_IsCfnElement added in v2.55.0

func CfnConnector_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element.

func CfnConnector_IsCfnResource added in v2.55.0

func CfnConnector_IsCfnResource(x interface{}) *bool

Check whether the given object is a CfnResource.

func CfnConnector_IsConstruct added in v2.55.0

func CfnConnector_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func CfnFlow_CFN_RESOURCE_TYPE_NAME

func CfnFlow_CFN_RESOURCE_TYPE_NAME() *string

func CfnFlow_IsCfnElement

func CfnFlow_IsCfnElement(x interface{}) *bool

Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).

Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.

Returns: The construct as a stack element or undefined if it is not a stack element.

func CfnFlow_IsCfnResource

func CfnFlow_IsCfnResource(x interface{}) *bool

Check whether the given object is a CfnResource.

func CfnFlow_IsConstruct

func CfnFlow_IsConstruct(x interface{}) *bool

Checks if `x` is a construct.

Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.

Returns: true if `x` is an object created from a class which extends `Construct`.

func NewCfnConnectorProfile_Override

func NewCfnConnectorProfile_Override(c CfnConnectorProfile, scope constructs.Construct, id *string, props *CfnConnectorProfileProps)

func NewCfnConnector_Override added in v2.55.0

func NewCfnConnector_Override(c CfnConnector, scope constructs.Construct, id *string, props *CfnConnectorProps)

func NewCfnFlow_Override

func NewCfnFlow_Override(c CfnFlow, scope constructs.Construct, id *string, props *CfnFlowProps)

Types

type CfnConnector added in v2.55.0

type CfnConnector interface {
	awscdk.CfnResource
	awscdk.IInspectable
	// The arn of the connector.
	//
	// The arn is unique for each ConnectorRegistration in your AWS account.
	AttrConnectorArn() *string
	// Options for this resource, such as condition, update policy etc.
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	// AWS resource type.
	CfnResourceType() *string
	// The label used for registering the connector.
	ConnectorLabel() *string
	SetConnectorLabel(val *string)
	// The configuration required for registering the connector.
	ConnectorProvisioningConfig() interface{}
	SetConnectorProvisioningConfig(val interface{})
	// The provisioning type used to register the connector.
	ConnectorProvisioningType() *string
	SetConnectorProvisioningType(val *string)
	// Returns: the stack trace of the point where this Resource was created from, sourced
	// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
	// node +internal+ entries filtered.
	CreationStack() *[]*string
	// A description about the connector runtime setting.
	Description() *string
	SetDescription(val *string)
	// The logical ID for this CloudFormation stack element.
	//
	// The logical ID of the element
	// is calculated from the path of the resource node in the construct tree.
	//
	// To override this value, use `overrideLogicalId(newLogicalId)`.
	//
	// Returns: the logical ID as a stringified token. This value will only get
	// resolved during synthesis.
	LogicalId() *string
	// The tree node.
	Node() constructs.Node
	// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
	//
	// If, by any chance, the intrinsic reference of a resource is not a string, you could
	// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
	Ref() *string
	// The stack in which this element is defined.
	//
	// CfnElements must be defined within a stack scope (directly or indirectly).
	Stack() awscdk.Stack
	// Deprecated.
	// Deprecated: use `updatedProperties`
	//
	// Return properties modified after initiation
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperites() *map[string]interface{}
	// Return properties modified after initiation.
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperties() *map[string]interface{}
	// Syntactic sugar for `addOverride(path, undefined)`.
	AddDeletionOverride(path *string)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	//
	// This can be used for resources across stacks (or nested stack) boundaries
	// and the dependency will automatically be transferred to the relevant scope.
	AddDependency(target awscdk.CfnResource)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	// Deprecated: use addDependency.
	AddDependsOn(target awscdk.CfnResource)
	// Add a value to the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	AddMetadata(key *string, value interface{})
	// Adds an override to the synthesized CloudFormation resource.
	//
	// To add a
	// property override, either use `addPropertyOverride` or prefix `path` with
	// "Properties." (i.e. `Properties.TopicName`).
	//
	// If the override is nested, separate each nested level using a dot (.) in the path parameter.
	// If there is an array as part of the nesting, specify the index in the path.
	//
	// To include a literal `.` in the property name, prefix with a `\`. In most
	// programming languages you will need to write this as `"\\."` because the
	// `\` itself will need to be escaped.
	//
	// For example,
	// “`typescript
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
	// “`
	// would add the overrides
	// “`json
	// "Properties": {
	//   "GlobalSecondaryIndexes": [
	//     {
	//       "Projection": {
	//         "NonKeyAttributes": [ "myattribute" ]
	//         ...
	//       }
	//       ...
	//     },
	//     {
	//       "ProjectionType": "INCLUDE"
	//       ...
	//     },
	//   ]
	//   ...
	// }
	// “`
	//
	// The `value` argument to `addOverride` will not be processed or translated
	// in any way. Pass raw JSON values in here with the correct capitalization
	// for CloudFormation. If you pass CDK classes or structs, they will be
	// rendered with lowercased key names, and CloudFormation will reject the
	// template.
	AddOverride(path *string, value interface{})
	// Adds an override that deletes the value of a property from the resource definition.
	AddPropertyDeletionOverride(propertyPath *string)
	// Adds an override to a resource property.
	//
	// Syntactic sugar for `addOverride("Properties.<...>", value)`.
	AddPropertyOverride(propertyPath *string, value interface{})
	// Sets the deletion policy of the resource based on the removal policy specified.
	//
	// The Removal Policy controls what happens to this resource when it stops
	// being managed by CloudFormation, either because you've removed it from the
	// CDK application or because you've made a change that requires the resource
	// to be replaced.
	//
	// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
	// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
	// cases, a snapshot can be taken of the resource prior to deletion
	// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
	// can be found in the following link:.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
	//
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	// Returns a token for an runtime attribute of this resource.
	//
	// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
	// in case there is no generated attribute.
	GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
	// Retrieve a value value from the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	GetMetadata(key *string) interface{}
	// Examines the CloudFormation resource and discloses attributes.
	Inspect(inspector awscdk.TreeInspector)
	// Retrieves an array of resources this resource depends on.
	//
	// This assembles dependencies on resources across stacks (including nested stacks)
	// automatically.
	ObtainDependencies() *[]interface{}
	// Get a shallow copy of dependencies between this resource and other resources in the same stack.
	ObtainResourceDependencies() *[]awscdk.CfnResource
	// Overrides the auto-generated logical ID with a specific ID.
	OverrideLogicalId(newLogicalId *string)
	// Indicates that this resource no longer depends on another resource.
	//
	// This can be used for resources across stacks (including nested stacks)
	// and the dependency will automatically be removed from the relevant scope.
	RemoveDependency(target awscdk.CfnResource)
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	// Replaces one dependency with another.
	ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
	// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
	//
	// Returns: `true` if the resource should be included or `false` is the resource
	// should be omitted.
	ShouldSynthesize() *bool
	// Returns a string representation of this construct.
	//
	// Returns: a string representation of this resource.
	ToString() *string
	ValidateProperties(_properties interface{})
}

Creates a new connector profile associated with your AWS account .

There is a soft quota of 100 connector profiles per AWS account . If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you create, you can provide the credentials and properties for only one connector.

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"

cfnConnector := awscdk.Aws_appflow.NewCfnConnector(this, jsii.String("MyCfnConnector"), &CfnConnectorProps{
	ConnectorProvisioningConfig: &ConnectorProvisioningConfigProperty{
		Lambda: &LambdaConnectorProvisioningConfigProperty{
			LambdaArn: jsii.String("lambdaArn"),
		},
	},
	ConnectorProvisioningType: jsii.String("connectorProvisioningType"),

	// the properties below are optional
	ConnectorLabel: jsii.String("connectorLabel"),
	Description: jsii.String("description"),
})

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connector.html

func NewCfnConnector added in v2.55.0

func NewCfnConnector(scope constructs.Construct, id *string, props *CfnConnectorProps) CfnConnector

type CfnConnectorProfile

type CfnConnectorProfile interface {
	awscdk.CfnResource
	awscdk.IInspectable
	// The Amazon Resource Name (ARN) of the connector profile.
	AttrConnectorProfileArn() *string
	// The Amazon Resource Name (ARN) of the connector profile credentials.
	AttrCredentialsArn() *string
	// Options for this resource, such as condition, update policy etc.
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	// AWS resource type.
	CfnResourceType() *string
	// Indicates the connection mode and if it is public or private.
	ConnectionMode() *string
	SetConnectionMode(val *string)
	// The label for the connector profile being created.
	ConnectorLabel() *string
	SetConnectorLabel(val *string)
	// Defines the connector-specific configuration and credentials.
	ConnectorProfileConfig() interface{}
	SetConnectorProfileConfig(val interface{})
	// The name of the connector profile.
	ConnectorProfileName() *string
	SetConnectorProfileName(val *string)
	// The type of connector, such as Salesforce, Amplitude, and so on.
	ConnectorType() *string
	SetConnectorType(val *string)
	// Returns: the stack trace of the point where this Resource was created from, sourced
	// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
	// node +internal+ entries filtered.
	CreationStack() *[]*string
	// The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
	KmsArn() *string
	SetKmsArn(val *string)
	// The logical ID for this CloudFormation stack element.
	//
	// The logical ID of the element
	// is calculated from the path of the resource node in the construct tree.
	//
	// To override this value, use `overrideLogicalId(newLogicalId)`.
	//
	// Returns: the logical ID as a stringified token. This value will only get
	// resolved during synthesis.
	LogicalId() *string
	// The tree node.
	Node() constructs.Node
	// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
	//
	// If, by any chance, the intrinsic reference of a resource is not a string, you could
	// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
	Ref() *string
	// The stack in which this element is defined.
	//
	// CfnElements must be defined within a stack scope (directly or indirectly).
	Stack() awscdk.Stack
	// Deprecated.
	// Deprecated: use `updatedProperties`
	//
	// Return properties modified after initiation
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperites() *map[string]interface{}
	// Return properties modified after initiation.
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperties() *map[string]interface{}
	// Syntactic sugar for `addOverride(path, undefined)`.
	AddDeletionOverride(path *string)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	//
	// This can be used for resources across stacks (or nested stack) boundaries
	// and the dependency will automatically be transferred to the relevant scope.
	AddDependency(target awscdk.CfnResource)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	// Deprecated: use addDependency.
	AddDependsOn(target awscdk.CfnResource)
	// Add a value to the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	AddMetadata(key *string, value interface{})
	// Adds an override to the synthesized CloudFormation resource.
	//
	// To add a
	// property override, either use `addPropertyOverride` or prefix `path` with
	// "Properties." (i.e. `Properties.TopicName`).
	//
	// If the override is nested, separate each nested level using a dot (.) in the path parameter.
	// If there is an array as part of the nesting, specify the index in the path.
	//
	// To include a literal `.` in the property name, prefix with a `\`. In most
	// programming languages you will need to write this as `"\\."` because the
	// `\` itself will need to be escaped.
	//
	// For example,
	// “`typescript
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
	// “`
	// would add the overrides
	// “`json
	// "Properties": {
	//   "GlobalSecondaryIndexes": [
	//     {
	//       "Projection": {
	//         "NonKeyAttributes": [ "myattribute" ]
	//         ...
	//       }
	//       ...
	//     },
	//     {
	//       "ProjectionType": "INCLUDE"
	//       ...
	//     },
	//   ]
	//   ...
	// }
	// “`
	//
	// The `value` argument to `addOverride` will not be processed or translated
	// in any way. Pass raw JSON values in here with the correct capitalization
	// for CloudFormation. If you pass CDK classes or structs, they will be
	// rendered with lowercased key names, and CloudFormation will reject the
	// template.
	AddOverride(path *string, value interface{})
	// Adds an override that deletes the value of a property from the resource definition.
	AddPropertyDeletionOverride(propertyPath *string)
	// Adds an override to a resource property.
	//
	// Syntactic sugar for `addOverride("Properties.<...>", value)`.
	AddPropertyOverride(propertyPath *string, value interface{})
	// Sets the deletion policy of the resource based on the removal policy specified.
	//
	// The Removal Policy controls what happens to this resource when it stops
	// being managed by CloudFormation, either because you've removed it from the
	// CDK application or because you've made a change that requires the resource
	// to be replaced.
	//
	// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
	// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
	// cases, a snapshot can be taken of the resource prior to deletion
	// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
	// can be found in the following link:.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
	//
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	// Returns a token for an runtime attribute of this resource.
	//
	// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
	// in case there is no generated attribute.
	GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
	// Retrieve a value value from the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	GetMetadata(key *string) interface{}
	// Examines the CloudFormation resource and discloses attributes.
	Inspect(inspector awscdk.TreeInspector)
	// Retrieves an array of resources this resource depends on.
	//
	// This assembles dependencies on resources across stacks (including nested stacks)
	// automatically.
	ObtainDependencies() *[]interface{}
	// Get a shallow copy of dependencies between this resource and other resources in the same stack.
	ObtainResourceDependencies() *[]awscdk.CfnResource
	// Overrides the auto-generated logical ID with a specific ID.
	OverrideLogicalId(newLogicalId *string)
	// Indicates that this resource no longer depends on another resource.
	//
	// This can be used for resources across stacks (including nested stacks)
	// and the dependency will automatically be removed from the relevant scope.
	RemoveDependency(target awscdk.CfnResource)
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	// Replaces one dependency with another.
	ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
	// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
	//
	// Returns: `true` if the resource should be included or `false` is the resource
	// should be omitted.
	ShouldSynthesize() *bool
	// Returns a string representation of this construct.
	//
	// Returns: a string representation of this resource.
	ToString() *string
	ValidateProperties(_properties interface{})
}

The `AWS::AppFlow::ConnectorProfile` resource is an Amazon AppFlow resource type that specifies the configuration profile for an instance of a connector.

This includes the provided name, credentials ARN, connection-mode, and so on. The fields that are common to all types of connector profiles are explicitly specified under the `Properties` field. The rest of the connector-specific properties are specified under `Properties/ConnectorProfileConfig` .

> If you want to use AWS CloudFormation to create a connector profile for connectors that implement OAuth (such as Salesforce, Slack, Zendesk, and Google Analytics), you must fetch the access and refresh tokens. You can do this by implementing your own UI for OAuth, or by retrieving the tokens from elsewhere. Alternatively, you can use the Amazon AppFlow console to create the connector profile, and then use that connector profile in the flow creation CloudFormation template.

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"

cfnConnectorProfile := awscdk.Aws_appflow.NewCfnConnectorProfile(this, jsii.String("MyCfnConnectorProfile"), &CfnConnectorProfileProps{
	ConnectionMode: jsii.String("connectionMode"),
	ConnectorProfileName: jsii.String("connectorProfileName"),
	ConnectorType: jsii.String("connectorType"),

	// the properties below are optional
	ConnectorLabel: jsii.String("connectorLabel"),
	ConnectorProfileConfig: &ConnectorProfileConfigProperty{
		ConnectorProfileCredentials: &ConnectorProfileCredentialsProperty{
			Amplitude: &AmplitudeConnectorProfileCredentialsProperty{
				ApiKey: jsii.String("apiKey"),
				SecretKey: jsii.String("secretKey"),
			},
			CustomConnector: &CustomConnectorProfileCredentialsProperty{
				AuthenticationType: jsii.String("authenticationType"),

				// the properties below are optional
				ApiKey: &ApiKeyCredentialsProperty{
					ApiKey: jsii.String("apiKey"),

					// the properties below are optional
					ApiSecretKey: jsii.String("apiSecretKey"),
				},
				Basic: &BasicAuthCredentialsProperty{
					Password: jsii.String("password"),
					Username: jsii.String("username"),
				},
				Custom: &CustomAuthCredentialsProperty{
					CustomAuthenticationType: jsii.String("customAuthenticationType"),

					// the properties below are optional
					CredentialsMap: map[string]*string{
						"credentialsMapKey": jsii.String("credentialsMap"),
					},
				},
				Oauth2: &OAuth2CredentialsProperty{
					AccessToken: jsii.String("accessToken"),
					ClientId: jsii.String("clientId"),
					ClientSecret: jsii.String("clientSecret"),
					OAuthRequest: &ConnectorOAuthRequestProperty{
						AuthCode: jsii.String("authCode"),
						RedirectUri: jsii.String("redirectUri"),
					},
					RefreshToken: jsii.String("refreshToken"),
				},
			},
			Datadog: &DatadogConnectorProfileCredentialsProperty{
				ApiKey: jsii.String("apiKey"),
				ApplicationKey: jsii.String("applicationKey"),
			},
			Dynatrace: &DynatraceConnectorProfileCredentialsProperty{
				ApiToken: jsii.String("apiToken"),
			},
			GoogleAnalytics: &GoogleAnalyticsConnectorProfileCredentialsProperty{
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),

				// the properties below are optional
				AccessToken: jsii.String("accessToken"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
				RefreshToken: jsii.String("refreshToken"),
			},
			InforNexus: &InforNexusConnectorProfileCredentialsProperty{
				AccessKeyId: jsii.String("accessKeyId"),
				Datakey: jsii.String("datakey"),
				SecretAccessKey: jsii.String("secretAccessKey"),
				UserId: jsii.String("userId"),
			},
			Marketo: &MarketoConnectorProfileCredentialsProperty{
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),

				// the properties below are optional
				AccessToken: jsii.String("accessToken"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
			},
			Pardot: &PardotConnectorProfileCredentialsProperty{
				AccessToken: jsii.String("accessToken"),
				ClientCredentialsArn: jsii.String("clientCredentialsArn"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
				RefreshToken: jsii.String("refreshToken"),
			},
			Redshift: &RedshiftConnectorProfileCredentialsProperty{
				Password: jsii.String("password"),
				Username: jsii.String("username"),
			},
			Salesforce: &SalesforceConnectorProfileCredentialsProperty{
				AccessToken: jsii.String("accessToken"),
				ClientCredentialsArn: jsii.String("clientCredentialsArn"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
				JwtToken: jsii.String("jwtToken"),
				OAuth2GrantType: jsii.String("oAuth2GrantType"),
				RefreshToken: jsii.String("refreshToken"),
			},
			SapoData: &SAPODataConnectorProfileCredentialsProperty{
				BasicAuthCredentials: &BasicAuthCredentialsProperty{
					Password: jsii.String("password"),
					Username: jsii.String("username"),
				},
				OAuthCredentials: &OAuthCredentialsProperty{
					AccessToken: jsii.String("accessToken"),
					ClientId: jsii.String("clientId"),
					ClientSecret: jsii.String("clientSecret"),
					ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
						AuthCode: jsii.String("authCode"),
						RedirectUri: jsii.String("redirectUri"),
					},
					RefreshToken: jsii.String("refreshToken"),
				},
			},
			ServiceNow: &ServiceNowConnectorProfileCredentialsProperty{
				OAuth2Credentials: &OAuth2CredentialsProperty{
					AccessToken: jsii.String("accessToken"),
					ClientId: jsii.String("clientId"),
					ClientSecret: jsii.String("clientSecret"),
					OAuthRequest: &ConnectorOAuthRequestProperty{
						AuthCode: jsii.String("authCode"),
						RedirectUri: jsii.String("redirectUri"),
					},
					RefreshToken: jsii.String("refreshToken"),
				},
				Password: jsii.String("password"),
				Username: jsii.String("username"),
			},
			Singular: &SingularConnectorProfileCredentialsProperty{
				ApiKey: jsii.String("apiKey"),
			},
			Slack: &SlackConnectorProfileCredentialsProperty{
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),

				// the properties below are optional
				AccessToken: jsii.String("accessToken"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
			},
			Snowflake: &SnowflakeConnectorProfileCredentialsProperty{
				Password: jsii.String("password"),
				Username: jsii.String("username"),
			},
			Trendmicro: &TrendmicroConnectorProfileCredentialsProperty{
				ApiSecretKey: jsii.String("apiSecretKey"),
			},
			Veeva: &VeevaConnectorProfileCredentialsProperty{
				Password: jsii.String("password"),
				Username: jsii.String("username"),
			},
			Zendesk: &ZendeskConnectorProfileCredentialsProperty{
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),

				// the properties below are optional
				AccessToken: jsii.String("accessToken"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
			},
		},
		ConnectorProfileProperties: &ConnectorProfilePropertiesProperty{
			CustomConnector: &CustomConnectorProfilePropertiesProperty{
				OAuth2Properties: &OAuth2PropertiesProperty{
					OAuth2GrantType: jsii.String("oAuth2GrantType"),
					TokenUrl: jsii.String("tokenUrl"),
					TokenUrlCustomProperties: map[string]*string{
						"tokenUrlCustomPropertiesKey": jsii.String("tokenUrlCustomProperties"),
					},
				},
				ProfileProperties: map[string]*string{
					"profilePropertiesKey": jsii.String("profileProperties"),
				},
			},
			Datadog: &DatadogConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Dynatrace: &DynatraceConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			InforNexus: &InforNexusConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Marketo: &MarketoConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Pardot: &PardotConnectorProfilePropertiesProperty{
				BusinessUnitId: jsii.String("businessUnitId"),

				// the properties below are optional
				InstanceUrl: jsii.String("instanceUrl"),
				IsSandboxEnvironment: jsii.Boolean(false),
			},
			Redshift: &RedshiftConnectorProfilePropertiesProperty{
				BucketName: jsii.String("bucketName"),
				RoleArn: jsii.String("roleArn"),

				// the properties below are optional
				BucketPrefix: jsii.String("bucketPrefix"),
				ClusterIdentifier: jsii.String("clusterIdentifier"),
				DataApiRoleArn: jsii.String("dataApiRoleArn"),
				DatabaseName: jsii.String("databaseName"),
				DatabaseUrl: jsii.String("databaseUrl"),
				IsRedshiftServerless: jsii.Boolean(false),
				WorkgroupName: jsii.String("workgroupName"),
			},
			Salesforce: &SalesforceConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
				IsSandboxEnvironment: jsii.Boolean(false),
				UsePrivateLinkForMetadataAndAuthorization: jsii.Boolean(false),
			},
			SapoData: &SAPODataConnectorProfilePropertiesProperty{
				ApplicationHostUrl: jsii.String("applicationHostUrl"),
				ApplicationServicePath: jsii.String("applicationServicePath"),
				ClientNumber: jsii.String("clientNumber"),
				DisableSso: jsii.Boolean(false),
				LogonLanguage: jsii.String("logonLanguage"),
				OAuthProperties: &OAuthPropertiesProperty{
					AuthCodeUrl: jsii.String("authCodeUrl"),
					OAuthScopes: []*string{
						jsii.String("oAuthScopes"),
					},
					TokenUrl: jsii.String("tokenUrl"),
				},
				PortNumber: jsii.Number(123),
				PrivateLinkServiceName: jsii.String("privateLinkServiceName"),
			},
			ServiceNow: &ServiceNowConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Slack: &SlackConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Snowflake: &SnowflakeConnectorProfilePropertiesProperty{
				BucketName: jsii.String("bucketName"),
				Stage: jsii.String("stage"),
				Warehouse: jsii.String("warehouse"),

				// the properties below are optional
				AccountName: jsii.String("accountName"),
				BucketPrefix: jsii.String("bucketPrefix"),
				PrivateLinkServiceName: jsii.String("privateLinkServiceName"),
				Region: jsii.String("region"),
			},
			Veeva: &VeevaConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Zendesk: &ZendeskConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
		},
	},
	KmsArn: jsii.String("kmsArn"),
})

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connectorprofile.html

func NewCfnConnectorProfile

func NewCfnConnectorProfile(scope constructs.Construct, id *string, props *CfnConnectorProfileProps) CfnConnectorProfile

type CfnConnectorProfileProps

type CfnConnectorProfileProps struct {
	// Indicates the connection mode and if it is public or private.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connectorprofile.html#cfn-appflow-connectorprofile-connectionmode
	//
	ConnectionMode *string `field:"required" json:"connectionMode" yaml:"connectionMode"`
	// The name of the connector profile.
	//
	// The name is unique for each `ConnectorProfile` in the AWS account .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connectorprofile.html#cfn-appflow-connectorprofile-connectorprofilename
	//
	ConnectorProfileName *string `field:"required" json:"connectorProfileName" yaml:"connectorProfileName"`
	// The type of connector, such as Salesforce, Amplitude, and so on.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connectorprofile.html#cfn-appflow-connectorprofile-connectortype
	//
	ConnectorType *string `field:"required" json:"connectorType" yaml:"connectorType"`
	// The label for the connector profile being created.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connectorprofile.html#cfn-appflow-connectorprofile-connectorlabel
	//
	ConnectorLabel *string `field:"optional" json:"connectorLabel" yaml:"connectorLabel"`
	// Defines the connector-specific configuration and credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connectorprofile.html#cfn-appflow-connectorprofile-connectorprofileconfig
	//
	ConnectorProfileConfig interface{} `field:"optional" json:"connectorProfileConfig" yaml:"connectorProfileConfig"`
	// The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
	//
	// This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connectorprofile.html#cfn-appflow-connectorprofile-kmsarn
	//
	KmsArn *string `field:"optional" json:"kmsArn" yaml:"kmsArn"`
}

Properties for defining a `CfnConnectorProfile`.

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"

cfnConnectorProfileProps := &CfnConnectorProfileProps{
	ConnectionMode: jsii.String("connectionMode"),
	ConnectorProfileName: jsii.String("connectorProfileName"),
	ConnectorType: jsii.String("connectorType"),

	// the properties below are optional
	ConnectorLabel: jsii.String("connectorLabel"),
	ConnectorProfileConfig: &ConnectorProfileConfigProperty{
		ConnectorProfileCredentials: &ConnectorProfileCredentialsProperty{
			Amplitude: &AmplitudeConnectorProfileCredentialsProperty{
				ApiKey: jsii.String("apiKey"),
				SecretKey: jsii.String("secretKey"),
			},
			CustomConnector: &CustomConnectorProfileCredentialsProperty{
				AuthenticationType: jsii.String("authenticationType"),

				// the properties below are optional
				ApiKey: &ApiKeyCredentialsProperty{
					ApiKey: jsii.String("apiKey"),

					// the properties below are optional
					ApiSecretKey: jsii.String("apiSecretKey"),
				},
				Basic: &BasicAuthCredentialsProperty{
					Password: jsii.String("password"),
					Username: jsii.String("username"),
				},
				Custom: &CustomAuthCredentialsProperty{
					CustomAuthenticationType: jsii.String("customAuthenticationType"),

					// the properties below are optional
					CredentialsMap: map[string]*string{
						"credentialsMapKey": jsii.String("credentialsMap"),
					},
				},
				Oauth2: &OAuth2CredentialsProperty{
					AccessToken: jsii.String("accessToken"),
					ClientId: jsii.String("clientId"),
					ClientSecret: jsii.String("clientSecret"),
					OAuthRequest: &ConnectorOAuthRequestProperty{
						AuthCode: jsii.String("authCode"),
						RedirectUri: jsii.String("redirectUri"),
					},
					RefreshToken: jsii.String("refreshToken"),
				},
			},
			Datadog: &DatadogConnectorProfileCredentialsProperty{
				ApiKey: jsii.String("apiKey"),
				ApplicationKey: jsii.String("applicationKey"),
			},
			Dynatrace: &DynatraceConnectorProfileCredentialsProperty{
				ApiToken: jsii.String("apiToken"),
			},
			GoogleAnalytics: &GoogleAnalyticsConnectorProfileCredentialsProperty{
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),

				// the properties below are optional
				AccessToken: jsii.String("accessToken"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
				RefreshToken: jsii.String("refreshToken"),
			},
			InforNexus: &InforNexusConnectorProfileCredentialsProperty{
				AccessKeyId: jsii.String("accessKeyId"),
				Datakey: jsii.String("datakey"),
				SecretAccessKey: jsii.String("secretAccessKey"),
				UserId: jsii.String("userId"),
			},
			Marketo: &MarketoConnectorProfileCredentialsProperty{
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),

				// the properties below are optional
				AccessToken: jsii.String("accessToken"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
			},
			Pardot: &PardotConnectorProfileCredentialsProperty{
				AccessToken: jsii.String("accessToken"),
				ClientCredentialsArn: jsii.String("clientCredentialsArn"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
				RefreshToken: jsii.String("refreshToken"),
			},
			Redshift: &RedshiftConnectorProfileCredentialsProperty{
				Password: jsii.String("password"),
				Username: jsii.String("username"),
			},
			Salesforce: &SalesforceConnectorProfileCredentialsProperty{
				AccessToken: jsii.String("accessToken"),
				ClientCredentialsArn: jsii.String("clientCredentialsArn"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
				JwtToken: jsii.String("jwtToken"),
				OAuth2GrantType: jsii.String("oAuth2GrantType"),
				RefreshToken: jsii.String("refreshToken"),
			},
			SapoData: &SAPODataConnectorProfileCredentialsProperty{
				BasicAuthCredentials: &BasicAuthCredentialsProperty{
					Password: jsii.String("password"),
					Username: jsii.String("username"),
				},
				OAuthCredentials: &OAuthCredentialsProperty{
					AccessToken: jsii.String("accessToken"),
					ClientId: jsii.String("clientId"),
					ClientSecret: jsii.String("clientSecret"),
					ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
						AuthCode: jsii.String("authCode"),
						RedirectUri: jsii.String("redirectUri"),
					},
					RefreshToken: jsii.String("refreshToken"),
				},
			},
			ServiceNow: &ServiceNowConnectorProfileCredentialsProperty{
				OAuth2Credentials: &OAuth2CredentialsProperty{
					AccessToken: jsii.String("accessToken"),
					ClientId: jsii.String("clientId"),
					ClientSecret: jsii.String("clientSecret"),
					OAuthRequest: &ConnectorOAuthRequestProperty{
						AuthCode: jsii.String("authCode"),
						RedirectUri: jsii.String("redirectUri"),
					},
					RefreshToken: jsii.String("refreshToken"),
				},
				Password: jsii.String("password"),
				Username: jsii.String("username"),
			},
			Singular: &SingularConnectorProfileCredentialsProperty{
				ApiKey: jsii.String("apiKey"),
			},
			Slack: &SlackConnectorProfileCredentialsProperty{
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),

				// the properties below are optional
				AccessToken: jsii.String("accessToken"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
			},
			Snowflake: &SnowflakeConnectorProfileCredentialsProperty{
				Password: jsii.String("password"),
				Username: jsii.String("username"),
			},
			Trendmicro: &TrendmicroConnectorProfileCredentialsProperty{
				ApiSecretKey: jsii.String("apiSecretKey"),
			},
			Veeva: &VeevaConnectorProfileCredentialsProperty{
				Password: jsii.String("password"),
				Username: jsii.String("username"),
			},
			Zendesk: &ZendeskConnectorProfileCredentialsProperty{
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),

				// the properties below are optional
				AccessToken: jsii.String("accessToken"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
			},
		},
		ConnectorProfileProperties: &ConnectorProfilePropertiesProperty{
			CustomConnector: &CustomConnectorProfilePropertiesProperty{
				OAuth2Properties: &OAuth2PropertiesProperty{
					OAuth2GrantType: jsii.String("oAuth2GrantType"),
					TokenUrl: jsii.String("tokenUrl"),
					TokenUrlCustomProperties: map[string]*string{
						"tokenUrlCustomPropertiesKey": jsii.String("tokenUrlCustomProperties"),
					},
				},
				ProfileProperties: map[string]*string{
					"profilePropertiesKey": jsii.String("profileProperties"),
				},
			},
			Datadog: &DatadogConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Dynatrace: &DynatraceConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			InforNexus: &InforNexusConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Marketo: &MarketoConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Pardot: &PardotConnectorProfilePropertiesProperty{
				BusinessUnitId: jsii.String("businessUnitId"),

				// the properties below are optional
				InstanceUrl: jsii.String("instanceUrl"),
				IsSandboxEnvironment: jsii.Boolean(false),
			},
			Redshift: &RedshiftConnectorProfilePropertiesProperty{
				BucketName: jsii.String("bucketName"),
				RoleArn: jsii.String("roleArn"),

				// the properties below are optional
				BucketPrefix: jsii.String("bucketPrefix"),
				ClusterIdentifier: jsii.String("clusterIdentifier"),
				DataApiRoleArn: jsii.String("dataApiRoleArn"),
				DatabaseName: jsii.String("databaseName"),
				DatabaseUrl: jsii.String("databaseUrl"),
				IsRedshiftServerless: jsii.Boolean(false),
				WorkgroupName: jsii.String("workgroupName"),
			},
			Salesforce: &SalesforceConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
				IsSandboxEnvironment: jsii.Boolean(false),
				UsePrivateLinkForMetadataAndAuthorization: jsii.Boolean(false),
			},
			SapoData: &SAPODataConnectorProfilePropertiesProperty{
				ApplicationHostUrl: jsii.String("applicationHostUrl"),
				ApplicationServicePath: jsii.String("applicationServicePath"),
				ClientNumber: jsii.String("clientNumber"),
				DisableSso: jsii.Boolean(false),
				LogonLanguage: jsii.String("logonLanguage"),
				OAuthProperties: &OAuthPropertiesProperty{
					AuthCodeUrl: jsii.String("authCodeUrl"),
					OAuthScopes: []*string{
						jsii.String("oAuthScopes"),
					},
					TokenUrl: jsii.String("tokenUrl"),
				},
				PortNumber: jsii.Number(123),
				PrivateLinkServiceName: jsii.String("privateLinkServiceName"),
			},
			ServiceNow: &ServiceNowConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Slack: &SlackConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Snowflake: &SnowflakeConnectorProfilePropertiesProperty{
				BucketName: jsii.String("bucketName"),
				Stage: jsii.String("stage"),
				Warehouse: jsii.String("warehouse"),

				// the properties below are optional
				AccountName: jsii.String("accountName"),
				BucketPrefix: jsii.String("bucketPrefix"),
				PrivateLinkServiceName: jsii.String("privateLinkServiceName"),
				Region: jsii.String("region"),
			},
			Veeva: &VeevaConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
			Zendesk: &ZendeskConnectorProfilePropertiesProperty{
				InstanceUrl: jsii.String("instanceUrl"),
			},
		},
	},
	KmsArn: jsii.String("kmsArn"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connectorprofile.html

type CfnConnectorProfile_AmplitudeConnectorProfileCredentialsProperty

type CfnConnectorProfile_AmplitudeConnectorProfileCredentialsProperty struct {
	// A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-amplitudeconnectorprofilecredentials.html#cfn-appflow-connectorprofile-amplitudeconnectorprofilecredentials-apikey
	//
	ApiKey *string `field:"required" json:"apiKey" yaml:"apiKey"`
	// The Secret Access Key portion of the credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-amplitudeconnectorprofilecredentials.html#cfn-appflow-connectorprofile-amplitudeconnectorprofilecredentials-secretkey
	//
	SecretKey *string `field:"required" json:"secretKey" yaml:"secretKey"`
}

The connector-specific credentials required when using Amplitude.

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"

amplitudeConnectorProfileCredentialsProperty := &AmplitudeConnectorProfileCredentialsProperty{
	ApiKey: jsii.String("apiKey"),
	SecretKey: jsii.String("secretKey"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-amplitudeconnectorprofilecredentials.html

type CfnConnectorProfile_ApiKeyCredentialsProperty added in v2.31.0

type CfnConnectorProfile_ApiKeyCredentialsProperty struct {
	// The API key required for API key authentication.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-apikeycredentials.html#cfn-appflow-connectorprofile-apikeycredentials-apikey
	//
	ApiKey *string `field:"required" json:"apiKey" yaml:"apiKey"`
	// The API secret key required for API key authentication.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-apikeycredentials.html#cfn-appflow-connectorprofile-apikeycredentials-apisecretkey
	//
	ApiSecretKey *string `field:"optional" json:"apiSecretKey" yaml:"apiSecretKey"`
}

The API key credentials required for API key authentication.

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"

apiKeyCredentialsProperty := &ApiKeyCredentialsProperty{
	ApiKey: jsii.String("apiKey"),

	// the properties below are optional
	ApiSecretKey: jsii.String("apiSecretKey"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-apikeycredentials.html

type CfnConnectorProfile_BasicAuthCredentialsProperty added in v2.31.0

type CfnConnectorProfile_BasicAuthCredentialsProperty struct {
	// The password to use to connect to a resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-basicauthcredentials.html#cfn-appflow-connectorprofile-basicauthcredentials-password
	//
	Password *string `field:"required" json:"password" yaml:"password"`
	// The username to use to connect to a resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-basicauthcredentials.html#cfn-appflow-connectorprofile-basicauthcredentials-username
	//
	Username *string `field:"required" json:"username" yaml:"username"`
}

The basic auth credentials required for basic authentication.

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"

basicAuthCredentialsProperty := &BasicAuthCredentialsProperty{
	Password: jsii.String("password"),
	Username: jsii.String("username"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-basicauthcredentials.html

type CfnConnectorProfile_ConnectorOAuthRequestProperty

type CfnConnectorProfile_ConnectorOAuthRequestProperty struct {
	// The code provided by the connector when it has been authenticated via the connected app.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectoroauthrequest.html#cfn-appflow-connectorprofile-connectoroauthrequest-authcode
	//
	AuthCode *string `field:"optional" json:"authCode" yaml:"authCode"`
	// The URL to which the authentication server redirects the browser after authorization has been granted.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectoroauthrequest.html#cfn-appflow-connectorprofile-connectoroauthrequest-redirecturi
	//
	RedirectUri *string `field:"optional" json:"redirectUri" yaml:"redirectUri"`
}

Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.

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"

connectorOAuthRequestProperty := &ConnectorOAuthRequestProperty{
	AuthCode: jsii.String("authCode"),
	RedirectUri: jsii.String("redirectUri"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectoroauthrequest.html

type CfnConnectorProfile_ConnectorProfileConfigProperty

type CfnConnectorProfile_ConnectorProfileConfigProperty struct {
	// The connector-specific credentials required by each connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileconfig.html#cfn-appflow-connectorprofile-connectorprofileconfig-connectorprofilecredentials
	//
	ConnectorProfileCredentials interface{} `field:"optional" json:"connectorProfileCredentials" yaml:"connectorProfileCredentials"`
	// The connector-specific properties of the profile configuration.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileconfig.html#cfn-appflow-connectorprofile-connectorprofileconfig-connectorprofileproperties
	//
	ConnectorProfileProperties interface{} `field:"optional" json:"connectorProfileProperties" yaml:"connectorProfileProperties"`
}

Defines the connector-specific configuration and credentials for the connector profile.

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"

connectorProfileConfigProperty := &ConnectorProfileConfigProperty{
	ConnectorProfileCredentials: &ConnectorProfileCredentialsProperty{
		Amplitude: &AmplitudeConnectorProfileCredentialsProperty{
			ApiKey: jsii.String("apiKey"),
			SecretKey: jsii.String("secretKey"),
		},
		CustomConnector: &CustomConnectorProfileCredentialsProperty{
			AuthenticationType: jsii.String("authenticationType"),

			// the properties below are optional
			ApiKey: &ApiKeyCredentialsProperty{
				ApiKey: jsii.String("apiKey"),

				// the properties below are optional
				ApiSecretKey: jsii.String("apiSecretKey"),
			},
			Basic: &BasicAuthCredentialsProperty{
				Password: jsii.String("password"),
				Username: jsii.String("username"),
			},
			Custom: &CustomAuthCredentialsProperty{
				CustomAuthenticationType: jsii.String("customAuthenticationType"),

				// the properties below are optional
				CredentialsMap: map[string]*string{
					"credentialsMapKey": jsii.String("credentialsMap"),
				},
			},
			Oauth2: &OAuth2CredentialsProperty{
				AccessToken: jsii.String("accessToken"),
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),
				OAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
				RefreshToken: jsii.String("refreshToken"),
			},
		},
		Datadog: &DatadogConnectorProfileCredentialsProperty{
			ApiKey: jsii.String("apiKey"),
			ApplicationKey: jsii.String("applicationKey"),
		},
		Dynatrace: &DynatraceConnectorProfileCredentialsProperty{
			ApiToken: jsii.String("apiToken"),
		},
		GoogleAnalytics: &GoogleAnalyticsConnectorProfileCredentialsProperty{
			ClientId: jsii.String("clientId"),
			ClientSecret: jsii.String("clientSecret"),

			// the properties below are optional
			AccessToken: jsii.String("accessToken"),
			ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
				AuthCode: jsii.String("authCode"),
				RedirectUri: jsii.String("redirectUri"),
			},
			RefreshToken: jsii.String("refreshToken"),
		},
		InforNexus: &InforNexusConnectorProfileCredentialsProperty{
			AccessKeyId: jsii.String("accessKeyId"),
			Datakey: jsii.String("datakey"),
			SecretAccessKey: jsii.String("secretAccessKey"),
			UserId: jsii.String("userId"),
		},
		Marketo: &MarketoConnectorProfileCredentialsProperty{
			ClientId: jsii.String("clientId"),
			ClientSecret: jsii.String("clientSecret"),

			// the properties below are optional
			AccessToken: jsii.String("accessToken"),
			ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
				AuthCode: jsii.String("authCode"),
				RedirectUri: jsii.String("redirectUri"),
			},
		},
		Pardot: &PardotConnectorProfileCredentialsProperty{
			AccessToken: jsii.String("accessToken"),
			ClientCredentialsArn: jsii.String("clientCredentialsArn"),
			ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
				AuthCode: jsii.String("authCode"),
				RedirectUri: jsii.String("redirectUri"),
			},
			RefreshToken: jsii.String("refreshToken"),
		},
		Redshift: &RedshiftConnectorProfileCredentialsProperty{
			Password: jsii.String("password"),
			Username: jsii.String("username"),
		},
		Salesforce: &SalesforceConnectorProfileCredentialsProperty{
			AccessToken: jsii.String("accessToken"),
			ClientCredentialsArn: jsii.String("clientCredentialsArn"),
			ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
				AuthCode: jsii.String("authCode"),
				RedirectUri: jsii.String("redirectUri"),
			},
			JwtToken: jsii.String("jwtToken"),
			OAuth2GrantType: jsii.String("oAuth2GrantType"),
			RefreshToken: jsii.String("refreshToken"),
		},
		SapoData: &SAPODataConnectorProfileCredentialsProperty{
			BasicAuthCredentials: &BasicAuthCredentialsProperty{
				Password: jsii.String("password"),
				Username: jsii.String("username"),
			},
			OAuthCredentials: &OAuthCredentialsProperty{
				AccessToken: jsii.String("accessToken"),
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),
				ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
				RefreshToken: jsii.String("refreshToken"),
			},
		},
		ServiceNow: &ServiceNowConnectorProfileCredentialsProperty{
			OAuth2Credentials: &OAuth2CredentialsProperty{
				AccessToken: jsii.String("accessToken"),
				ClientId: jsii.String("clientId"),
				ClientSecret: jsii.String("clientSecret"),
				OAuthRequest: &ConnectorOAuthRequestProperty{
					AuthCode: jsii.String("authCode"),
					RedirectUri: jsii.String("redirectUri"),
				},
				RefreshToken: jsii.String("refreshToken"),
			},
			Password: jsii.String("password"),
			Username: jsii.String("username"),
		},
		Singular: &SingularConnectorProfileCredentialsProperty{
			ApiKey: jsii.String("apiKey"),
		},
		Slack: &SlackConnectorProfileCredentialsProperty{
			ClientId: jsii.String("clientId"),
			ClientSecret: jsii.String("clientSecret"),

			// the properties below are optional
			AccessToken: jsii.String("accessToken"),
			ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
				AuthCode: jsii.String("authCode"),
				RedirectUri: jsii.String("redirectUri"),
			},
		},
		Snowflake: &SnowflakeConnectorProfileCredentialsProperty{
			Password: jsii.String("password"),
			Username: jsii.String("username"),
		},
		Trendmicro: &TrendmicroConnectorProfileCredentialsProperty{
			ApiSecretKey: jsii.String("apiSecretKey"),
		},
		Veeva: &VeevaConnectorProfileCredentialsProperty{
			Password: jsii.String("password"),
			Username: jsii.String("username"),
		},
		Zendesk: &ZendeskConnectorProfileCredentialsProperty{
			ClientId: jsii.String("clientId"),
			ClientSecret: jsii.String("clientSecret"),

			// the properties below are optional
			AccessToken: jsii.String("accessToken"),
			ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
				AuthCode: jsii.String("authCode"),
				RedirectUri: jsii.String("redirectUri"),
			},
		},
	},
	ConnectorProfileProperties: &ConnectorProfilePropertiesProperty{
		CustomConnector: &CustomConnectorProfilePropertiesProperty{
			OAuth2Properties: &OAuth2PropertiesProperty{
				OAuth2GrantType: jsii.String("oAuth2GrantType"),
				TokenUrl: jsii.String("tokenUrl"),
				TokenUrlCustomProperties: map[string]*string{
					"tokenUrlCustomPropertiesKey": jsii.String("tokenUrlCustomProperties"),
				},
			},
			ProfileProperties: map[string]*string{
				"profilePropertiesKey": jsii.String("profileProperties"),
			},
		},
		Datadog: &DatadogConnectorProfilePropertiesProperty{
			InstanceUrl: jsii.String("instanceUrl"),
		},
		Dynatrace: &DynatraceConnectorProfilePropertiesProperty{
			InstanceUrl: jsii.String("instanceUrl"),
		},
		InforNexus: &InforNexusConnectorProfilePropertiesProperty{
			InstanceUrl: jsii.String("instanceUrl"),
		},
		Marketo: &MarketoConnectorProfilePropertiesProperty{
			InstanceUrl: jsii.String("instanceUrl"),
		},
		Pardot: &PardotConnectorProfilePropertiesProperty{
			BusinessUnitId: jsii.String("businessUnitId"),

			// the properties below are optional
			InstanceUrl: jsii.String("instanceUrl"),
			IsSandboxEnvironment: jsii.Boolean(false),
		},
		Redshift: &RedshiftConnectorProfilePropertiesProperty{
			BucketName: jsii.String("bucketName"),
			RoleArn: jsii.String("roleArn"),

			// the properties below are optional
			BucketPrefix: jsii.String("bucketPrefix"),
			ClusterIdentifier: jsii.String("clusterIdentifier"),
			DataApiRoleArn: jsii.String("dataApiRoleArn"),
			DatabaseName: jsii.String("databaseName"),
			DatabaseUrl: jsii.String("databaseUrl"),
			IsRedshiftServerless: jsii.Boolean(false),
			WorkgroupName: jsii.String("workgroupName"),
		},
		Salesforce: &SalesforceConnectorProfilePropertiesProperty{
			InstanceUrl: jsii.String("instanceUrl"),
			IsSandboxEnvironment: jsii.Boolean(false),
			UsePrivateLinkForMetadataAndAuthorization: jsii.Boolean(false),
		},
		SapoData: &SAPODataConnectorProfilePropertiesProperty{
			ApplicationHostUrl: jsii.String("applicationHostUrl"),
			ApplicationServicePath: jsii.String("applicationServicePath"),
			ClientNumber: jsii.String("clientNumber"),
			DisableSso: jsii.Boolean(false),
			LogonLanguage: jsii.String("logonLanguage"),
			OAuthProperties: &OAuthPropertiesProperty{
				AuthCodeUrl: jsii.String("authCodeUrl"),
				OAuthScopes: []*string{
					jsii.String("oAuthScopes"),
				},
				TokenUrl: jsii.String("tokenUrl"),
			},
			PortNumber: jsii.Number(123),
			PrivateLinkServiceName: jsii.String("privateLinkServiceName"),
		},
		ServiceNow: &ServiceNowConnectorProfilePropertiesProperty{
			InstanceUrl: jsii.String("instanceUrl"),
		},
		Slack: &SlackConnectorProfilePropertiesProperty{
			InstanceUrl: jsii.String("instanceUrl"),
		},
		Snowflake: &SnowflakeConnectorProfilePropertiesProperty{
			BucketName: jsii.String("bucketName"),
			Stage: jsii.String("stage"),
			Warehouse: jsii.String("warehouse"),

			// the properties below are optional
			AccountName: jsii.String("accountName"),
			BucketPrefix: jsii.String("bucketPrefix"),
			PrivateLinkServiceName: jsii.String("privateLinkServiceName"),
			Region: jsii.String("region"),
		},
		Veeva: &VeevaConnectorProfilePropertiesProperty{
			InstanceUrl: jsii.String("instanceUrl"),
		},
		Zendesk: &ZendeskConnectorProfilePropertiesProperty{
			InstanceUrl: jsii.String("instanceUrl"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileconfig.html

type CfnConnectorProfile_ConnectorProfileCredentialsProperty

type CfnConnectorProfile_ConnectorProfileCredentialsProperty struct {
	// The connector-specific credentials required when using Amplitude.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-amplitude
	//
	Amplitude interface{} `field:"optional" json:"amplitude" yaml:"amplitude"`
	// The connector-specific profile credentials that are required when using the custom connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-customconnector
	//
	CustomConnector interface{} `field:"optional" json:"customConnector" yaml:"customConnector"`
	// The connector-specific credentials required when using Datadog.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-datadog
	//
	Datadog interface{} `field:"optional" json:"datadog" yaml:"datadog"`
	// The connector-specific credentials required when using Dynatrace.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-dynatrace
	//
	Dynatrace interface{} `field:"optional" json:"dynatrace" yaml:"dynatrace"`
	// The connector-specific credentials required when using Google Analytics.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-googleanalytics
	//
	GoogleAnalytics interface{} `field:"optional" json:"googleAnalytics" yaml:"googleAnalytics"`
	// The connector-specific credentials required when using Infor Nexus.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-infornexus
	//
	InforNexus interface{} `field:"optional" json:"inforNexus" yaml:"inforNexus"`
	// The connector-specific credentials required when using Marketo.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-marketo
	//
	Marketo interface{} `field:"optional" json:"marketo" yaml:"marketo"`
	// The connector-specific credentials required when using Salesforce Pardot.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-pardot
	//
	Pardot interface{} `field:"optional" json:"pardot" yaml:"pardot"`
	// The connector-specific credentials required when using Amazon Redshift.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-redshift
	//
	Redshift interface{} `field:"optional" json:"redshift" yaml:"redshift"`
	// The connector-specific credentials required when using Salesforce.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-salesforce
	//
	Salesforce interface{} `field:"optional" json:"salesforce" yaml:"salesforce"`
	// The connector-specific profile credentials required when using SAPOData.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-sapodata
	//
	SapoData interface{} `field:"optional" json:"sapoData" yaml:"sapoData"`
	// The connector-specific credentials required when using ServiceNow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-servicenow
	//
	ServiceNow interface{} `field:"optional" json:"serviceNow" yaml:"serviceNow"`
	// The connector-specific credentials required when using Singular.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-singular
	//
	Singular interface{} `field:"optional" json:"singular" yaml:"singular"`
	// The connector-specific credentials required when using Slack.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-slack
	//
	Slack interface{} `field:"optional" json:"slack" yaml:"slack"`
	// The connector-specific credentials required when using Snowflake.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-snowflake
	//
	Snowflake interface{} `field:"optional" json:"snowflake" yaml:"snowflake"`
	// The connector-specific credentials required when using Trend Micro.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-trendmicro
	//
	Trendmicro interface{} `field:"optional" json:"trendmicro" yaml:"trendmicro"`
	// The connector-specific credentials required when using Veeva.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-veeva
	//
	Veeva interface{} `field:"optional" json:"veeva" yaml:"veeva"`
	// The connector-specific credentials required when using Zendesk.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-zendesk
	//
	Zendesk interface{} `field:"optional" json:"zendesk" yaml:"zendesk"`
}

The connector-specific credentials required by a connector.

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"

connectorProfileCredentialsProperty := &ConnectorProfileCredentialsProperty{
	Amplitude: &AmplitudeConnectorProfileCredentialsProperty{
		ApiKey: jsii.String("apiKey"),
		SecretKey: jsii.String("secretKey"),
	},
	CustomConnector: &CustomConnectorProfileCredentialsProperty{
		AuthenticationType: jsii.String("authenticationType"),

		// the properties below are optional
		ApiKey: &ApiKeyCredentialsProperty{
			ApiKey: jsii.String("apiKey"),

			// the properties below are optional
			ApiSecretKey: jsii.String("apiSecretKey"),
		},
		Basic: &BasicAuthCredentialsProperty{
			Password: jsii.String("password"),
			Username: jsii.String("username"),
		},
		Custom: &CustomAuthCredentialsProperty{
			CustomAuthenticationType: jsii.String("customAuthenticationType"),

			// the properties below are optional
			CredentialsMap: map[string]*string{
				"credentialsMapKey": jsii.String("credentialsMap"),
			},
		},
		Oauth2: &OAuth2CredentialsProperty{
			AccessToken: jsii.String("accessToken"),
			ClientId: jsii.String("clientId"),
			ClientSecret: jsii.String("clientSecret"),
			OAuthRequest: &ConnectorOAuthRequestProperty{
				AuthCode: jsii.String("authCode"),
				RedirectUri: jsii.String("redirectUri"),
			},
			RefreshToken: jsii.String("refreshToken"),
		},
	},
	Datadog: &DatadogConnectorProfileCredentialsProperty{
		ApiKey: jsii.String("apiKey"),
		ApplicationKey: jsii.String("applicationKey"),
	},
	Dynatrace: &DynatraceConnectorProfileCredentialsProperty{
		ApiToken: jsii.String("apiToken"),
	},
	GoogleAnalytics: &GoogleAnalyticsConnectorProfileCredentialsProperty{
		ClientId: jsii.String("clientId"),
		ClientSecret: jsii.String("clientSecret"),

		// the properties below are optional
		AccessToken: jsii.String("accessToken"),
		ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
			AuthCode: jsii.String("authCode"),
			RedirectUri: jsii.String("redirectUri"),
		},
		RefreshToken: jsii.String("refreshToken"),
	},
	InforNexus: &InforNexusConnectorProfileCredentialsProperty{
		AccessKeyId: jsii.String("accessKeyId"),
		Datakey: jsii.String("datakey"),
		SecretAccessKey: jsii.String("secretAccessKey"),
		UserId: jsii.String("userId"),
	},
	Marketo: &MarketoConnectorProfileCredentialsProperty{
		ClientId: jsii.String("clientId"),
		ClientSecret: jsii.String("clientSecret"),

		// the properties below are optional
		AccessToken: jsii.String("accessToken"),
		ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
			AuthCode: jsii.String("authCode"),
			RedirectUri: jsii.String("redirectUri"),
		},
	},
	Pardot: &PardotConnectorProfileCredentialsProperty{
		AccessToken: jsii.String("accessToken"),
		ClientCredentialsArn: jsii.String("clientCredentialsArn"),
		ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
			AuthCode: jsii.String("authCode"),
			RedirectUri: jsii.String("redirectUri"),
		},
		RefreshToken: jsii.String("refreshToken"),
	},
	Redshift: &RedshiftConnectorProfileCredentialsProperty{
		Password: jsii.String("password"),
		Username: jsii.String("username"),
	},
	Salesforce: &SalesforceConnectorProfileCredentialsProperty{
		AccessToken: jsii.String("accessToken"),
		ClientCredentialsArn: jsii.String("clientCredentialsArn"),
		ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
			AuthCode: jsii.String("authCode"),
			RedirectUri: jsii.String("redirectUri"),
		},
		JwtToken: jsii.String("jwtToken"),
		OAuth2GrantType: jsii.String("oAuth2GrantType"),
		RefreshToken: jsii.String("refreshToken"),
	},
	SapoData: &SAPODataConnectorProfileCredentialsProperty{
		BasicAuthCredentials: &BasicAuthCredentialsProperty{
			Password: jsii.String("password"),
			Username: jsii.String("username"),
		},
		OAuthCredentials: &OAuthCredentialsProperty{
			AccessToken: jsii.String("accessToken"),
			ClientId: jsii.String("clientId"),
			ClientSecret: jsii.String("clientSecret"),
			ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
				AuthCode: jsii.String("authCode"),
				RedirectUri: jsii.String("redirectUri"),
			},
			RefreshToken: jsii.String("refreshToken"),
		},
	},
	ServiceNow: &ServiceNowConnectorProfileCredentialsProperty{
		OAuth2Credentials: &OAuth2CredentialsProperty{
			AccessToken: jsii.String("accessToken"),
			ClientId: jsii.String("clientId"),
			ClientSecret: jsii.String("clientSecret"),
			OAuthRequest: &ConnectorOAuthRequestProperty{
				AuthCode: jsii.String("authCode"),
				RedirectUri: jsii.String("redirectUri"),
			},
			RefreshToken: jsii.String("refreshToken"),
		},
		Password: jsii.String("password"),
		Username: jsii.String("username"),
	},
	Singular: &SingularConnectorProfileCredentialsProperty{
		ApiKey: jsii.String("apiKey"),
	},
	Slack: &SlackConnectorProfileCredentialsProperty{
		ClientId: jsii.String("clientId"),
		ClientSecret: jsii.String("clientSecret"),

		// the properties below are optional
		AccessToken: jsii.String("accessToken"),
		ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
			AuthCode: jsii.String("authCode"),
			RedirectUri: jsii.String("redirectUri"),
		},
	},
	Snowflake: &SnowflakeConnectorProfileCredentialsProperty{
		Password: jsii.String("password"),
		Username: jsii.String("username"),
	},
	Trendmicro: &TrendmicroConnectorProfileCredentialsProperty{
		ApiSecretKey: jsii.String("apiSecretKey"),
	},
	Veeva: &VeevaConnectorProfileCredentialsProperty{
		Password: jsii.String("password"),
		Username: jsii.String("username"),
	},
	Zendesk: &ZendeskConnectorProfileCredentialsProperty{
		ClientId: jsii.String("clientId"),
		ClientSecret: jsii.String("clientSecret"),

		// the properties below are optional
		AccessToken: jsii.String("accessToken"),
		ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
			AuthCode: jsii.String("authCode"),
			RedirectUri: jsii.String("redirectUri"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html

type CfnConnectorProfile_ConnectorProfilePropertiesProperty

type CfnConnectorProfile_ConnectorProfilePropertiesProperty struct {
	// The properties required by the custom connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-customconnector
	//
	CustomConnector interface{} `field:"optional" json:"customConnector" yaml:"customConnector"`
	// The connector-specific properties required by Datadog.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-datadog
	//
	Datadog interface{} `field:"optional" json:"datadog" yaml:"datadog"`
	// The connector-specific properties required by Dynatrace.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-dynatrace
	//
	Dynatrace interface{} `field:"optional" json:"dynatrace" yaml:"dynatrace"`
	// The connector-specific properties required by Infor Nexus.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-infornexus
	//
	InforNexus interface{} `field:"optional" json:"inforNexus" yaml:"inforNexus"`
	// The connector-specific properties required by Marketo.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-marketo
	//
	Marketo interface{} `field:"optional" json:"marketo" yaml:"marketo"`
	// The connector-specific properties required by Salesforce Pardot.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-pardot
	//
	Pardot interface{} `field:"optional" json:"pardot" yaml:"pardot"`
	// The connector-specific properties required by Amazon Redshift.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-redshift
	//
	Redshift interface{} `field:"optional" json:"redshift" yaml:"redshift"`
	// The connector-specific properties required by Salesforce.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-salesforce
	//
	Salesforce interface{} `field:"optional" json:"salesforce" yaml:"salesforce"`
	// The connector-specific profile properties required when using SAPOData.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-sapodata
	//
	SapoData interface{} `field:"optional" json:"sapoData" yaml:"sapoData"`
	// The connector-specific properties required by serviceNow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-servicenow
	//
	ServiceNow interface{} `field:"optional" json:"serviceNow" yaml:"serviceNow"`
	// The connector-specific properties required by Slack.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-slack
	//
	Slack interface{} `field:"optional" json:"slack" yaml:"slack"`
	// The connector-specific properties required by Snowflake.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-snowflake
	//
	Snowflake interface{} `field:"optional" json:"snowflake" yaml:"snowflake"`
	// The connector-specific properties required by Veeva.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-veeva
	//
	Veeva interface{} `field:"optional" json:"veeva" yaml:"veeva"`
	// The connector-specific properties required by Zendesk.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-zendesk
	//
	Zendesk interface{} `field:"optional" json:"zendesk" yaml:"zendesk"`
}

The connector-specific profile properties required by each connector.

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"

connectorProfilePropertiesProperty := &ConnectorProfilePropertiesProperty{
	CustomConnector: &CustomConnectorProfilePropertiesProperty{
		OAuth2Properties: &OAuth2PropertiesProperty{
			OAuth2GrantType: jsii.String("oAuth2GrantType"),
			TokenUrl: jsii.String("tokenUrl"),
			TokenUrlCustomProperties: map[string]*string{
				"tokenUrlCustomPropertiesKey": jsii.String("tokenUrlCustomProperties"),
			},
		},
		ProfileProperties: map[string]*string{
			"profilePropertiesKey": jsii.String("profileProperties"),
		},
	},
	Datadog: &DatadogConnectorProfilePropertiesProperty{
		InstanceUrl: jsii.String("instanceUrl"),
	},
	Dynatrace: &DynatraceConnectorProfilePropertiesProperty{
		InstanceUrl: jsii.String("instanceUrl"),
	},
	InforNexus: &InforNexusConnectorProfilePropertiesProperty{
		InstanceUrl: jsii.String("instanceUrl"),
	},
	Marketo: &MarketoConnectorProfilePropertiesProperty{
		InstanceUrl: jsii.String("instanceUrl"),
	},
	Pardot: &PardotConnectorProfilePropertiesProperty{
		BusinessUnitId: jsii.String("businessUnitId"),

		// the properties below are optional
		InstanceUrl: jsii.String("instanceUrl"),
		IsSandboxEnvironment: jsii.Boolean(false),
	},
	Redshift: &RedshiftConnectorProfilePropertiesProperty{
		BucketName: jsii.String("bucketName"),
		RoleArn: jsii.String("roleArn"),

		// the properties below are optional
		BucketPrefix: jsii.String("bucketPrefix"),
		ClusterIdentifier: jsii.String("clusterIdentifier"),
		DataApiRoleArn: jsii.String("dataApiRoleArn"),
		DatabaseName: jsii.String("databaseName"),
		DatabaseUrl: jsii.String("databaseUrl"),
		IsRedshiftServerless: jsii.Boolean(false),
		WorkgroupName: jsii.String("workgroupName"),
	},
	Salesforce: &SalesforceConnectorProfilePropertiesProperty{
		InstanceUrl: jsii.String("instanceUrl"),
		IsSandboxEnvironment: jsii.Boolean(false),
		UsePrivateLinkForMetadataAndAuthorization: jsii.Boolean(false),
	},
	SapoData: &SAPODataConnectorProfilePropertiesProperty{
		ApplicationHostUrl: jsii.String("applicationHostUrl"),
		ApplicationServicePath: jsii.String("applicationServicePath"),
		ClientNumber: jsii.String("clientNumber"),
		DisableSso: jsii.Boolean(false),
		LogonLanguage: jsii.String("logonLanguage"),
		OAuthProperties: &OAuthPropertiesProperty{
			AuthCodeUrl: jsii.String("authCodeUrl"),
			OAuthScopes: []*string{
				jsii.String("oAuthScopes"),
			},
			TokenUrl: jsii.String("tokenUrl"),
		},
		PortNumber: jsii.Number(123),
		PrivateLinkServiceName: jsii.String("privateLinkServiceName"),
	},
	ServiceNow: &ServiceNowConnectorProfilePropertiesProperty{
		InstanceUrl: jsii.String("instanceUrl"),
	},
	Slack: &SlackConnectorProfilePropertiesProperty{
		InstanceUrl: jsii.String("instanceUrl"),
	},
	Snowflake: &SnowflakeConnectorProfilePropertiesProperty{
		BucketName: jsii.String("bucketName"),
		Stage: jsii.String("stage"),
		Warehouse: jsii.String("warehouse"),

		// the properties below are optional
		AccountName: jsii.String("accountName"),
		BucketPrefix: jsii.String("bucketPrefix"),
		PrivateLinkServiceName: jsii.String("privateLinkServiceName"),
		Region: jsii.String("region"),
	},
	Veeva: &VeevaConnectorProfilePropertiesProperty{
		InstanceUrl: jsii.String("instanceUrl"),
	},
	Zendesk: &ZendeskConnectorProfilePropertiesProperty{
		InstanceUrl: jsii.String("instanceUrl"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html

type CfnConnectorProfile_CustomAuthCredentialsProperty added in v2.31.0

type CfnConnectorProfile_CustomAuthCredentialsProperty struct {
	// The custom authentication type that the connector uses.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customauthcredentials.html#cfn-appflow-connectorprofile-customauthcredentials-customauthenticationtype
	//
	CustomAuthenticationType *string `field:"required" json:"customAuthenticationType" yaml:"customAuthenticationType"`
	// A map that holds custom authentication credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customauthcredentials.html#cfn-appflow-connectorprofile-customauthcredentials-credentialsmap
	//
	CredentialsMap interface{} `field:"optional" json:"credentialsMap" yaml:"credentialsMap"`
}

The custom credentials required for custom authentication.

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"

customAuthCredentialsProperty := &CustomAuthCredentialsProperty{
	CustomAuthenticationType: jsii.String("customAuthenticationType"),

	// the properties below are optional
	CredentialsMap: map[string]*string{
		"credentialsMapKey": jsii.String("credentialsMap"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customauthcredentials.html

type CfnConnectorProfile_CustomConnectorProfileCredentialsProperty added in v2.31.0

type CfnConnectorProfile_CustomConnectorProfileCredentialsProperty struct {
	// The authentication type that the custom connector uses for authenticating while creating a connector profile.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customconnectorprofilecredentials.html#cfn-appflow-connectorprofile-customconnectorprofilecredentials-authenticationtype
	//
	AuthenticationType *string `field:"required" json:"authenticationType" yaml:"authenticationType"`
	// The API keys required for the authentication of the user.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customconnectorprofilecredentials.html#cfn-appflow-connectorprofile-customconnectorprofilecredentials-apikey
	//
	ApiKey interface{} `field:"optional" json:"apiKey" yaml:"apiKey"`
	// The basic credentials that are required for the authentication of the user.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customconnectorprofilecredentials.html#cfn-appflow-connectorprofile-customconnectorprofilecredentials-basic
	//
	Basic interface{} `field:"optional" json:"basic" yaml:"basic"`
	// If the connector uses the custom authentication mechanism, this holds the required credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customconnectorprofilecredentials.html#cfn-appflow-connectorprofile-customconnectorprofilecredentials-custom
	//
	Custom interface{} `field:"optional" json:"custom" yaml:"custom"`
	// The OAuth 2.0 credentials required for the authentication of the user.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customconnectorprofilecredentials.html#cfn-appflow-connectorprofile-customconnectorprofilecredentials-oauth2
	//
	Oauth2 interface{} `field:"optional" json:"oauth2" yaml:"oauth2"`
}

The connector-specific profile credentials that are required when using the custom connector.

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"

customConnectorProfileCredentialsProperty := &CustomConnectorProfileCredentialsProperty{
	AuthenticationType: jsii.String("authenticationType"),

	// the properties below are optional
	ApiKey: &ApiKeyCredentialsProperty{
		ApiKey: jsii.String("apiKey"),

		// the properties below are optional
		ApiSecretKey: jsii.String("apiSecretKey"),
	},
	Basic: &BasicAuthCredentialsProperty{
		Password: jsii.String("password"),
		Username: jsii.String("username"),
	},
	Custom: &CustomAuthCredentialsProperty{
		CustomAuthenticationType: jsii.String("customAuthenticationType"),

		// the properties below are optional
		CredentialsMap: map[string]*string{
			"credentialsMapKey": jsii.String("credentialsMap"),
		},
	},
	Oauth2: &OAuth2CredentialsProperty{
		AccessToken: jsii.String("accessToken"),
		ClientId: jsii.String("clientId"),
		ClientSecret: jsii.String("clientSecret"),
		OAuthRequest: &ConnectorOAuthRequestProperty{
			AuthCode: jsii.String("authCode"),
			RedirectUri: jsii.String("redirectUri"),
		},
		RefreshToken: jsii.String("refreshToken"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customconnectorprofilecredentials.html

type CfnConnectorProfile_CustomConnectorProfilePropertiesProperty added in v2.31.0

type CfnConnectorProfile_CustomConnectorProfilePropertiesProperty struct {
	// The OAuth 2.0 properties required for OAuth 2.0 authentication.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customconnectorprofileproperties.html#cfn-appflow-connectorprofile-customconnectorprofileproperties-oauth2properties
	//
	OAuth2Properties interface{} `field:"optional" json:"oAuth2Properties" yaml:"oAuth2Properties"`
	// A map of properties that are required to create a profile for the custom connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customconnectorprofileproperties.html#cfn-appflow-connectorprofile-customconnectorprofileproperties-profileproperties
	//
	ProfileProperties interface{} `field:"optional" json:"profileProperties" yaml:"profileProperties"`
}

The profile properties required by the custom connector.

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"

customConnectorProfilePropertiesProperty := &CustomConnectorProfilePropertiesProperty{
	OAuth2Properties: &OAuth2PropertiesProperty{
		OAuth2GrantType: jsii.String("oAuth2GrantType"),
		TokenUrl: jsii.String("tokenUrl"),
		TokenUrlCustomProperties: map[string]*string{
			"tokenUrlCustomPropertiesKey": jsii.String("tokenUrlCustomProperties"),
		},
	},
	ProfileProperties: map[string]*string{
		"profilePropertiesKey": jsii.String("profileProperties"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customconnectorprofileproperties.html

type CfnConnectorProfile_DatadogConnectorProfileCredentialsProperty

type CfnConnectorProfile_DatadogConnectorProfileCredentialsProperty struct {
	// A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-datadogconnectorprofilecredentials.html#cfn-appflow-connectorprofile-datadogconnectorprofilecredentials-apikey
	//
	ApiKey *string `field:"required" json:"apiKey" yaml:"apiKey"`
	// Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.
	//
	// Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-datadogconnectorprofilecredentials.html#cfn-appflow-connectorprofile-datadogconnectorprofilecredentials-applicationkey
	//
	ApplicationKey *string `field:"required" json:"applicationKey" yaml:"applicationKey"`
}

The connector-specific credentials required by Datadog.

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"

datadogConnectorProfileCredentialsProperty := &DatadogConnectorProfileCredentialsProperty{
	ApiKey: jsii.String("apiKey"),
	ApplicationKey: jsii.String("applicationKey"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-datadogconnectorprofilecredentials.html

type CfnConnectorProfile_DatadogConnectorProfilePropertiesProperty

type CfnConnectorProfile_DatadogConnectorProfilePropertiesProperty struct {
	// The location of the Datadog resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-datadogconnectorprofileproperties.html#cfn-appflow-connectorprofile-datadogconnectorprofileproperties-instanceurl
	//
	InstanceUrl *string `field:"required" json:"instanceUrl" yaml:"instanceUrl"`
}

The connector-specific profile properties required by Datadog.

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"

datadogConnectorProfilePropertiesProperty := &DatadogConnectorProfilePropertiesProperty{
	InstanceUrl: jsii.String("instanceUrl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-datadogconnectorprofileproperties.html

type CfnConnectorProfile_DynatraceConnectorProfileCredentialsProperty

type CfnConnectorProfile_DynatraceConnectorProfileCredentialsProperty struct {
	// The API tokens used by Dynatrace API to authenticate various API calls.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-dynatraceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-dynatraceconnectorprofilecredentials-apitoken
	//
	ApiToken *string `field:"required" json:"apiToken" yaml:"apiToken"`
}

The connector-specific profile credentials required by Dynatrace.

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"

dynatraceConnectorProfileCredentialsProperty := &DynatraceConnectorProfileCredentialsProperty{
	ApiToken: jsii.String("apiToken"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-dynatraceconnectorprofilecredentials.html

type CfnConnectorProfile_DynatraceConnectorProfilePropertiesProperty

type CfnConnectorProfile_DynatraceConnectorProfilePropertiesProperty struct {
	// The location of the Dynatrace resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-dynatraceconnectorprofileproperties.html#cfn-appflow-connectorprofile-dynatraceconnectorprofileproperties-instanceurl
	//
	InstanceUrl *string `field:"required" json:"instanceUrl" yaml:"instanceUrl"`
}

The connector-specific profile properties required by Dynatrace.

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"

dynatraceConnectorProfilePropertiesProperty := &DynatraceConnectorProfilePropertiesProperty{
	InstanceUrl: jsii.String("instanceUrl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-dynatraceconnectorprofileproperties.html

type CfnConnectorProfile_GoogleAnalyticsConnectorProfileCredentialsProperty

type CfnConnectorProfile_GoogleAnalyticsConnectorProfileCredentialsProperty struct {
	// The identifier for the desired client.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials.html#cfn-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials-clientid
	//
	ClientId *string `field:"required" json:"clientId" yaml:"clientId"`
	// The client secret used by the OAuth client to authenticate to the authorization server.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials.html#cfn-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials-clientsecret
	//
	ClientSecret *string `field:"required" json:"clientSecret" yaml:"clientSecret"`
	// The credentials used to access protected Google Analytics resources.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials.html#cfn-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials-accesstoken
	//
	AccessToken *string `field:"optional" json:"accessToken" yaml:"accessToken"`
	// Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials.html#cfn-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials-connectoroauthrequest
	//
	ConnectorOAuthRequest interface{} `field:"optional" json:"connectorOAuthRequest" yaml:"connectorOAuthRequest"`
	// The credentials used to acquire new access tokens.
	//
	// This is required only for OAuth2 access tokens, and is not required for OAuth1 access tokens.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials.html#cfn-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials-refreshtoken
	//
	RefreshToken *string `field:"optional" json:"refreshToken" yaml:"refreshToken"`
}

The connector-specific profile credentials required by Google Analytics.

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"

googleAnalyticsConnectorProfileCredentialsProperty := &GoogleAnalyticsConnectorProfileCredentialsProperty{
	ClientId: jsii.String("clientId"),
	ClientSecret: jsii.String("clientSecret"),

	// the properties below are optional
	AccessToken: jsii.String("accessToken"),
	ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
		AuthCode: jsii.String("authCode"),
		RedirectUri: jsii.String("redirectUri"),
	},
	RefreshToken: jsii.String("refreshToken"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-googleanalyticsconnectorprofilecredentials.html

type CfnConnectorProfile_InforNexusConnectorProfileCredentialsProperty

The connector-specific profile credentials required by Infor Nexus.

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"

inforNexusConnectorProfileCredentialsProperty := &InforNexusConnectorProfileCredentialsProperty{
	AccessKeyId: jsii.String("accessKeyId"),
	Datakey: jsii.String("datakey"),
	SecretAccessKey: jsii.String("secretAccessKey"),
	UserId: jsii.String("userId"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-infornexusconnectorprofilecredentials.html

type CfnConnectorProfile_InforNexusConnectorProfilePropertiesProperty

type CfnConnectorProfile_InforNexusConnectorProfilePropertiesProperty struct {
	// The location of the Infor Nexus resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-infornexusconnectorprofileproperties.html#cfn-appflow-connectorprofile-infornexusconnectorprofileproperties-instanceurl
	//
	InstanceUrl *string `field:"required" json:"instanceUrl" yaml:"instanceUrl"`
}

The connector-specific profile properties required by Infor Nexus.

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"

inforNexusConnectorProfilePropertiesProperty := &InforNexusConnectorProfilePropertiesProperty{
	InstanceUrl: jsii.String("instanceUrl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-infornexusconnectorprofileproperties.html

type CfnConnectorProfile_MarketoConnectorProfileCredentialsProperty

type CfnConnectorProfile_MarketoConnectorProfileCredentialsProperty struct {
	// The identifier for the desired client.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-marketoconnectorprofilecredentials.html#cfn-appflow-connectorprofile-marketoconnectorprofilecredentials-clientid
	//
	ClientId *string `field:"required" json:"clientId" yaml:"clientId"`
	// The client secret used by the OAuth client to authenticate to the authorization server.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-marketoconnectorprofilecredentials.html#cfn-appflow-connectorprofile-marketoconnectorprofilecredentials-clientsecret
	//
	ClientSecret *string `field:"required" json:"clientSecret" yaml:"clientSecret"`
	// The credentials used to access protected Marketo resources.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-marketoconnectorprofilecredentials.html#cfn-appflow-connectorprofile-marketoconnectorprofilecredentials-accesstoken
	//
	AccessToken *string `field:"optional" json:"accessToken" yaml:"accessToken"`
	// Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-marketoconnectorprofilecredentials.html#cfn-appflow-connectorprofile-marketoconnectorprofilecredentials-connectoroauthrequest
	//
	ConnectorOAuthRequest interface{} `field:"optional" json:"connectorOAuthRequest" yaml:"connectorOAuthRequest"`
}

The connector-specific profile credentials required by Marketo.

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"

marketoConnectorProfileCredentialsProperty := &MarketoConnectorProfileCredentialsProperty{
	ClientId: jsii.String("clientId"),
	ClientSecret: jsii.String("clientSecret"),

	// the properties below are optional
	AccessToken: jsii.String("accessToken"),
	ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
		AuthCode: jsii.String("authCode"),
		RedirectUri: jsii.String("redirectUri"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-marketoconnectorprofilecredentials.html

type CfnConnectorProfile_MarketoConnectorProfilePropertiesProperty

type CfnConnectorProfile_MarketoConnectorProfilePropertiesProperty struct {
	// The location of the Marketo resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-marketoconnectorprofileproperties.html#cfn-appflow-connectorprofile-marketoconnectorprofileproperties-instanceurl
	//
	InstanceUrl *string `field:"required" json:"instanceUrl" yaml:"instanceUrl"`
}

The connector-specific profile properties required when using Marketo.

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"

marketoConnectorProfilePropertiesProperty := &MarketoConnectorProfilePropertiesProperty{
	InstanceUrl: jsii.String("instanceUrl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-marketoconnectorprofileproperties.html

type CfnConnectorProfile_OAuth2CredentialsProperty added in v2.31.0

type CfnConnectorProfile_OAuth2CredentialsProperty struct {
	// The access token used to access the connector on your behalf.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2credentials.html#cfn-appflow-connectorprofile-oauth2credentials-accesstoken
	//
	AccessToken *string `field:"optional" json:"accessToken" yaml:"accessToken"`
	// The identifier for the desired client.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2credentials.html#cfn-appflow-connectorprofile-oauth2credentials-clientid
	//
	ClientId *string `field:"optional" json:"clientId" yaml:"clientId"`
	// The client secret used by the OAuth client to authenticate to the authorization server.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2credentials.html#cfn-appflow-connectorprofile-oauth2credentials-clientsecret
	//
	ClientSecret *string `field:"optional" json:"clientSecret" yaml:"clientSecret"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2credentials.html#cfn-appflow-connectorprofile-oauth2credentials-oauthrequest
	//
	OAuthRequest interface{} `field:"optional" json:"oAuthRequest" yaml:"oAuthRequest"`
	// The refresh token used to refresh an expired access token.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2credentials.html#cfn-appflow-connectorprofile-oauth2credentials-refreshtoken
	//
	RefreshToken *string `field:"optional" json:"refreshToken" yaml:"refreshToken"`
}

The OAuth 2.0 credentials required for OAuth 2.0 authentication.

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"

oAuth2CredentialsProperty := &OAuth2CredentialsProperty{
	AccessToken: jsii.String("accessToken"),
	ClientId: jsii.String("clientId"),
	ClientSecret: jsii.String("clientSecret"),
	OAuthRequest: &ConnectorOAuthRequestProperty{
		AuthCode: jsii.String("authCode"),
		RedirectUri: jsii.String("redirectUri"),
	},
	RefreshToken: jsii.String("refreshToken"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2credentials.html

type CfnConnectorProfile_OAuth2PropertiesProperty added in v2.31.0

type CfnConnectorProfile_OAuth2PropertiesProperty struct {
	// The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2properties.html#cfn-appflow-connectorprofile-oauth2properties-oauth2granttype
	//
	OAuth2GrantType *string `field:"optional" json:"oAuth2GrantType" yaml:"oAuth2GrantType"`
	// The token URL required for OAuth 2.0 authentication.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2properties.html#cfn-appflow-connectorprofile-oauth2properties-tokenurl
	//
	TokenUrl *string `field:"optional" json:"tokenUrl" yaml:"tokenUrl"`
	// Associates your token URL with a map of properties that you define.
	//
	// Use this parameter to provide any additional details that the connector requires to authenticate your request.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2properties.html#cfn-appflow-connectorprofile-oauth2properties-tokenurlcustomproperties
	//
	TokenUrlCustomProperties interface{} `field:"optional" json:"tokenUrlCustomProperties" yaml:"tokenUrlCustomProperties"`
}

The OAuth 2.0 properties required for OAuth 2.0 authentication.

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"

oAuth2PropertiesProperty := &OAuth2PropertiesProperty{
	OAuth2GrantType: jsii.String("oAuth2GrantType"),
	TokenUrl: jsii.String("tokenUrl"),
	TokenUrlCustomProperties: map[string]*string{
		"tokenUrlCustomPropertiesKey": jsii.String("tokenUrlCustomProperties"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauth2properties.html

type CfnConnectorProfile_OAuthCredentialsProperty added in v2.55.0

type CfnConnectorProfile_OAuthCredentialsProperty struct {
	// The access token used to access protected SAPOData resources.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauthcredentials.html#cfn-appflow-connectorprofile-oauthcredentials-accesstoken
	//
	AccessToken *string `field:"optional" json:"accessToken" yaml:"accessToken"`
	// The identifier for the desired client.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauthcredentials.html#cfn-appflow-connectorprofile-oauthcredentials-clientid
	//
	ClientId *string `field:"optional" json:"clientId" yaml:"clientId"`
	// The client secret used by the OAuth client to authenticate to the authorization server.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauthcredentials.html#cfn-appflow-connectorprofile-oauthcredentials-clientsecret
	//
	ClientSecret *string `field:"optional" json:"clientSecret" yaml:"clientSecret"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauthcredentials.html#cfn-appflow-connectorprofile-oauthcredentials-connectoroauthrequest
	//
	ConnectorOAuthRequest interface{} `field:"optional" json:"connectorOAuthRequest" yaml:"connectorOAuthRequest"`
	// The refresh token used to refresh expired access token.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauthcredentials.html#cfn-appflow-connectorprofile-oauthcredentials-refreshtoken
	//
	RefreshToken *string `field:"optional" json:"refreshToken" yaml:"refreshToken"`
}

The OAuth credentials required for OAuth type authentication.

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"

oAuthCredentialsProperty := &OAuthCredentialsProperty{
	AccessToken: jsii.String("accessToken"),
	ClientId: jsii.String("clientId"),
	ClientSecret: jsii.String("clientSecret"),
	ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
		AuthCode: jsii.String("authCode"),
		RedirectUri: jsii.String("redirectUri"),
	},
	RefreshToken: jsii.String("refreshToken"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauthcredentials.html

type CfnConnectorProfile_OAuthPropertiesProperty

type CfnConnectorProfile_OAuthPropertiesProperty struct {
	// The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauthproperties.html#cfn-appflow-connectorprofile-oauthproperties-authcodeurl
	//
	AuthCodeUrl *string `field:"optional" json:"authCodeUrl" yaml:"authCodeUrl"`
	// The OAuth scopes required for OAuth type authentication.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauthproperties.html#cfn-appflow-connectorprofile-oauthproperties-oauthscopes
	//
	OAuthScopes *[]*string `field:"optional" json:"oAuthScopes" yaml:"oAuthScopes"`
	// The token url required to fetch access/refresh tokens using authorization code and also to refresh expired access token using refresh token.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauthproperties.html#cfn-appflow-connectorprofile-oauthproperties-tokenurl
	//
	TokenUrl *string `field:"optional" json:"tokenUrl" yaml:"tokenUrl"`
}

The OAuth properties required for OAuth type authentication.

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"

oAuthPropertiesProperty := &OAuthPropertiesProperty{
	AuthCodeUrl: jsii.String("authCodeUrl"),
	OAuthScopes: []*string{
		jsii.String("oAuthScopes"),
	},
	TokenUrl: jsii.String("tokenUrl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-oauthproperties.html

type CfnConnectorProfile_PardotConnectorProfileCredentialsProperty added in v2.63.0

type CfnConnectorProfile_PardotConnectorProfileCredentialsProperty struct {
	// The credentials used to access protected Salesforce Pardot resources.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-accesstoken
	//
	AccessToken *string `field:"optional" json:"accessToken" yaml:"accessToken"`
	// The secret manager ARN, which contains the client ID and client secret of the connected app.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-clientcredentialsarn
	//
	ClientCredentialsArn *string `field:"optional" json:"clientCredentialsArn" yaml:"clientCredentialsArn"`
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-connectoroauthrequest
	//
	ConnectorOAuthRequest interface{} `field:"optional" json:"connectorOAuthRequest" yaml:"connectorOAuthRequest"`
	// The credentials used to acquire new access tokens.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-refreshtoken
	//
	RefreshToken *string `field:"optional" json:"refreshToken" yaml:"refreshToken"`
}

The connector-specific profile credentials required when using Salesforce Pardot.

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"

pardotConnectorProfileCredentialsProperty := &PardotConnectorProfileCredentialsProperty{
	AccessToken: jsii.String("accessToken"),
	ClientCredentialsArn: jsii.String("clientCredentialsArn"),
	ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
		AuthCode: jsii.String("authCode"),
		RedirectUri: jsii.String("redirectUri"),
	},
	RefreshToken: jsii.String("refreshToken"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html

type CfnConnectorProfile_PardotConnectorProfilePropertiesProperty added in v2.63.0

type CfnConnectorProfile_PardotConnectorProfilePropertiesProperty struct {
	// The business unit id of Salesforce Pardot instance.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html#cfn-appflow-connectorprofile-pardotconnectorprofileproperties-businessunitid
	//
	BusinessUnitId *string `field:"required" json:"businessUnitId" yaml:"businessUnitId"`
	// The location of the Salesforce Pardot resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html#cfn-appflow-connectorprofile-pardotconnectorprofileproperties-instanceurl
	//
	InstanceUrl *string `field:"optional" json:"instanceUrl" yaml:"instanceUrl"`
	// Indicates whether the connector profile applies to a sandbox or production environment.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html#cfn-appflow-connectorprofile-pardotconnectorprofileproperties-issandboxenvironment
	//
	IsSandboxEnvironment interface{} `field:"optional" json:"isSandboxEnvironment" yaml:"isSandboxEnvironment"`
}

The connector-specific profile properties required when using Salesforce Pardot.

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"

pardotConnectorProfilePropertiesProperty := &PardotConnectorProfilePropertiesProperty{
	BusinessUnitId: jsii.String("businessUnitId"),

	// the properties below are optional
	InstanceUrl: jsii.String("instanceUrl"),
	IsSandboxEnvironment: jsii.Boolean(false),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html

type CfnConnectorProfile_RedshiftConnectorProfileCredentialsProperty

type CfnConnectorProfile_RedshiftConnectorProfileCredentialsProperty struct {
	// The password that corresponds to the user name.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofilecredentials.html#cfn-appflow-connectorprofile-redshiftconnectorprofilecredentials-password
	//
	Password *string `field:"optional" json:"password" yaml:"password"`
	// The name of the user.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofilecredentials.html#cfn-appflow-connectorprofile-redshiftconnectorprofilecredentials-username
	//
	Username *string `field:"optional" json:"username" yaml:"username"`
}

The connector-specific profile credentials required when using Amazon Redshift.

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"

redshiftConnectorProfileCredentialsProperty := &RedshiftConnectorProfileCredentialsProperty{
	Password: jsii.String("password"),
	Username: jsii.String("username"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofilecredentials.html

type CfnConnectorProfile_RedshiftConnectorProfilePropertiesProperty

type CfnConnectorProfile_RedshiftConnectorProfilePropertiesProperty struct {
	// A name for the associated Amazon S3 bucket.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofileproperties.html#cfn-appflow-connectorprofile-redshiftconnectorprofileproperties-bucketname
	//
	BucketName *string `field:"required" json:"bucketName" yaml:"bucketName"`
	// The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3.
	//
	// For more information, and for the polices that you attach to this role, see [Allow Amazon Redshift to access your Amazon AppFlow data in Amazon S3](https://docs.aws.amazon.com/appflow/latest/userguide/security_iam_service-role-policies.html#redshift-access-s3) .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofileproperties.html#cfn-appflow-connectorprofile-redshiftconnectorprofileproperties-rolearn
	//
	RoleArn *string `field:"required" json:"roleArn" yaml:"roleArn"`
	// The object key for the destination bucket in which Amazon AppFlow places the files.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofileproperties.html#cfn-appflow-connectorprofile-redshiftconnectorprofileproperties-bucketprefix
	//
	BucketPrefix *string `field:"optional" json:"bucketPrefix" yaml:"bucketPrefix"`
	// The unique ID that's assigned to an Amazon Redshift cluster.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofileproperties.html#cfn-appflow-connectorprofile-redshiftconnectorprofileproperties-clusteridentifier
	//
	ClusterIdentifier *string `field:"optional" json:"clusterIdentifier" yaml:"clusterIdentifier"`
	// The Amazon Resource Name (ARN) of an IAM role that permits Amazon AppFlow to access your Amazon Redshift database through the Data API.
	//
	// For more information, and for the polices that you attach to this role, see [Allow Amazon AppFlow to access Amazon Redshift databases with the Data API](https://docs.aws.amazon.com/appflow/latest/userguide/security_iam_service-role-policies.html#access-redshift) .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofileproperties.html#cfn-appflow-connectorprofile-redshiftconnectorprofileproperties-dataapirolearn
	//
	DataApiRoleArn *string `field:"optional" json:"dataApiRoleArn" yaml:"dataApiRoleArn"`
	// The name of an Amazon Redshift database.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofileproperties.html#cfn-appflow-connectorprofile-redshiftconnectorprofileproperties-databasename
	//
	DatabaseName *string `field:"optional" json:"databaseName" yaml:"databaseName"`
	// The JDBC URL of the Amazon Redshift cluster.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofileproperties.html#cfn-appflow-connectorprofile-redshiftconnectorprofileproperties-databaseurl
	//
	DatabaseUrl *string `field:"optional" json:"databaseUrl" yaml:"databaseUrl"`
	// Indicates whether the connector profile defines a connection to an Amazon Redshift Serverless data warehouse.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofileproperties.html#cfn-appflow-connectorprofile-redshiftconnectorprofileproperties-isredshiftserverless
	//
	IsRedshiftServerless interface{} `field:"optional" json:"isRedshiftServerless" yaml:"isRedshiftServerless"`
	// The name of an Amazon Redshift workgroup.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofileproperties.html#cfn-appflow-connectorprofile-redshiftconnectorprofileproperties-workgroupname
	//
	WorkgroupName *string `field:"optional" json:"workgroupName" yaml:"workgroupName"`
}

The connector-specific profile properties when using Amazon Redshift.

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"

redshiftConnectorProfilePropertiesProperty := &RedshiftConnectorProfilePropertiesProperty{
	BucketName: jsii.String("bucketName"),
	RoleArn: jsii.String("roleArn"),

	// the properties below are optional
	BucketPrefix: jsii.String("bucketPrefix"),
	ClusterIdentifier: jsii.String("clusterIdentifier"),
	DataApiRoleArn: jsii.String("dataApiRoleArn"),
	DatabaseName: jsii.String("databaseName"),
	DatabaseUrl: jsii.String("databaseUrl"),
	IsRedshiftServerless: jsii.Boolean(false),
	WorkgroupName: jsii.String("workgroupName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofileproperties.html

type CfnConnectorProfile_SAPODataConnectorProfileCredentialsProperty

type CfnConnectorProfile_SAPODataConnectorProfileCredentialsProperty struct {
	// The SAPOData basic authentication credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofilecredentials.html#cfn-appflow-connectorprofile-sapodataconnectorprofilecredentials-basicauthcredentials
	//
	BasicAuthCredentials interface{} `field:"optional" json:"basicAuthCredentials" yaml:"basicAuthCredentials"`
	// The SAPOData OAuth type authentication credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofilecredentials.html#cfn-appflow-connectorprofile-sapodataconnectorprofilecredentials-oauthcredentials
	//
	OAuthCredentials interface{} `field:"optional" json:"oAuthCredentials" yaml:"oAuthCredentials"`
}

The connector-specific profile credentials 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 "github.com/aws/aws-cdk-go/awscdk"

sAPODataConnectorProfileCredentialsProperty := &SAPODataConnectorProfileCredentialsProperty{
	BasicAuthCredentials: &BasicAuthCredentialsProperty{
		Password: jsii.String("password"),
		Username: jsii.String("username"),
	},
	OAuthCredentials: &OAuthCredentialsProperty{
		AccessToken: jsii.String("accessToken"),
		ClientId: jsii.String("clientId"),
		ClientSecret: jsii.String("clientSecret"),
		ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
			AuthCode: jsii.String("authCode"),
			RedirectUri: jsii.String("redirectUri"),
		},
		RefreshToken: jsii.String("refreshToken"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofilecredentials.html

type CfnConnectorProfile_SAPODataConnectorProfilePropertiesProperty

type CfnConnectorProfile_SAPODataConnectorProfilePropertiesProperty struct {
	// The location of the SAPOData resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofileproperties.html#cfn-appflow-connectorprofile-sapodataconnectorprofileproperties-applicationhosturl
	//
	ApplicationHostUrl *string `field:"optional" json:"applicationHostUrl" yaml:"applicationHostUrl"`
	// The application path to catalog service.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofileproperties.html#cfn-appflow-connectorprofile-sapodataconnectorprofileproperties-applicationservicepath
	//
	ApplicationServicePath *string `field:"optional" json:"applicationServicePath" yaml:"applicationServicePath"`
	// The client number for the client creating the connection.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofileproperties.html#cfn-appflow-connectorprofile-sapodataconnectorprofileproperties-clientnumber
	//
	ClientNumber *string `field:"optional" json:"clientNumber" yaml:"clientNumber"`
	// 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.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofileproperties.html#cfn-appflow-connectorprofile-sapodataconnectorprofileproperties-disablesso
	//
	DisableSso interface{} `field:"optional" json:"disableSso" yaml:"disableSso"`
	// The logon language of SAPOData instance.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofileproperties.html#cfn-appflow-connectorprofile-sapodataconnectorprofileproperties-logonlanguage
	//
	LogonLanguage *string `field:"optional" json:"logonLanguage" yaml:"logonLanguage"`
	// The SAPOData OAuth properties required for OAuth type authentication.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofileproperties.html#cfn-appflow-connectorprofile-sapodataconnectorprofileproperties-oauthproperties
	//
	OAuthProperties interface{} `field:"optional" json:"oAuthProperties" yaml:"oAuthProperties"`
	// The port number of the SAPOData instance.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofileproperties.html#cfn-appflow-connectorprofile-sapodataconnectorprofileproperties-portnumber
	//
	PortNumber *float64 `field:"optional" json:"portNumber" yaml:"portNumber"`
	// The SAPOData Private Link service name to be used for private data transfers.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofileproperties.html#cfn-appflow-connectorprofile-sapodataconnectorprofileproperties-privatelinkservicename
	//
	PrivateLinkServiceName *string `field:"optional" json:"privateLinkServiceName" yaml:"privateLinkServiceName"`
}

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 "github.com/aws/aws-cdk-go/awscdk"

sAPODataConnectorProfilePropertiesProperty := &SAPODataConnectorProfilePropertiesProperty{
	ApplicationHostUrl: jsii.String("applicationHostUrl"),
	ApplicationServicePath: jsii.String("applicationServicePath"),
	ClientNumber: jsii.String("clientNumber"),
	DisableSso: jsii.Boolean(false),
	LogonLanguage: jsii.String("logonLanguage"),
	OAuthProperties: &OAuthPropertiesProperty{
		AuthCodeUrl: jsii.String("authCodeUrl"),
		OAuthScopes: []*string{
			jsii.String("oAuthScopes"),
		},
		TokenUrl: jsii.String("tokenUrl"),
	},
	PortNumber: jsii.Number(123),
	PrivateLinkServiceName: jsii.String("privateLinkServiceName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-sapodataconnectorprofileproperties.html

type CfnConnectorProfile_SalesforceConnectorProfileCredentialsProperty

type CfnConnectorProfile_SalesforceConnectorProfileCredentialsProperty struct {
	// The credentials used to access protected Salesforce resources.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-accesstoken
	//
	AccessToken *string `field:"optional" json:"accessToken" yaml:"accessToken"`
	// The secret manager ARN, which contains the client ID and client secret of the connected app.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-clientcredentialsarn
	//
	ClientCredentialsArn *string `field:"optional" json:"clientCredentialsArn" yaml:"clientCredentialsArn"`
	// Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-connectoroauthrequest
	//
	ConnectorOAuthRequest interface{} `field:"optional" json:"connectorOAuthRequest" yaml:"connectorOAuthRequest"`
	// A JSON web token (JWT) that authorizes Amazon AppFlow to access your Salesforce records.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-jwttoken
	//
	JwtToken *string `field:"optional" json:"jwtToken" yaml:"jwtToken"`
	// Specifies the OAuth 2.0 grant type that Amazon AppFlow uses when it requests an access token from Salesforce. Amazon AppFlow requires an access token each time it attempts to access your Salesforce records.
	//
	// You can specify one of the following values:
	//
	// - **AUTHORIZATION_CODE** - Amazon AppFlow passes an authorization code when it requests the access token from Salesforce. Amazon AppFlow receives the authorization code from Salesforce after you log in to your Salesforce account and authorize Amazon AppFlow to access your records.
	// - **CLIENT_CREDENTIALS** - Amazon AppFlow passes client credentials (a client ID and client secret) when it requests the access token from Salesforce. You provide these credentials to Amazon AppFlow when you define the connection to your Salesforce account.
	// - **JWT_BEARER** - Amazon AppFlow passes a JSON web token (JWT) when it requests the access token from Salesforce. You provide the JWT to Amazon AppFlow when you define the connection to your Salesforce account. When you use this grant type, you don't need to log in to your Salesforce account to authorize Amazon AppFlow to access your records.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-oauth2granttype
	//
	OAuth2GrantType *string `field:"optional" json:"oAuth2GrantType" yaml:"oAuth2GrantType"`
	// The credentials used to acquire new access tokens.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html#cfn-appflow-connectorprofile-salesforceconnectorprofilecredentials-refreshtoken
	//
	RefreshToken *string `field:"optional" json:"refreshToken" yaml:"refreshToken"`
}

The connector-specific profile credentials required when using Salesforce.

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"

salesforceConnectorProfileCredentialsProperty := &SalesforceConnectorProfileCredentialsProperty{
	AccessToken: jsii.String("accessToken"),
	ClientCredentialsArn: jsii.String("clientCredentialsArn"),
	ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
		AuthCode: jsii.String("authCode"),
		RedirectUri: jsii.String("redirectUri"),
	},
	JwtToken: jsii.String("jwtToken"),
	OAuth2GrantType: jsii.String("oAuth2GrantType"),
	RefreshToken: jsii.String("refreshToken"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofilecredentials.html

type CfnConnectorProfile_SalesforceConnectorProfilePropertiesProperty

type CfnConnectorProfile_SalesforceConnectorProfilePropertiesProperty struct {
	// The location of the Salesforce resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofileproperties.html#cfn-appflow-connectorprofile-salesforceconnectorprofileproperties-instanceurl
	//
	InstanceUrl *string `field:"optional" json:"instanceUrl" yaml:"instanceUrl"`
	// Indicates whether the connector profile applies to a sandbox or production environment.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofileproperties.html#cfn-appflow-connectorprofile-salesforceconnectorprofileproperties-issandboxenvironment
	//
	IsSandboxEnvironment interface{} `field:"optional" json:"isSandboxEnvironment" yaml:"isSandboxEnvironment"`
	// If the connection mode for the connector profile is private, this parameter sets whether Amazon AppFlow uses the private network to send metadata and authorization calls to Salesforce.
	//
	// Amazon AppFlow sends private calls through AWS PrivateLink . These calls travel through AWS infrastructure without being exposed to the public internet.
	//
	// Set either of the following values:
	//
	// - **true** - Amazon AppFlow sends all calls to Salesforce over the private network.
	//
	// These private calls are:
	//
	// - Calls to get metadata about your Salesforce records. This metadata describes your Salesforce objects and their fields.
	// - Calls to get or refresh access tokens that allow Amazon AppFlow to access your Salesforce records.
	// - Calls to transfer your Salesforce records as part of a flow run.
	// - **false** - The default value. Amazon AppFlow sends some calls to Salesforce privately and other calls over the public internet.
	//
	// The public calls are:
	//
	// - Calls to get metadata about your Salesforce records.
	// - Calls to get or refresh access tokens.
	//
	// The private calls are:
	//
	// - Calls to transfer your Salesforce records as part of a flow run.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofileproperties.html#cfn-appflow-connectorprofile-salesforceconnectorprofileproperties-useprivatelinkformetadataandauthorization
	//
	UsePrivateLinkForMetadataAndAuthorization interface{} `field:"optional" json:"usePrivateLinkForMetadataAndAuthorization" yaml:"usePrivateLinkForMetadataAndAuthorization"`
}

The connector-specific profile properties required when using Salesforce.

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"

salesforceConnectorProfilePropertiesProperty := &SalesforceConnectorProfilePropertiesProperty{
	InstanceUrl: jsii.String("instanceUrl"),
	IsSandboxEnvironment: jsii.Boolean(false),
	UsePrivateLinkForMetadataAndAuthorization: jsii.Boolean(false),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-salesforceconnectorprofileproperties.html

type CfnConnectorProfile_ServiceNowConnectorProfileCredentialsProperty

The connector-specific profile credentials required when using ServiceNow.

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"

serviceNowConnectorProfileCredentialsProperty := &ServiceNowConnectorProfileCredentialsProperty{
	OAuth2Credentials: &OAuth2CredentialsProperty{
		AccessToken: jsii.String("accessToken"),
		ClientId: jsii.String("clientId"),
		ClientSecret: jsii.String("clientSecret"),
		OAuthRequest: &ConnectorOAuthRequestProperty{
			AuthCode: jsii.String("authCode"),
			RedirectUri: jsii.String("redirectUri"),
		},
		RefreshToken: jsii.String("refreshToken"),
	},
	Password: jsii.String("password"),
	Username: jsii.String("username"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-servicenowconnectorprofilecredentials.html

type CfnConnectorProfile_ServiceNowConnectorProfilePropertiesProperty

type CfnConnectorProfile_ServiceNowConnectorProfilePropertiesProperty struct {
	// The location of the ServiceNow resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-servicenowconnectorprofileproperties.html#cfn-appflow-connectorprofile-servicenowconnectorprofileproperties-instanceurl
	//
	InstanceUrl *string `field:"required" json:"instanceUrl" yaml:"instanceUrl"`
}

The connector-specific profile properties required when using ServiceNow.

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"

serviceNowConnectorProfilePropertiesProperty := &ServiceNowConnectorProfilePropertiesProperty{
	InstanceUrl: jsii.String("instanceUrl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-servicenowconnectorprofileproperties.html

type CfnConnectorProfile_SingularConnectorProfileCredentialsProperty

type CfnConnectorProfile_SingularConnectorProfileCredentialsProperty struct {
	// A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-singularconnectorprofilecredentials.html#cfn-appflow-connectorprofile-singularconnectorprofilecredentials-apikey
	//
	ApiKey *string `field:"required" json:"apiKey" yaml:"apiKey"`
}

The connector-specific profile credentials required when using Singular.

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"

singularConnectorProfileCredentialsProperty := &SingularConnectorProfileCredentialsProperty{
	ApiKey: jsii.String("apiKey"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-singularconnectorprofilecredentials.html

type CfnConnectorProfile_SlackConnectorProfileCredentialsProperty

type CfnConnectorProfile_SlackConnectorProfileCredentialsProperty struct {
	// The identifier for the client.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-slackconnectorprofilecredentials.html#cfn-appflow-connectorprofile-slackconnectorprofilecredentials-clientid
	//
	ClientId *string `field:"required" json:"clientId" yaml:"clientId"`
	// The client secret used by the OAuth client to authenticate to the authorization server.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-slackconnectorprofilecredentials.html#cfn-appflow-connectorprofile-slackconnectorprofilecredentials-clientsecret
	//
	ClientSecret *string `field:"required" json:"clientSecret" yaml:"clientSecret"`
	// The credentials used to access protected Slack resources.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-slackconnectorprofilecredentials.html#cfn-appflow-connectorprofile-slackconnectorprofilecredentials-accesstoken
	//
	AccessToken *string `field:"optional" json:"accessToken" yaml:"accessToken"`
	// Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-slackconnectorprofilecredentials.html#cfn-appflow-connectorprofile-slackconnectorprofilecredentials-connectoroauthrequest
	//
	ConnectorOAuthRequest interface{} `field:"optional" json:"connectorOAuthRequest" yaml:"connectorOAuthRequest"`
}

The connector-specific profile credentials required when using Slack.

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"

slackConnectorProfileCredentialsProperty := &SlackConnectorProfileCredentialsProperty{
	ClientId: jsii.String("clientId"),
	ClientSecret: jsii.String("clientSecret"),

	// the properties below are optional
	AccessToken: jsii.String("accessToken"),
	ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
		AuthCode: jsii.String("authCode"),
		RedirectUri: jsii.String("redirectUri"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-slackconnectorprofilecredentials.html

type CfnConnectorProfile_SlackConnectorProfilePropertiesProperty

type CfnConnectorProfile_SlackConnectorProfilePropertiesProperty struct {
	// The location of the Slack resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-slackconnectorprofileproperties.html#cfn-appflow-connectorprofile-slackconnectorprofileproperties-instanceurl
	//
	InstanceUrl *string `field:"required" json:"instanceUrl" yaml:"instanceUrl"`
}

The connector-specific profile properties required when using Slack.

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"

slackConnectorProfilePropertiesProperty := &SlackConnectorProfilePropertiesProperty{
	InstanceUrl: jsii.String("instanceUrl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-slackconnectorprofileproperties.html

type CfnConnectorProfile_SnowflakeConnectorProfileCredentialsProperty

type CfnConnectorProfile_SnowflakeConnectorProfileCredentialsProperty struct {
	// The password that corresponds to the user name.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofilecredentials.html#cfn-appflow-connectorprofile-snowflakeconnectorprofilecredentials-password
	//
	Password *string `field:"required" json:"password" yaml:"password"`
	// The name of the user.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofilecredentials.html#cfn-appflow-connectorprofile-snowflakeconnectorprofilecredentials-username
	//
	Username *string `field:"required" json:"username" yaml:"username"`
}

The connector-specific profile credentials required when using Snowflake.

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"

snowflakeConnectorProfileCredentialsProperty := &SnowflakeConnectorProfileCredentialsProperty{
	Password: jsii.String("password"),
	Username: jsii.String("username"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofilecredentials.html

type CfnConnectorProfile_SnowflakeConnectorProfilePropertiesProperty

type CfnConnectorProfile_SnowflakeConnectorProfilePropertiesProperty struct {
	// The name of the Amazon S3 bucket associated with Snowflake.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofileproperties.html#cfn-appflow-connectorprofile-snowflakeconnectorprofileproperties-bucketname
	//
	BucketName *string `field:"required" json:"bucketName" yaml:"bucketName"`
	// The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in the Snowflake account.
	//
	// This is written in the following format: < Database>< Schema><Stage Name>.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofileproperties.html#cfn-appflow-connectorprofile-snowflakeconnectorprofileproperties-stage
	//
	Stage *string `field:"required" json:"stage" yaml:"stage"`
	// The name of the Snowflake warehouse.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofileproperties.html#cfn-appflow-connectorprofile-snowflakeconnectorprofileproperties-warehouse
	//
	Warehouse *string `field:"required" json:"warehouse" yaml:"warehouse"`
	// The name of the account.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofileproperties.html#cfn-appflow-connectorprofile-snowflakeconnectorprofileproperties-accountname
	//
	AccountName *string `field:"optional" json:"accountName" yaml:"accountName"`
	// The bucket path that refers to the Amazon S3 bucket associated with Snowflake.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofileproperties.html#cfn-appflow-connectorprofile-snowflakeconnectorprofileproperties-bucketprefix
	//
	BucketPrefix *string `field:"optional" json:"bucketPrefix" yaml:"bucketPrefix"`
	// The Snowflake Private Link service name to be used for private data transfers.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofileproperties.html#cfn-appflow-connectorprofile-snowflakeconnectorprofileproperties-privatelinkservicename
	//
	PrivateLinkServiceName *string `field:"optional" json:"privateLinkServiceName" yaml:"privateLinkServiceName"`
	// The AWS Region of the Snowflake account.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofileproperties.html#cfn-appflow-connectorprofile-snowflakeconnectorprofileproperties-region
	//
	Region *string `field:"optional" json:"region" yaml:"region"`
}

The connector-specific profile properties required when using Snowflake.

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"

snowflakeConnectorProfilePropertiesProperty := &SnowflakeConnectorProfilePropertiesProperty{
	BucketName: jsii.String("bucketName"),
	Stage: jsii.String("stage"),
	Warehouse: jsii.String("warehouse"),

	// the properties below are optional
	AccountName: jsii.String("accountName"),
	BucketPrefix: jsii.String("bucketPrefix"),
	PrivateLinkServiceName: jsii.String("privateLinkServiceName"),
	Region: jsii.String("region"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-snowflakeconnectorprofileproperties.html

type CfnConnectorProfile_TrendmicroConnectorProfileCredentialsProperty

type CfnConnectorProfile_TrendmicroConnectorProfileCredentialsProperty struct {
	// The Secret Access Key portion of the credentials.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-trendmicroconnectorprofilecredentials.html#cfn-appflow-connectorprofile-trendmicroconnectorprofilecredentials-apisecretkey
	//
	ApiSecretKey *string `field:"required" json:"apiSecretKey" yaml:"apiSecretKey"`
}

The connector-specific profile credentials required when using Trend Micro.

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"

trendmicroConnectorProfileCredentialsProperty := &TrendmicroConnectorProfileCredentialsProperty{
	ApiSecretKey: jsii.String("apiSecretKey"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-trendmicroconnectorprofilecredentials.html

type CfnConnectorProfile_VeevaConnectorProfileCredentialsProperty

type CfnConnectorProfile_VeevaConnectorProfileCredentialsProperty struct {
	// The password that corresponds to the user name.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-veevaconnectorprofilecredentials.html#cfn-appflow-connectorprofile-veevaconnectorprofilecredentials-password
	//
	Password *string `field:"required" json:"password" yaml:"password"`
	// The name of the user.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-veevaconnectorprofilecredentials.html#cfn-appflow-connectorprofile-veevaconnectorprofilecredentials-username
	//
	Username *string `field:"required" json:"username" yaml:"username"`
}

The connector-specific profile credentials required when using Veeva.

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"

veevaConnectorProfileCredentialsProperty := &VeevaConnectorProfileCredentialsProperty{
	Password: jsii.String("password"),
	Username: jsii.String("username"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-veevaconnectorprofilecredentials.html

type CfnConnectorProfile_VeevaConnectorProfilePropertiesProperty

type CfnConnectorProfile_VeevaConnectorProfilePropertiesProperty struct {
	// The location of the Veeva resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-veevaconnectorprofileproperties.html#cfn-appflow-connectorprofile-veevaconnectorprofileproperties-instanceurl
	//
	InstanceUrl *string `field:"required" json:"instanceUrl" yaml:"instanceUrl"`
}

The connector-specific profile properties required when using Veeva.

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"

veevaConnectorProfilePropertiesProperty := &VeevaConnectorProfilePropertiesProperty{
	InstanceUrl: jsii.String("instanceUrl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-veevaconnectorprofileproperties.html

type CfnConnectorProfile_ZendeskConnectorProfileCredentialsProperty

type CfnConnectorProfile_ZendeskConnectorProfileCredentialsProperty struct {
	// The identifier for the desired client.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-zendeskconnectorprofilecredentials.html#cfn-appflow-connectorprofile-zendeskconnectorprofilecredentials-clientid
	//
	ClientId *string `field:"required" json:"clientId" yaml:"clientId"`
	// The client secret used by the OAuth client to authenticate to the authorization server.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-zendeskconnectorprofilecredentials.html#cfn-appflow-connectorprofile-zendeskconnectorprofilecredentials-clientsecret
	//
	ClientSecret *string `field:"required" json:"clientSecret" yaml:"clientSecret"`
	// The credentials used to access protected Zendesk resources.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-zendeskconnectorprofilecredentials.html#cfn-appflow-connectorprofile-zendeskconnectorprofilecredentials-accesstoken
	//
	AccessToken *string `field:"optional" json:"accessToken" yaml:"accessToken"`
	// Used by select connectors for which the OAuth workflow is supported, such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-zendeskconnectorprofilecredentials.html#cfn-appflow-connectorprofile-zendeskconnectorprofilecredentials-connectoroauthrequest
	//
	ConnectorOAuthRequest interface{} `field:"optional" json:"connectorOAuthRequest" yaml:"connectorOAuthRequest"`
}

The connector-specific profile credentials required when using Zendesk.

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"

zendeskConnectorProfileCredentialsProperty := &ZendeskConnectorProfileCredentialsProperty{
	ClientId: jsii.String("clientId"),
	ClientSecret: jsii.String("clientSecret"),

	// the properties below are optional
	AccessToken: jsii.String("accessToken"),
	ConnectorOAuthRequest: &ConnectorOAuthRequestProperty{
		AuthCode: jsii.String("authCode"),
		RedirectUri: jsii.String("redirectUri"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-zendeskconnectorprofilecredentials.html

type CfnConnectorProfile_ZendeskConnectorProfilePropertiesProperty

type CfnConnectorProfile_ZendeskConnectorProfilePropertiesProperty struct {
	// The location of the Zendesk resource.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-zendeskconnectorprofileproperties.html#cfn-appflow-connectorprofile-zendeskconnectorprofileproperties-instanceurl
	//
	InstanceUrl *string `field:"required" json:"instanceUrl" yaml:"instanceUrl"`
}

The connector-specific profile properties required when using Zendesk.

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"

zendeskConnectorProfilePropertiesProperty := &ZendeskConnectorProfilePropertiesProperty{
	InstanceUrl: jsii.String("instanceUrl"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-zendeskconnectorprofileproperties.html

type CfnConnectorProps added in v2.55.0

type CfnConnectorProps struct {
	// The configuration required for registering the connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connector.html#cfn-appflow-connector-connectorprovisioningconfig
	//
	ConnectorProvisioningConfig interface{} `field:"required" json:"connectorProvisioningConfig" yaml:"connectorProvisioningConfig"`
	// The provisioning type used to register the connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connector.html#cfn-appflow-connector-connectorprovisioningtype
	//
	ConnectorProvisioningType *string `field:"required" json:"connectorProvisioningType" yaml:"connectorProvisioningType"`
	// The label used for registering the connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connector.html#cfn-appflow-connector-connectorlabel
	//
	ConnectorLabel *string `field:"optional" json:"connectorLabel" yaml:"connectorLabel"`
	// A description about the connector runtime setting.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connector.html#cfn-appflow-connector-description
	//
	Description *string `field:"optional" json:"description" yaml:"description"`
}

Properties for defining a `CfnConnector`.

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"

cfnConnectorProps := &CfnConnectorProps{
	ConnectorProvisioningConfig: &ConnectorProvisioningConfigProperty{
		Lambda: &LambdaConnectorProvisioningConfigProperty{
			LambdaArn: jsii.String("lambdaArn"),
		},
	},
	ConnectorProvisioningType: jsii.String("connectorProvisioningType"),

	// the properties below are optional
	ConnectorLabel: jsii.String("connectorLabel"),
	Description: jsii.String("description"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-connector.html

type CfnConnector_ConnectorProvisioningConfigProperty added in v2.55.0

type CfnConnector_ConnectorProvisioningConfigProperty struct {
	// Contains information about the configuration of the lambda which is being registered as the connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connector-connectorprovisioningconfig.html#cfn-appflow-connector-connectorprovisioningconfig-lambda
	//
	Lambda interface{} `field:"optional" json:"lambda" yaml:"lambda"`
}

Contains information about the configuration of the connector being registered.

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"

connectorProvisioningConfigProperty := &ConnectorProvisioningConfigProperty{
	Lambda: &LambdaConnectorProvisioningConfigProperty{
		LambdaArn: jsii.String("lambdaArn"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connector-connectorprovisioningconfig.html

type CfnConnector_LambdaConnectorProvisioningConfigProperty added in v2.55.0

type CfnConnector_LambdaConnectorProvisioningConfigProperty struct {
	// Lambda ARN of the connector being registered.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connector-lambdaconnectorprovisioningconfig.html#cfn-appflow-connector-lambdaconnectorprovisioningconfig-lambdaarn
	//
	LambdaArn *string `field:"required" json:"lambdaArn" yaml:"lambdaArn"`
}

Contains information about the configuration of the lambda which is being registered as the connector.

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"

lambdaConnectorProvisioningConfigProperty := &LambdaConnectorProvisioningConfigProperty{
	LambdaArn: jsii.String("lambdaArn"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connector-lambdaconnectorprovisioningconfig.html

type CfnFlow

type CfnFlow interface {
	awscdk.CfnResource
	awscdk.IInspectable
	awscdk.ITaggable
	// The flow's Amazon Resource Name (ARN).
	AttrFlowArn() *string
	// Options for this resource, such as condition, update policy etc.
	CfnOptions() awscdk.ICfnResourceOptions
	CfnProperties() *map[string]interface{}
	// AWS resource type.
	CfnResourceType() *string
	// Returns: the stack trace of the point where this Resource was created from, sourced
	// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
	// node +internal+ entries filtered.
	CreationStack() *[]*string
	// A user-entered description of the flow.
	Description() *string
	SetDescription(val *string)
	// The configuration that controls how Amazon AppFlow places data in the destination connector.
	DestinationFlowConfigList() interface{}
	SetDestinationFlowConfigList(val interface{})
	// The specified name of the flow.
	FlowName() *string
	SetFlowName(val *string)
	// Sets the status of the flow.
	//
	// You can specify one of the following values:.
	FlowStatus() *string
	SetFlowStatus(val *string)
	// The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
	KmsArn() *string
	SetKmsArn(val *string)
	// The logical ID for this CloudFormation stack element.
	//
	// The logical ID of the element
	// is calculated from the path of the resource node in the construct tree.
	//
	// To override this value, use `overrideLogicalId(newLogicalId)`.
	//
	// Returns: the logical ID as a stringified token. This value will only get
	// resolved during synthesis.
	LogicalId() *string
	// Specifies the configuration that Amazon AppFlow uses when it catalogs your data.
	MetadataCatalogConfig() interface{}
	SetMetadataCatalogConfig(val interface{})
	// The tree node.
	Node() constructs.Node
	// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
	//
	// If, by any chance, the intrinsic reference of a resource is not a string, you could
	// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
	Ref() *string
	// Contains information about the configuration of the source connector used in the flow.
	SourceFlowConfig() interface{}
	SetSourceFlowConfig(val interface{})
	// The stack in which this element is defined.
	//
	// CfnElements must be defined within a stack scope (directly or indirectly).
	Stack() awscdk.Stack
	// Tag Manager which manages the tags for this resource.
	Tags() awscdk.TagManager
	// The tags used to organize, track, or control access for your flow.
	TagsRaw() *[]*awscdk.CfnTag
	SetTagsRaw(val *[]*awscdk.CfnTag)
	// A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
	Tasks() interface{}
	SetTasks(val interface{})
	// The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
	TriggerConfig() interface{}
	SetTriggerConfig(val interface{})
	// Deprecated.
	// Deprecated: use `updatedProperties`
	//
	// Return properties modified after initiation
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperites() *map[string]interface{}
	// Return properties modified after initiation.
	//
	// Resources that expose mutable properties should override this function to
	// collect and return the properties object for this resource.
	UpdatedProperties() *map[string]interface{}
	// Syntactic sugar for `addOverride(path, undefined)`.
	AddDeletionOverride(path *string)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	//
	// This can be used for resources across stacks (or nested stack) boundaries
	// and the dependency will automatically be transferred to the relevant scope.
	AddDependency(target awscdk.CfnResource)
	// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
	// Deprecated: use addDependency.
	AddDependsOn(target awscdk.CfnResource)
	// Add a value to the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	AddMetadata(key *string, value interface{})
	// Adds an override to the synthesized CloudFormation resource.
	//
	// To add a
	// property override, either use `addPropertyOverride` or prefix `path` with
	// "Properties." (i.e. `Properties.TopicName`).
	//
	// If the override is nested, separate each nested level using a dot (.) in the path parameter.
	// If there is an array as part of the nesting, specify the index in the path.
	//
	// To include a literal `.` in the property name, prefix with a `\`. In most
	// programming languages you will need to write this as `"\\."` because the
	// `\` itself will need to be escaped.
	//
	// For example,
	// “`typescript
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
	// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
	// “`
	// would add the overrides
	// “`json
	// "Properties": {
	//   "GlobalSecondaryIndexes": [
	//     {
	//       "Projection": {
	//         "NonKeyAttributes": [ "myattribute" ]
	//         ...
	//       }
	//       ...
	//     },
	//     {
	//       "ProjectionType": "INCLUDE"
	//       ...
	//     },
	//   ]
	//   ...
	// }
	// “`
	//
	// The `value` argument to `addOverride` will not be processed or translated
	// in any way. Pass raw JSON values in here with the correct capitalization
	// for CloudFormation. If you pass CDK classes or structs, they will be
	// rendered with lowercased key names, and CloudFormation will reject the
	// template.
	AddOverride(path *string, value interface{})
	// Adds an override that deletes the value of a property from the resource definition.
	AddPropertyDeletionOverride(propertyPath *string)
	// Adds an override to a resource property.
	//
	// Syntactic sugar for `addOverride("Properties.<...>", value)`.
	AddPropertyOverride(propertyPath *string, value interface{})
	// Sets the deletion policy of the resource based on the removal policy specified.
	//
	// The Removal Policy controls what happens to this resource when it stops
	// being managed by CloudFormation, either because you've removed it from the
	// CDK application or because you've made a change that requires the resource
	// to be replaced.
	//
	// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
	// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
	// cases, a snapshot can be taken of the resource prior to deletion
	// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
	// can be found in the following link:.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
	//
	ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
	// Returns a token for an runtime attribute of this resource.
	//
	// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
	// in case there is no generated attribute.
	GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
	// Retrieve a value value from the CloudFormation Resource Metadata.
	// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
	//
	// Note that this is a different set of metadata from CDK node metadata; this
	// metadata ends up in the stack template under the resource, whereas CDK
	// node metadata ends up in the Cloud Assembly.
	//
	GetMetadata(key *string) interface{}
	// Examines the CloudFormation resource and discloses attributes.
	Inspect(inspector awscdk.TreeInspector)
	// Retrieves an array of resources this resource depends on.
	//
	// This assembles dependencies on resources across stacks (including nested stacks)
	// automatically.
	ObtainDependencies() *[]interface{}
	// Get a shallow copy of dependencies between this resource and other resources in the same stack.
	ObtainResourceDependencies() *[]awscdk.CfnResource
	// Overrides the auto-generated logical ID with a specific ID.
	OverrideLogicalId(newLogicalId *string)
	// Indicates that this resource no longer depends on another resource.
	//
	// This can be used for resources across stacks (including nested stacks)
	// and the dependency will automatically be removed from the relevant scope.
	RemoveDependency(target awscdk.CfnResource)
	RenderProperties(props *map[string]interface{}) *map[string]interface{}
	// Replaces one dependency with another.
	ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
	// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
	//
	// Returns: `true` if the resource should be included or `false` is the resource
	// should be omitted.
	ShouldSynthesize() *bool
	// Returns a string representation of this construct.
	//
	// Returns: a string representation of this resource.
	ToString() *string
	ValidateProperties(_properties interface{})
}

The `AWS::AppFlow::Flow` resource is an Amazon AppFlow resource type that specifies a new flow.

> If you want to use AWS CloudFormation to create a connector profile for connectors that implement OAuth (such as Salesforce, Slack, Zendesk, and Google Analytics), you must fetch the access and refresh tokens. You can do this by implementing your own UI for OAuth, or by retrieving the tokens from elsewhere. Alternatively, you can use the Amazon AppFlow console to create the connector profile, and then use that connector profile in the flow creation CloudFormation template.

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"

cfnFlow := awscdk.Aws_appflow.NewCfnFlow(this, jsii.String("MyCfnFlow"), &CfnFlowProps{
	DestinationFlowConfigList: []interface{}{
		&DestinationFlowConfigProperty{
			ConnectorType: jsii.String("connectorType"),
			DestinationConnectorProperties: &DestinationConnectorPropertiesProperty{
				CustomConnector: &CustomConnectorDestinationPropertiesProperty{
					EntityName: jsii.String("entityName"),

					// the properties below are optional
					CustomProperties: map[string]*string{
						"customPropertiesKey": jsii.String("customProperties"),
					},
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
					IdFieldNames: []*string{
						jsii.String("idFieldNames"),
					},
					WriteOperationType: jsii.String("writeOperationType"),
				},
				EventBridge: &EventBridgeDestinationPropertiesProperty{
					Object: jsii.String("object"),

					// the properties below are optional
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
				},
				LookoutMetrics: &LookoutMetricsDestinationPropertiesProperty{
					Object: jsii.String("object"),
				},
				Marketo: &MarketoDestinationPropertiesProperty{
					Object: jsii.String("object"),

					// the properties below are optional
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
				},
				Redshift: &RedshiftDestinationPropertiesProperty{
					IntermediateBucketName: jsii.String("intermediateBucketName"),
					Object: jsii.String("object"),

					// the properties below are optional
					BucketPrefix: jsii.String("bucketPrefix"),
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
				},
				S3: &S3DestinationPropertiesProperty{
					BucketName: jsii.String("bucketName"),

					// the properties below are optional
					BucketPrefix: jsii.String("bucketPrefix"),
					S3OutputFormatConfig: &S3OutputFormatConfigProperty{
						AggregationConfig: &AggregationConfigProperty{
							AggregationType: jsii.String("aggregationType"),
							TargetFileSize: jsii.Number(123),
						},
						FileType: jsii.String("fileType"),
						PrefixConfig: &PrefixConfigProperty{
							PathPrefixHierarchy: []*string{
								jsii.String("pathPrefixHierarchy"),
							},
							PrefixFormat: jsii.String("prefixFormat"),
							PrefixType: jsii.String("prefixType"),
						},
						PreserveSourceDataTyping: jsii.Boolean(false),
					},
				},
				Salesforce: &SalesforceDestinationPropertiesProperty{
					Object: jsii.String("object"),

					// the properties below are optional
					DataTransferApi: jsii.String("dataTransferApi"),
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
					IdFieldNames: []*string{
						jsii.String("idFieldNames"),
					},
					WriteOperationType: jsii.String("writeOperationType"),
				},
				SapoData: &SAPODataDestinationPropertiesProperty{
					ObjectPath: jsii.String("objectPath"),

					// the properties below are optional
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
					IdFieldNames: []*string{
						jsii.String("idFieldNames"),
					},
					SuccessResponseHandlingConfig: &SuccessResponseHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
					},
					WriteOperationType: jsii.String("writeOperationType"),
				},
				Snowflake: &SnowflakeDestinationPropertiesProperty{
					IntermediateBucketName: jsii.String("intermediateBucketName"),
					Object: jsii.String("object"),

					// the properties below are optional
					BucketPrefix: jsii.String("bucketPrefix"),
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
				},
				Upsolver: &UpsolverDestinationPropertiesProperty{
					BucketName: jsii.String("bucketName"),
					S3OutputFormatConfig: &UpsolverS3OutputFormatConfigProperty{
						PrefixConfig: &PrefixConfigProperty{
							PathPrefixHierarchy: []*string{
								jsii.String("pathPrefixHierarchy"),
							},
							PrefixFormat: jsii.String("prefixFormat"),
							PrefixType: jsii.String("prefixType"),
						},

						// the properties below are optional
						AggregationConfig: &AggregationConfigProperty{
							AggregationType: jsii.String("aggregationType"),
							TargetFileSize: jsii.Number(123),
						},
						FileType: jsii.String("fileType"),
					},

					// the properties below are optional
					BucketPrefix: jsii.String("bucketPrefix"),
				},
				Zendesk: &ZendeskDestinationPropertiesProperty{
					Object: jsii.String("object"),

					// the properties below are optional
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
					IdFieldNames: []*string{
						jsii.String("idFieldNames"),
					},
					WriteOperationType: jsii.String("writeOperationType"),
				},
			},

			// the properties below are optional
			ApiVersion: jsii.String("apiVersion"),
			ConnectorProfileName: jsii.String("connectorProfileName"),
		},
	},
	FlowName: jsii.String("flowName"),
	SourceFlowConfig: &SourceFlowConfigProperty{
		ConnectorType: jsii.String("connectorType"),
		SourceConnectorProperties: &SourceConnectorPropertiesProperty{
			Amplitude: &AmplitudeSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			CustomConnector: &CustomConnectorSourcePropertiesProperty{
				EntityName: jsii.String("entityName"),

				// the properties below are optional
				CustomProperties: map[string]*string{
					"customPropertiesKey": jsii.String("customProperties"),
				},
				DataTransferApi: &DataTransferApiProperty{
					Name: jsii.String("name"),
					Type: jsii.String("type"),
				},
			},
			Datadog: &DatadogSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Dynatrace: &DynatraceSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			GoogleAnalytics: &GoogleAnalyticsSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			InforNexus: &InforNexusSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Marketo: &MarketoSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Pardot: &PardotSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			S3: &S3SourcePropertiesProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),

				// the properties below are optional
				S3InputFormatConfig: &S3InputFormatConfigProperty{
					S3InputFileType: jsii.String("s3InputFileType"),
				},
			},
			Salesforce: &SalesforceSourcePropertiesProperty{
				Object: jsii.String("object"),

				// the properties below are optional
				DataTransferApi: jsii.String("dataTransferApi"),
				EnableDynamicFieldUpdate: jsii.Boolean(false),
				IncludeDeletedRecords: jsii.Boolean(false),
			},
			SapoData: &SAPODataSourcePropertiesProperty{
				ObjectPath: jsii.String("objectPath"),

				// the properties below are optional
				PaginationConfig: &SAPODataPaginationConfigProperty{
					MaxPageSize: jsii.Number(123),
				},
				ParallelismConfig: &SAPODataParallelismConfigProperty{
					MaxParallelism: jsii.Number(123),
				},
			},
			ServiceNow: &ServiceNowSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Singular: &SingularSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Slack: &SlackSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Trendmicro: &TrendmicroSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Veeva: &VeevaSourcePropertiesProperty{
				Object: jsii.String("object"),

				// the properties below are optional
				DocumentType: jsii.String("documentType"),
				IncludeAllVersions: jsii.Boolean(false),
				IncludeRenditions: jsii.Boolean(false),
				IncludeSourceFiles: jsii.Boolean(false),
			},
			Zendesk: &ZendeskSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
		},

		// the properties below are optional
		ApiVersion: jsii.String("apiVersion"),
		ConnectorProfileName: jsii.String("connectorProfileName"),
		IncrementalPullConfig: &IncrementalPullConfigProperty{
			DatetimeTypeFieldName: jsii.String("datetimeTypeFieldName"),
		},
	},
	Tasks: []interface{}{
		&TaskProperty{
			SourceFields: []*string{
				jsii.String("sourceFields"),
			},
			TaskType: jsii.String("taskType"),

			// the properties below are optional
			ConnectorOperator: &ConnectorOperatorProperty{
				Amplitude: jsii.String("amplitude"),
				CustomConnector: jsii.String("customConnector"),
				Datadog: jsii.String("datadog"),
				Dynatrace: jsii.String("dynatrace"),
				GoogleAnalytics: jsii.String("googleAnalytics"),
				InforNexus: jsii.String("inforNexus"),
				Marketo: jsii.String("marketo"),
				Pardot: jsii.String("pardot"),
				S3: jsii.String("s3"),
				Salesforce: jsii.String("salesforce"),
				SapoData: jsii.String("sapoData"),
				ServiceNow: jsii.String("serviceNow"),
				Singular: jsii.String("singular"),
				Slack: jsii.String("slack"),
				Trendmicro: jsii.String("trendmicro"),
				Veeva: jsii.String("veeva"),
				Zendesk: jsii.String("zendesk"),
			},
			DestinationField: jsii.String("destinationField"),
			TaskProperties: []interface{}{
				&TaskPropertiesObjectProperty{
					Key: jsii.String("key"),
					Value: jsii.String("value"),
				},
			},
		},
	},
	TriggerConfig: &TriggerConfigProperty{
		TriggerType: jsii.String("triggerType"),

		// the properties below are optional
		TriggerProperties: &ScheduledTriggerPropertiesProperty{
			ScheduleExpression: jsii.String("scheduleExpression"),

			// the properties below are optional
			DataPullMode: jsii.String("dataPullMode"),
			FirstExecutionFrom: jsii.Number(123),
			FlowErrorDeactivationThreshold: jsii.Number(123),
			ScheduleEndTime: jsii.Number(123),
			ScheduleOffset: jsii.Number(123),
			ScheduleStartTime: jsii.Number(123),
			TimeZone: jsii.String("timeZone"),
		},
	},

	// the properties below are optional
	Description: jsii.String("description"),
	FlowStatus: jsii.String("flowStatus"),
	KmsArn: jsii.String("kmsArn"),
	MetadataCatalogConfig: &MetadataCatalogConfigProperty{
		GlueDataCatalog: &GlueDataCatalogProperty{
			DatabaseName: jsii.String("databaseName"),
			RoleArn: jsii.String("roleArn"),
			TablePrefix: jsii.String("tablePrefix"),
		},
	},
	Tags: []cfnTag{
		&cfnTag{
			Key: jsii.String("key"),
			Value: jsii.String("value"),
		},
	},
})

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html

func NewCfnFlow

func NewCfnFlow(scope constructs.Construct, id *string, props *CfnFlowProps) CfnFlow

type CfnFlowProps

type CfnFlowProps struct {
	// The configuration that controls how Amazon AppFlow places data in the destination connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-destinationflowconfiglist
	//
	DestinationFlowConfigList interface{} `field:"required" json:"destinationFlowConfigList" yaml:"destinationFlowConfigList"`
	// The specified name of the flow.
	//
	// Spaces are not allowed. Use underscores (_) or hyphens (-) only.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-flowname
	//
	FlowName *string `field:"required" json:"flowName" yaml:"flowName"`
	// Contains information about the configuration of the source connector used in the flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-sourceflowconfig
	//
	SourceFlowConfig interface{} `field:"required" json:"sourceFlowConfig" yaml:"sourceFlowConfig"`
	// A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-tasks
	//
	Tasks interface{} `field:"required" json:"tasks" yaml:"tasks"`
	// The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-triggerconfig
	//
	TriggerConfig interface{} `field:"required" json:"triggerConfig" yaml:"triggerConfig"`
	// A user-entered description of the flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-description
	//
	Description *string `field:"optional" json:"description" yaml:"description"`
	// Sets the status of the flow. You can specify one of the following values:.
	//
	// - **Active** - The flow runs based on the trigger settings that you defined. Active scheduled flows run as scheduled, and active event-triggered flows run when the specified change event occurs. However, active on-demand flows run only when you manually start them by using Amazon AppFlow.
	// - **Suspended** - You can use this option to deactivate an active flow. Scheduled and event-triggered flows will cease to run until you reactive them. This value only affects scheduled and event-triggered flows. It has no effect for on-demand flows.
	//
	// If you omit the FlowStatus parameter, Amazon AppFlow creates the flow with a default status. The default status for on-demand flows is Active. The default status for scheduled and event-triggered flows is Draft, which means they’re not yet active.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-flowstatus
	//
	FlowStatus *string `field:"optional" json:"flowStatus" yaml:"flowStatus"`
	// The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
	//
	// This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-kmsarn
	//
	KmsArn *string `field:"optional" json:"kmsArn" yaml:"kmsArn"`
	// Specifies the configuration that Amazon AppFlow uses when it catalogs your data.
	//
	// When Amazon AppFlow catalogs your data, it stores metadata in a data catalog.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-metadatacatalogconfig
	//
	MetadataCatalogConfig interface{} `field:"optional" json:"metadataCatalogConfig" yaml:"metadataCatalogConfig"`
	// The tags used to organize, track, or control access for your flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-tags
	//
	Tags *[]*awscdk.CfnTag `field:"optional" json:"tags" yaml:"tags"`
}

Properties for defining a `CfnFlow`.

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"

cfnFlowProps := &CfnFlowProps{
	DestinationFlowConfigList: []interface{}{
		&DestinationFlowConfigProperty{
			ConnectorType: jsii.String("connectorType"),
			DestinationConnectorProperties: &DestinationConnectorPropertiesProperty{
				CustomConnector: &CustomConnectorDestinationPropertiesProperty{
					EntityName: jsii.String("entityName"),

					// the properties below are optional
					CustomProperties: map[string]*string{
						"customPropertiesKey": jsii.String("customProperties"),
					},
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
					IdFieldNames: []*string{
						jsii.String("idFieldNames"),
					},
					WriteOperationType: jsii.String("writeOperationType"),
				},
				EventBridge: &EventBridgeDestinationPropertiesProperty{
					Object: jsii.String("object"),

					// the properties below are optional
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
				},
				LookoutMetrics: &LookoutMetricsDestinationPropertiesProperty{
					Object: jsii.String("object"),
				},
				Marketo: &MarketoDestinationPropertiesProperty{
					Object: jsii.String("object"),

					// the properties below are optional
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
				},
				Redshift: &RedshiftDestinationPropertiesProperty{
					IntermediateBucketName: jsii.String("intermediateBucketName"),
					Object: jsii.String("object"),

					// the properties below are optional
					BucketPrefix: jsii.String("bucketPrefix"),
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
				},
				S3: &S3DestinationPropertiesProperty{
					BucketName: jsii.String("bucketName"),

					// the properties below are optional
					BucketPrefix: jsii.String("bucketPrefix"),
					S3OutputFormatConfig: &S3OutputFormatConfigProperty{
						AggregationConfig: &AggregationConfigProperty{
							AggregationType: jsii.String("aggregationType"),
							TargetFileSize: jsii.Number(123),
						},
						FileType: jsii.String("fileType"),
						PrefixConfig: &PrefixConfigProperty{
							PathPrefixHierarchy: []*string{
								jsii.String("pathPrefixHierarchy"),
							},
							PrefixFormat: jsii.String("prefixFormat"),
							PrefixType: jsii.String("prefixType"),
						},
						PreserveSourceDataTyping: jsii.Boolean(false),
					},
				},
				Salesforce: &SalesforceDestinationPropertiesProperty{
					Object: jsii.String("object"),

					// the properties below are optional
					DataTransferApi: jsii.String("dataTransferApi"),
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
					IdFieldNames: []*string{
						jsii.String("idFieldNames"),
					},
					WriteOperationType: jsii.String("writeOperationType"),
				},
				SapoData: &SAPODataDestinationPropertiesProperty{
					ObjectPath: jsii.String("objectPath"),

					// the properties below are optional
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
					IdFieldNames: []*string{
						jsii.String("idFieldNames"),
					},
					SuccessResponseHandlingConfig: &SuccessResponseHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
					},
					WriteOperationType: jsii.String("writeOperationType"),
				},
				Snowflake: &SnowflakeDestinationPropertiesProperty{
					IntermediateBucketName: jsii.String("intermediateBucketName"),
					Object: jsii.String("object"),

					// the properties below are optional
					BucketPrefix: jsii.String("bucketPrefix"),
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
				},
				Upsolver: &UpsolverDestinationPropertiesProperty{
					BucketName: jsii.String("bucketName"),
					S3OutputFormatConfig: &UpsolverS3OutputFormatConfigProperty{
						PrefixConfig: &PrefixConfigProperty{
							PathPrefixHierarchy: []*string{
								jsii.String("pathPrefixHierarchy"),
							},
							PrefixFormat: jsii.String("prefixFormat"),
							PrefixType: jsii.String("prefixType"),
						},

						// the properties below are optional
						AggregationConfig: &AggregationConfigProperty{
							AggregationType: jsii.String("aggregationType"),
							TargetFileSize: jsii.Number(123),
						},
						FileType: jsii.String("fileType"),
					},

					// the properties below are optional
					BucketPrefix: jsii.String("bucketPrefix"),
				},
				Zendesk: &ZendeskDestinationPropertiesProperty{
					Object: jsii.String("object"),

					// the properties below are optional
					ErrorHandlingConfig: &ErrorHandlingConfigProperty{
						BucketName: jsii.String("bucketName"),
						BucketPrefix: jsii.String("bucketPrefix"),
						FailOnFirstError: jsii.Boolean(false),
					},
					IdFieldNames: []*string{
						jsii.String("idFieldNames"),
					},
					WriteOperationType: jsii.String("writeOperationType"),
				},
			},

			// the properties below are optional
			ApiVersion: jsii.String("apiVersion"),
			ConnectorProfileName: jsii.String("connectorProfileName"),
		},
	},
	FlowName: jsii.String("flowName"),
	SourceFlowConfig: &SourceFlowConfigProperty{
		ConnectorType: jsii.String("connectorType"),
		SourceConnectorProperties: &SourceConnectorPropertiesProperty{
			Amplitude: &AmplitudeSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			CustomConnector: &CustomConnectorSourcePropertiesProperty{
				EntityName: jsii.String("entityName"),

				// the properties below are optional
				CustomProperties: map[string]*string{
					"customPropertiesKey": jsii.String("customProperties"),
				},
				DataTransferApi: &DataTransferApiProperty{
					Name: jsii.String("name"),
					Type: jsii.String("type"),
				},
			},
			Datadog: &DatadogSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Dynatrace: &DynatraceSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			GoogleAnalytics: &GoogleAnalyticsSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			InforNexus: &InforNexusSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Marketo: &MarketoSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Pardot: &PardotSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			S3: &S3SourcePropertiesProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),

				// the properties below are optional
				S3InputFormatConfig: &S3InputFormatConfigProperty{
					S3InputFileType: jsii.String("s3InputFileType"),
				},
			},
			Salesforce: &SalesforceSourcePropertiesProperty{
				Object: jsii.String("object"),

				// the properties below are optional
				DataTransferApi: jsii.String("dataTransferApi"),
				EnableDynamicFieldUpdate: jsii.Boolean(false),
				IncludeDeletedRecords: jsii.Boolean(false),
			},
			SapoData: &SAPODataSourcePropertiesProperty{
				ObjectPath: jsii.String("objectPath"),

				// the properties below are optional
				PaginationConfig: &SAPODataPaginationConfigProperty{
					MaxPageSize: jsii.Number(123),
				},
				ParallelismConfig: &SAPODataParallelismConfigProperty{
					MaxParallelism: jsii.Number(123),
				},
			},
			ServiceNow: &ServiceNowSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Singular: &SingularSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Slack: &SlackSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Trendmicro: &TrendmicroSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
			Veeva: &VeevaSourcePropertiesProperty{
				Object: jsii.String("object"),

				// the properties below are optional
				DocumentType: jsii.String("documentType"),
				IncludeAllVersions: jsii.Boolean(false),
				IncludeRenditions: jsii.Boolean(false),
				IncludeSourceFiles: jsii.Boolean(false),
			},
			Zendesk: &ZendeskSourcePropertiesProperty{
				Object: jsii.String("object"),
			},
		},

		// the properties below are optional
		ApiVersion: jsii.String("apiVersion"),
		ConnectorProfileName: jsii.String("connectorProfileName"),
		IncrementalPullConfig: &IncrementalPullConfigProperty{
			DatetimeTypeFieldName: jsii.String("datetimeTypeFieldName"),
		},
	},
	Tasks: []interface{}{
		&TaskProperty{
			SourceFields: []*string{
				jsii.String("sourceFields"),
			},
			TaskType: jsii.String("taskType"),

			// the properties below are optional
			ConnectorOperator: &ConnectorOperatorProperty{
				Amplitude: jsii.String("amplitude"),
				CustomConnector: jsii.String("customConnector"),
				Datadog: jsii.String("datadog"),
				Dynatrace: jsii.String("dynatrace"),
				GoogleAnalytics: jsii.String("googleAnalytics"),
				InforNexus: jsii.String("inforNexus"),
				Marketo: jsii.String("marketo"),
				Pardot: jsii.String("pardot"),
				S3: jsii.String("s3"),
				Salesforce: jsii.String("salesforce"),
				SapoData: jsii.String("sapoData"),
				ServiceNow: jsii.String("serviceNow"),
				Singular: jsii.String("singular"),
				Slack: jsii.String("slack"),
				Trendmicro: jsii.String("trendmicro"),
				Veeva: jsii.String("veeva"),
				Zendesk: jsii.String("zendesk"),
			},
			DestinationField: jsii.String("destinationField"),
			TaskProperties: []interface{}{
				&TaskPropertiesObjectProperty{
					Key: jsii.String("key"),
					Value: jsii.String("value"),
				},
			},
		},
	},
	TriggerConfig: &TriggerConfigProperty{
		TriggerType: jsii.String("triggerType"),

		// the properties below are optional
		TriggerProperties: &ScheduledTriggerPropertiesProperty{
			ScheduleExpression: jsii.String("scheduleExpression"),

			// the properties below are optional
			DataPullMode: jsii.String("dataPullMode"),
			FirstExecutionFrom: jsii.Number(123),
			FlowErrorDeactivationThreshold: jsii.Number(123),
			ScheduleEndTime: jsii.Number(123),
			ScheduleOffset: jsii.Number(123),
			ScheduleStartTime: jsii.Number(123),
			TimeZone: jsii.String("timeZone"),
		},
	},

	// the properties below are optional
	Description: jsii.String("description"),
	FlowStatus: jsii.String("flowStatus"),
	KmsArn: jsii.String("kmsArn"),
	MetadataCatalogConfig: &MetadataCatalogConfigProperty{
		GlueDataCatalog: &GlueDataCatalogProperty{
			DatabaseName: jsii.String("databaseName"),
			RoleArn: jsii.String("roleArn"),
			TablePrefix: jsii.String("tablePrefix"),
		},
	},
	Tags: []cfnTag{
		&cfnTag{
			Key: jsii.String("key"),
			Value: jsii.String("value"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html

type CfnFlow_AggregationConfigProperty

type CfnFlow_AggregationConfigProperty struct {
	// Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-aggregationconfig.html#cfn-appflow-flow-aggregationconfig-aggregationtype
	//
	AggregationType *string `field:"optional" json:"aggregationType" yaml:"aggregationType"`
	// The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination.
	//
	// For each file, Amazon AppFlow attempts to achieve the size that you specify. The actual file sizes might differ from this target based on the number and size of the records that each file contains.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-aggregationconfig.html#cfn-appflow-flow-aggregationconfig-targetfilesize
	//
	TargetFileSize *float64 `field:"optional" json:"targetFileSize" yaml:"targetFileSize"`
}

The aggregation settings that you can use to customize the output format of your flow data.

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"

aggregationConfigProperty := &AggregationConfigProperty{
	AggregationType: jsii.String("aggregationType"),
	TargetFileSize: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-aggregationconfig.html

type CfnFlow_AmplitudeSourcePropertiesProperty

type CfnFlow_AmplitudeSourcePropertiesProperty struct {
	// The object specified in the Amplitude flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-amplitudesourceproperties.html#cfn-appflow-flow-amplitudesourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when Amplitude 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 "github.com/aws/aws-cdk-go/awscdk"

amplitudeSourcePropertiesProperty := &AmplitudeSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-amplitudesourceproperties.html

type CfnFlow_ConnectorOperatorProperty

type CfnFlow_ConnectorOperatorProperty struct {
	// The operation to be performed on the provided Amplitude source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-amplitude
	//
	Amplitude *string `field:"optional" json:"amplitude" yaml:"amplitude"`
	// Operators supported by the custom connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-customconnector
	//
	CustomConnector *string `field:"optional" json:"customConnector" yaml:"customConnector"`
	// The operation to be performed on the provided Datadog source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-datadog
	//
	Datadog *string `field:"optional" json:"datadog" yaml:"datadog"`
	// The operation to be performed on the provided Dynatrace source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-dynatrace
	//
	Dynatrace *string `field:"optional" json:"dynatrace" yaml:"dynatrace"`
	// The operation to be performed on the provided Google Analytics source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-googleanalytics
	//
	GoogleAnalytics *string `field:"optional" json:"googleAnalytics" yaml:"googleAnalytics"`
	// The operation to be performed on the provided Infor Nexus source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-infornexus
	//
	InforNexus *string `field:"optional" json:"inforNexus" yaml:"inforNexus"`
	// The operation to be performed on the provided Marketo source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-marketo
	//
	Marketo *string `field:"optional" json:"marketo" yaml:"marketo"`
	// The operation to be performed on the provided Salesforce Pardot source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-pardot
	//
	Pardot *string `field:"optional" json:"pardot" yaml:"pardot"`
	// The operation to be performed on the provided Amazon S3 source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-s3
	//
	S3 *string `field:"optional" json:"s3" yaml:"s3"`
	// The operation to be performed on the provided Salesforce source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-salesforce
	//
	Salesforce *string `field:"optional" json:"salesforce" yaml:"salesforce"`
	// The operation to be performed on the provided SAPOData source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-sapodata
	//
	SapoData *string `field:"optional" json:"sapoData" yaml:"sapoData"`
	// The operation to be performed on the provided ServiceNow source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-servicenow
	//
	ServiceNow *string `field:"optional" json:"serviceNow" yaml:"serviceNow"`
	// The operation to be performed on the provided Singular source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-singular
	//
	Singular *string `field:"optional" json:"singular" yaml:"singular"`
	// The operation to be performed on the provided Slack source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-slack
	//
	Slack *string `field:"optional" json:"slack" yaml:"slack"`
	// The operation to be performed on the provided Trend Micro source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-trendmicro
	//
	Trendmicro *string `field:"optional" json:"trendmicro" yaml:"trendmicro"`
	// The operation to be performed on the provided Veeva source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-veeva
	//
	Veeva *string `field:"optional" json:"veeva" yaml:"veeva"`
	// The operation to be performed on the provided Zendesk source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-zendesk
	//
	Zendesk *string `field:"optional" json:"zendesk" yaml:"zendesk"`
}

The operation to be performed on the provided source fields.

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"

connectorOperatorProperty := &ConnectorOperatorProperty{
	Amplitude: jsii.String("amplitude"),
	CustomConnector: jsii.String("customConnector"),
	Datadog: jsii.String("datadog"),
	Dynatrace: jsii.String("dynatrace"),
	GoogleAnalytics: jsii.String("googleAnalytics"),
	InforNexus: jsii.String("inforNexus"),
	Marketo: jsii.String("marketo"),
	Pardot: jsii.String("pardot"),
	S3: jsii.String("s3"),
	Salesforce: jsii.String("salesforce"),
	SapoData: jsii.String("sapoData"),
	ServiceNow: jsii.String("serviceNow"),
	Singular: jsii.String("singular"),
	Slack: jsii.String("slack"),
	Trendmicro: jsii.String("trendmicro"),
	Veeva: jsii.String("veeva"),
	Zendesk: jsii.String("zendesk"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html

type CfnFlow_CustomConnectorDestinationPropertiesProperty added in v2.31.0

type CfnFlow_CustomConnectorDestinationPropertiesProperty struct {
	// The entity specified in the custom connector as a destination in the flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-entityname
	//
	EntityName *string `field:"required" json:"entityName" yaml:"entityName"`
	// The custom properties that are specific to the connector when it's used as a destination in the flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-customproperties
	//
	CustomProperties interface{} `field:"optional" json:"customProperties" yaml:"customProperties"`
	// The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-errorhandlingconfig
	//
	ErrorHandlingConfig interface{} `field:"optional" json:"errorHandlingConfig" yaml:"errorHandlingConfig"`
	// The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-idfieldnames
	//
	IdFieldNames *[]*string `field:"optional" json:"idFieldNames" yaml:"idFieldNames"`
	// Specifies the type of write operation to be performed in the custom connector when it's used as destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-writeoperationtype
	//
	WriteOperationType *string `field:"optional" json:"writeOperationType" yaml:"writeOperationType"`
}

The properties that are applied when the custom connector is being used as a destination.

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"

customConnectorDestinationPropertiesProperty := &CustomConnectorDestinationPropertiesProperty{
	EntityName: jsii.String("entityName"),

	// the properties below are optional
	CustomProperties: map[string]*string{
		"customPropertiesKey": jsii.String("customProperties"),
	},
	ErrorHandlingConfig: &ErrorHandlingConfigProperty{
		BucketName: jsii.String("bucketName"),
		BucketPrefix: jsii.String("bucketPrefix"),
		FailOnFirstError: jsii.Boolean(false),
	},
	IdFieldNames: []*string{
		jsii.String("idFieldNames"),
	},
	WriteOperationType: jsii.String("writeOperationType"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html

type CfnFlow_CustomConnectorSourcePropertiesProperty added in v2.31.0

type CfnFlow_CustomConnectorSourcePropertiesProperty struct {
	// The entity specified in the custom connector as a source in the flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectorsourceproperties.html#cfn-appflow-flow-customconnectorsourceproperties-entityname
	//
	EntityName *string `field:"required" json:"entityName" yaml:"entityName"`
	// Custom properties that are required to use the custom connector as a source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectorsourceproperties.html#cfn-appflow-flow-customconnectorsourceproperties-customproperties
	//
	CustomProperties interface{} `field:"optional" json:"customProperties" yaml:"customProperties"`
	// The API of the connector application that Amazon AppFlow uses to transfer your data.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectorsourceproperties.html#cfn-appflow-flow-customconnectorsourceproperties-datatransferapi
	//
	DataTransferApi interface{} `field:"optional" json:"dataTransferApi" yaml:"dataTransferApi"`
}

The properties that are applied when the custom connector 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 "github.com/aws/aws-cdk-go/awscdk"

customConnectorSourcePropertiesProperty := &CustomConnectorSourcePropertiesProperty{
	EntityName: jsii.String("entityName"),

	// the properties below are optional
	CustomProperties: map[string]*string{
		"customPropertiesKey": jsii.String("customProperties"),
	},
	DataTransferApi: &DataTransferApiProperty{
		Name: jsii.String("name"),
		Type: jsii.String("type"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectorsourceproperties.html

type CfnFlow_DataTransferApiProperty added in v2.88.0

type CfnFlow_DataTransferApiProperty struct {
	// The name of the connector application API.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-datatransferapi.html#cfn-appflow-flow-datatransferapi-name
	//
	Name *string `field:"required" json:"name" yaml:"name"`
	// You can specify one of the following types:.
	//
	// - **AUTOMATIC** - The default. Optimizes a flow for datasets that fluctuate in size from small to large. For each flow run, Amazon AppFlow chooses to use the SYNC or ASYNC API type based on the amount of data that the run transfers.
	// - **SYNC** - A synchronous API. This type of API optimizes a flow for small to medium-sized datasets.
	// - **ASYNC** - An asynchronous API. This type of API optimizes a flow for large datasets.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-datatransferapi.html#cfn-appflow-flow-datatransferapi-type
	//
	Type *string `field:"required" json:"type" yaml:"type"`
}

The API of the connector application that Amazon AppFlow uses to transfer your data.

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"

dataTransferApiProperty := &DataTransferApiProperty{
	Name: jsii.String("name"),
	Type: jsii.String("type"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-datatransferapi.html

type CfnFlow_DatadogSourcePropertiesProperty

type CfnFlow_DatadogSourcePropertiesProperty struct {
	// The object specified in the Datadog flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-datadogsourceproperties.html#cfn-appflow-flow-datadogsourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when Datadog 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 "github.com/aws/aws-cdk-go/awscdk"

datadogSourcePropertiesProperty := &DatadogSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-datadogsourceproperties.html

type CfnFlow_DestinationConnectorPropertiesProperty

type CfnFlow_DestinationConnectorPropertiesProperty struct {
	// The properties that are required to query the custom Connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-customconnector
	//
	CustomConnector interface{} `field:"optional" json:"customConnector" yaml:"customConnector"`
	// The properties required to query Amazon EventBridge.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-eventbridge
	//
	EventBridge interface{} `field:"optional" json:"eventBridge" yaml:"eventBridge"`
	// The properties required to query Amazon Lookout for Metrics.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-lookoutmetrics
	//
	LookoutMetrics interface{} `field:"optional" json:"lookoutMetrics" yaml:"lookoutMetrics"`
	// The properties required to query Marketo.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-marketo
	//
	Marketo interface{} `field:"optional" json:"marketo" yaml:"marketo"`
	// The properties required to query Amazon Redshift.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-redshift
	//
	Redshift interface{} `field:"optional" json:"redshift" yaml:"redshift"`
	// The properties required to query Amazon S3.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-s3
	//
	S3 interface{} `field:"optional" json:"s3" yaml:"s3"`
	// The properties required to query Salesforce.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-salesforce
	//
	Salesforce interface{} `field:"optional" json:"salesforce" yaml:"salesforce"`
	// The properties required to query SAPOData.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-sapodata
	//
	SapoData interface{} `field:"optional" json:"sapoData" yaml:"sapoData"`
	// The properties required to query Snowflake.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-snowflake
	//
	Snowflake interface{} `field:"optional" json:"snowflake" yaml:"snowflake"`
	// The properties required to query Upsolver.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-upsolver
	//
	Upsolver interface{} `field:"optional" json:"upsolver" yaml:"upsolver"`
	// The properties required to query Zendesk.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-zendesk
	//
	Zendesk interface{} `field:"optional" json:"zendesk" yaml:"zendesk"`
}

This stores the information that is required to query a particular connector.

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"

destinationConnectorPropertiesProperty := &DestinationConnectorPropertiesProperty{
	CustomConnector: &CustomConnectorDestinationPropertiesProperty{
		EntityName: jsii.String("entityName"),

		// the properties below are optional
		CustomProperties: map[string]*string{
			"customPropertiesKey": jsii.String("customProperties"),
		},
		ErrorHandlingConfig: &ErrorHandlingConfigProperty{
			BucketName: jsii.String("bucketName"),
			BucketPrefix: jsii.String("bucketPrefix"),
			FailOnFirstError: jsii.Boolean(false),
		},
		IdFieldNames: []*string{
			jsii.String("idFieldNames"),
		},
		WriteOperationType: jsii.String("writeOperationType"),
	},
	EventBridge: &EventBridgeDestinationPropertiesProperty{
		Object: jsii.String("object"),

		// the properties below are optional
		ErrorHandlingConfig: &ErrorHandlingConfigProperty{
			BucketName: jsii.String("bucketName"),
			BucketPrefix: jsii.String("bucketPrefix"),
			FailOnFirstError: jsii.Boolean(false),
		},
	},
	LookoutMetrics: &LookoutMetricsDestinationPropertiesProperty{
		Object: jsii.String("object"),
	},
	Marketo: &MarketoDestinationPropertiesProperty{
		Object: jsii.String("object"),

		// the properties below are optional
		ErrorHandlingConfig: &ErrorHandlingConfigProperty{
			BucketName: jsii.String("bucketName"),
			BucketPrefix: jsii.String("bucketPrefix"),
			FailOnFirstError: jsii.Boolean(false),
		},
	},
	Redshift: &RedshiftDestinationPropertiesProperty{
		IntermediateBucketName: jsii.String("intermediateBucketName"),
		Object: jsii.String("object"),

		// the properties below are optional
		BucketPrefix: jsii.String("bucketPrefix"),
		ErrorHandlingConfig: &ErrorHandlingConfigProperty{
			BucketName: jsii.String("bucketName"),
			BucketPrefix: jsii.String("bucketPrefix"),
			FailOnFirstError: jsii.Boolean(false),
		},
	},
	S3: &S3DestinationPropertiesProperty{
		BucketName: jsii.String("bucketName"),

		// the properties below are optional
		BucketPrefix: jsii.String("bucketPrefix"),
		S3OutputFormatConfig: &S3OutputFormatConfigProperty{
			AggregationConfig: &AggregationConfigProperty{
				AggregationType: jsii.String("aggregationType"),
				TargetFileSize: jsii.Number(123),
			},
			FileType: jsii.String("fileType"),
			PrefixConfig: &PrefixConfigProperty{
				PathPrefixHierarchy: []*string{
					jsii.String("pathPrefixHierarchy"),
				},
				PrefixFormat: jsii.String("prefixFormat"),
				PrefixType: jsii.String("prefixType"),
			},
			PreserveSourceDataTyping: jsii.Boolean(false),
		},
	},
	Salesforce: &SalesforceDestinationPropertiesProperty{
		Object: jsii.String("object"),

		// the properties below are optional
		DataTransferApi: jsii.String("dataTransferApi"),
		ErrorHandlingConfig: &ErrorHandlingConfigProperty{
			BucketName: jsii.String("bucketName"),
			BucketPrefix: jsii.String("bucketPrefix"),
			FailOnFirstError: jsii.Boolean(false),
		},
		IdFieldNames: []*string{
			jsii.String("idFieldNames"),
		},
		WriteOperationType: jsii.String("writeOperationType"),
	},
	SapoData: &SAPODataDestinationPropertiesProperty{
		ObjectPath: jsii.String("objectPath"),

		// the properties below are optional
		ErrorHandlingConfig: &ErrorHandlingConfigProperty{
			BucketName: jsii.String("bucketName"),
			BucketPrefix: jsii.String("bucketPrefix"),
			FailOnFirstError: jsii.Boolean(false),
		},
		IdFieldNames: []*string{
			jsii.String("idFieldNames"),
		},
		SuccessResponseHandlingConfig: &SuccessResponseHandlingConfigProperty{
			BucketName: jsii.String("bucketName"),
			BucketPrefix: jsii.String("bucketPrefix"),
		},
		WriteOperationType: jsii.String("writeOperationType"),
	},
	Snowflake: &SnowflakeDestinationPropertiesProperty{
		IntermediateBucketName: jsii.String("intermediateBucketName"),
		Object: jsii.String("object"),

		// the properties below are optional
		BucketPrefix: jsii.String("bucketPrefix"),
		ErrorHandlingConfig: &ErrorHandlingConfigProperty{
			BucketName: jsii.String("bucketName"),
			BucketPrefix: jsii.String("bucketPrefix"),
			FailOnFirstError: jsii.Boolean(false),
		},
	},
	Upsolver: &UpsolverDestinationPropertiesProperty{
		BucketName: jsii.String("bucketName"),
		S3OutputFormatConfig: &UpsolverS3OutputFormatConfigProperty{
			PrefixConfig: &PrefixConfigProperty{
				PathPrefixHierarchy: []*string{
					jsii.String("pathPrefixHierarchy"),
				},
				PrefixFormat: jsii.String("prefixFormat"),
				PrefixType: jsii.String("prefixType"),
			},

			// the properties below are optional
			AggregationConfig: &AggregationConfigProperty{
				AggregationType: jsii.String("aggregationType"),
				TargetFileSize: jsii.Number(123),
			},
			FileType: jsii.String("fileType"),
		},

		// the properties below are optional
		BucketPrefix: jsii.String("bucketPrefix"),
	},
	Zendesk: &ZendeskDestinationPropertiesProperty{
		Object: jsii.String("object"),

		// the properties below are optional
		ErrorHandlingConfig: &ErrorHandlingConfigProperty{
			BucketName: jsii.String("bucketName"),
			BucketPrefix: jsii.String("bucketPrefix"),
			FailOnFirstError: jsii.Boolean(false),
		},
		IdFieldNames: []*string{
			jsii.String("idFieldNames"),
		},
		WriteOperationType: jsii.String("writeOperationType"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html

type CfnFlow_DestinationFlowConfigProperty

type CfnFlow_DestinationFlowConfigProperty struct {
	// The type of destination connector, such as Sales force, Amazon S3, and so on.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationflowconfig.html#cfn-appflow-flow-destinationflowconfig-connectortype
	//
	ConnectorType *string `field:"required" json:"connectorType" yaml:"connectorType"`
	// This stores the information that is required to query a particular connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationflowconfig.html#cfn-appflow-flow-destinationflowconfig-destinationconnectorproperties
	//
	DestinationConnectorProperties interface{} `field:"required" json:"destinationConnectorProperties" yaml:"destinationConnectorProperties"`
	// The API version that the destination connector uses.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationflowconfig.html#cfn-appflow-flow-destinationflowconfig-apiversion
	//
	ApiVersion *string `field:"optional" json:"apiVersion" yaml:"apiVersion"`
	// The name of the connector profile.
	//
	// This name must be unique for each connector profile in the AWS account .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationflowconfig.html#cfn-appflow-flow-destinationflowconfig-connectorprofilename
	//
	ConnectorProfileName *string `field:"optional" json:"connectorProfileName" yaml:"connectorProfileName"`
}

Contains information about the configuration of destination connectors present in the flow.

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"

destinationFlowConfigProperty := &DestinationFlowConfigProperty{
	ConnectorType: jsii.String("connectorType"),
	DestinationConnectorProperties: &DestinationConnectorPropertiesProperty{
		CustomConnector: &CustomConnectorDestinationPropertiesProperty{
			EntityName: jsii.String("entityName"),

			// the properties below are optional
			CustomProperties: map[string]*string{
				"customPropertiesKey": jsii.String("customProperties"),
			},
			ErrorHandlingConfig: &ErrorHandlingConfigProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),
				FailOnFirstError: jsii.Boolean(false),
			},
			IdFieldNames: []*string{
				jsii.String("idFieldNames"),
			},
			WriteOperationType: jsii.String("writeOperationType"),
		},
		EventBridge: &EventBridgeDestinationPropertiesProperty{
			Object: jsii.String("object"),

			// the properties below are optional
			ErrorHandlingConfig: &ErrorHandlingConfigProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),
				FailOnFirstError: jsii.Boolean(false),
			},
		},
		LookoutMetrics: &LookoutMetricsDestinationPropertiesProperty{
			Object: jsii.String("object"),
		},
		Marketo: &MarketoDestinationPropertiesProperty{
			Object: jsii.String("object"),

			// the properties below are optional
			ErrorHandlingConfig: &ErrorHandlingConfigProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),
				FailOnFirstError: jsii.Boolean(false),
			},
		},
		Redshift: &RedshiftDestinationPropertiesProperty{
			IntermediateBucketName: jsii.String("intermediateBucketName"),
			Object: jsii.String("object"),

			// the properties below are optional
			BucketPrefix: jsii.String("bucketPrefix"),
			ErrorHandlingConfig: &ErrorHandlingConfigProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),
				FailOnFirstError: jsii.Boolean(false),
			},
		},
		S3: &S3DestinationPropertiesProperty{
			BucketName: jsii.String("bucketName"),

			// the properties below are optional
			BucketPrefix: jsii.String("bucketPrefix"),
			S3OutputFormatConfig: &S3OutputFormatConfigProperty{
				AggregationConfig: &AggregationConfigProperty{
					AggregationType: jsii.String("aggregationType"),
					TargetFileSize: jsii.Number(123),
				},
				FileType: jsii.String("fileType"),
				PrefixConfig: &PrefixConfigProperty{
					PathPrefixHierarchy: []*string{
						jsii.String("pathPrefixHierarchy"),
					},
					PrefixFormat: jsii.String("prefixFormat"),
					PrefixType: jsii.String("prefixType"),
				},
				PreserveSourceDataTyping: jsii.Boolean(false),
			},
		},
		Salesforce: &SalesforceDestinationPropertiesProperty{
			Object: jsii.String("object"),

			// the properties below are optional
			DataTransferApi: jsii.String("dataTransferApi"),
			ErrorHandlingConfig: &ErrorHandlingConfigProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),
				FailOnFirstError: jsii.Boolean(false),
			},
			IdFieldNames: []*string{
				jsii.String("idFieldNames"),
			},
			WriteOperationType: jsii.String("writeOperationType"),
		},
		SapoData: &SAPODataDestinationPropertiesProperty{
			ObjectPath: jsii.String("objectPath"),

			// the properties below are optional
			ErrorHandlingConfig: &ErrorHandlingConfigProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),
				FailOnFirstError: jsii.Boolean(false),
			},
			IdFieldNames: []*string{
				jsii.String("idFieldNames"),
			},
			SuccessResponseHandlingConfig: &SuccessResponseHandlingConfigProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),
			},
			WriteOperationType: jsii.String("writeOperationType"),
		},
		Snowflake: &SnowflakeDestinationPropertiesProperty{
			IntermediateBucketName: jsii.String("intermediateBucketName"),
			Object: jsii.String("object"),

			// the properties below are optional
			BucketPrefix: jsii.String("bucketPrefix"),
			ErrorHandlingConfig: &ErrorHandlingConfigProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),
				FailOnFirstError: jsii.Boolean(false),
			},
		},
		Upsolver: &UpsolverDestinationPropertiesProperty{
			BucketName: jsii.String("bucketName"),
			S3OutputFormatConfig: &UpsolverS3OutputFormatConfigProperty{
				PrefixConfig: &PrefixConfigProperty{
					PathPrefixHierarchy: []*string{
						jsii.String("pathPrefixHierarchy"),
					},
					PrefixFormat: jsii.String("prefixFormat"),
					PrefixType: jsii.String("prefixType"),
				},

				// the properties below are optional
				AggregationConfig: &AggregationConfigProperty{
					AggregationType: jsii.String("aggregationType"),
					TargetFileSize: jsii.Number(123),
				},
				FileType: jsii.String("fileType"),
			},

			// the properties below are optional
			BucketPrefix: jsii.String("bucketPrefix"),
		},
		Zendesk: &ZendeskDestinationPropertiesProperty{
			Object: jsii.String("object"),

			// the properties below are optional
			ErrorHandlingConfig: &ErrorHandlingConfigProperty{
				BucketName: jsii.String("bucketName"),
				BucketPrefix: jsii.String("bucketPrefix"),
				FailOnFirstError: jsii.Boolean(false),
			},
			IdFieldNames: []*string{
				jsii.String("idFieldNames"),
			},
			WriteOperationType: jsii.String("writeOperationType"),
		},
	},

	// the properties below are optional
	ApiVersion: jsii.String("apiVersion"),
	ConnectorProfileName: jsii.String("connectorProfileName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationflowconfig.html

type CfnFlow_DynatraceSourcePropertiesProperty

type CfnFlow_DynatraceSourcePropertiesProperty struct {
	// The object specified in the Dynatrace flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-dynatracesourceproperties.html#cfn-appflow-flow-dynatracesourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when Dynatrace 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 "github.com/aws/aws-cdk-go/awscdk"

dynatraceSourcePropertiesProperty := &DynatraceSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-dynatracesourceproperties.html

type CfnFlow_ErrorHandlingConfigProperty

type CfnFlow_ErrorHandlingConfigProperty struct {
	// Specifies the name of the Amazon S3 bucket.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-errorhandlingconfig.html#cfn-appflow-flow-errorhandlingconfig-bucketname
	//
	BucketName *string `field:"optional" json:"bucketName" yaml:"bucketName"`
	// Specifies the Amazon S3 bucket prefix.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-errorhandlingconfig.html#cfn-appflow-flow-errorhandlingconfig-bucketprefix
	//
	BucketPrefix *string `field:"optional" json:"bucketPrefix" yaml:"bucketPrefix"`
	// Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-errorhandlingconfig.html#cfn-appflow-flow-errorhandlingconfig-failonfirsterror
	//
	FailOnFirstError interface{} `field:"optional" json:"failOnFirstError" yaml:"failOnFirstError"`
}

The settings that determine how Amazon AppFlow handles an error when placing data in the destination.

For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.

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"

errorHandlingConfigProperty := &ErrorHandlingConfigProperty{
	BucketName: jsii.String("bucketName"),
	BucketPrefix: jsii.String("bucketPrefix"),
	FailOnFirstError: jsii.Boolean(false),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-errorhandlingconfig.html

type CfnFlow_EventBridgeDestinationPropertiesProperty

type CfnFlow_EventBridgeDestinationPropertiesProperty struct {
	// The object specified in the Amazon EventBridge flow destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-eventbridgedestinationproperties.html#cfn-appflow-flow-eventbridgedestinationproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
	// The object specified in the Amplitude flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-eventbridgedestinationproperties.html#cfn-appflow-flow-eventbridgedestinationproperties-errorhandlingconfig
	//
	ErrorHandlingConfig interface{} `field:"optional" json:"errorHandlingConfig" yaml:"errorHandlingConfig"`
}

The properties that are applied when Amazon EventBridge is being used as a destination.

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"

eventBridgeDestinationPropertiesProperty := &EventBridgeDestinationPropertiesProperty{
	Object: jsii.String("object"),

	// the properties below are optional
	ErrorHandlingConfig: &ErrorHandlingConfigProperty{
		BucketName: jsii.String("bucketName"),
		BucketPrefix: jsii.String("bucketPrefix"),
		FailOnFirstError: jsii.Boolean(false),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-eventbridgedestinationproperties.html

type CfnFlow_GlueDataCatalogProperty added in v2.55.0

type CfnFlow_GlueDataCatalogProperty struct {
	// A string containing the value for the tag.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-gluedatacatalog.html#cfn-appflow-flow-gluedatacatalog-databasename
	//
	DatabaseName *string `field:"required" json:"databaseName" yaml:"databaseName"`
	// A string containing the value for the tag.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-gluedatacatalog.html#cfn-appflow-flow-gluedatacatalog-rolearn
	//
	RoleArn *string `field:"required" json:"roleArn" yaml:"roleArn"`
	// A string containing the value for the tag.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-gluedatacatalog.html#cfn-appflow-flow-gluedatacatalog-tableprefix
	//
	TablePrefix *string `field:"required" json:"tablePrefix" yaml:"tablePrefix"`
}

Trigger settings of the flow.

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"

glueDataCatalogProperty := &GlueDataCatalogProperty{
	DatabaseName: jsii.String("databaseName"),
	RoleArn: jsii.String("roleArn"),
	TablePrefix: jsii.String("tablePrefix"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-gluedatacatalog.html

type CfnFlow_GoogleAnalyticsSourcePropertiesProperty

type CfnFlow_GoogleAnalyticsSourcePropertiesProperty struct {
	// The object specified in the Google Analytics flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-googleanalyticssourceproperties.html#cfn-appflow-flow-googleanalyticssourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when Google Analytics 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 "github.com/aws/aws-cdk-go/awscdk"

googleAnalyticsSourcePropertiesProperty := &GoogleAnalyticsSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-googleanalyticssourceproperties.html

type CfnFlow_IncrementalPullConfigProperty

type CfnFlow_IncrementalPullConfigProperty struct {
	// A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-incrementalpullconfig.html#cfn-appflow-flow-incrementalpullconfig-datetimetypefieldname
	//
	DatetimeTypeFieldName *string `field:"optional" json:"datetimeTypeFieldName" yaml:"datetimeTypeFieldName"`
}

Specifies the configuration used when importing incremental records from the 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"

incrementalPullConfigProperty := &IncrementalPullConfigProperty{
	DatetimeTypeFieldName: jsii.String("datetimeTypeFieldName"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-incrementalpullconfig.html

type CfnFlow_InforNexusSourcePropertiesProperty

type CfnFlow_InforNexusSourcePropertiesProperty struct {
	// The object specified in the Infor Nexus flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-infornexussourceproperties.html#cfn-appflow-flow-infornexussourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when Infor Nexus 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 "github.com/aws/aws-cdk-go/awscdk"

inforNexusSourcePropertiesProperty := &InforNexusSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-infornexussourceproperties.html

type CfnFlow_LookoutMetricsDestinationPropertiesProperty

type CfnFlow_LookoutMetricsDestinationPropertiesProperty struct {
	// The object specified in the Amazon Lookout for Metrics flow destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-lookoutmetricsdestinationproperties.html#cfn-appflow-flow-lookoutmetricsdestinationproperties-object
	//
	Object *string `field:"optional" json:"object" yaml:"object"`
}

The properties that are applied when Amazon Lookout for Metrics is used as a destination.

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"

lookoutMetricsDestinationPropertiesProperty := &LookoutMetricsDestinationPropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-lookoutmetricsdestinationproperties.html

type CfnFlow_MarketoDestinationPropertiesProperty added in v2.17.0

type CfnFlow_MarketoDestinationPropertiesProperty struct {
	// The object specified in the Marketo flow destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketodestinationproperties.html#cfn-appflow-flow-marketodestinationproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
	// The settings that determine how Amazon AppFlow handles an error when placing data in the destination.
	//
	// For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketodestinationproperties.html#cfn-appflow-flow-marketodestinationproperties-errorhandlingconfig
	//
	ErrorHandlingConfig interface{} `field:"optional" json:"errorHandlingConfig" yaml:"errorHandlingConfig"`
}

The properties that Amazon AppFlow applies when you use Marketo as a flow destination.

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"

marketoDestinationPropertiesProperty := &MarketoDestinationPropertiesProperty{
	Object: jsii.String("object"),

	// the properties below are optional
	ErrorHandlingConfig: &ErrorHandlingConfigProperty{
		BucketName: jsii.String("bucketName"),
		BucketPrefix: jsii.String("bucketPrefix"),
		FailOnFirstError: jsii.Boolean(false),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketodestinationproperties.html

type CfnFlow_MarketoSourcePropertiesProperty

type CfnFlow_MarketoSourcePropertiesProperty struct {
	// The object specified in the Marketo flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketosourceproperties.html#cfn-appflow-flow-marketosourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when Marketo 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 "github.com/aws/aws-cdk-go/awscdk"

marketoSourcePropertiesProperty := &MarketoSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketosourceproperties.html

type CfnFlow_MetadataCatalogConfigProperty added in v2.55.0

type CfnFlow_MetadataCatalogConfigProperty struct {
	// Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the AWS Glue Data Catalog .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-metadatacatalogconfig.html#cfn-appflow-flow-metadatacatalogconfig-gluedatacatalog
	//
	GlueDataCatalog interface{} `field:"optional" json:"glueDataCatalog" yaml:"glueDataCatalog"`
}

Specifies the configuration that Amazon AppFlow uses when it catalogs your data.

When Amazon AppFlow catalogs your data, it stores metadata in a data catalog.

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"

metadataCatalogConfigProperty := &MetadataCatalogConfigProperty{
	GlueDataCatalog: &GlueDataCatalogProperty{
		DatabaseName: jsii.String("databaseName"),
		RoleArn: jsii.String("roleArn"),
		TablePrefix: jsii.String("tablePrefix"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-metadatacatalogconfig.html

type CfnFlow_PardotSourcePropertiesProperty added in v2.63.0

type CfnFlow_PardotSourcePropertiesProperty struct {
	// The object specified in the Salesforce Pardot flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-pardotsourceproperties.html#cfn-appflow-flow-pardotsourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when Salesforce Pardot 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 "github.com/aws/aws-cdk-go/awscdk"

pardotSourcePropertiesProperty := &PardotSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-pardotsourceproperties.html

type CfnFlow_PrefixConfigProperty

type CfnFlow_PrefixConfigProperty struct {
	// Specifies whether the destination file path includes either or both of the following elements:.
	//
	// - **EXECUTION_ID** - The ID that Amazon AppFlow assigns to the flow run.
	// - **SCHEMA_VERSION** - The version number of your data schema. Amazon AppFlow assigns this version number. The version number increases by one when you change any of the following settings in your flow configuration:
	//
	// - Source-to-destination field mappings
	// - Field data types
	// - Partition keys.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixconfig.html#cfn-appflow-flow-prefixconfig-pathprefixhierarchy
	//
	PathPrefixHierarchy *[]*string `field:"optional" json:"pathPrefixHierarchy" yaml:"pathPrefixHierarchy"`
	// Determines the level of granularity for the date and time that's included in the prefix.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixconfig.html#cfn-appflow-flow-prefixconfig-prefixformat
	//
	PrefixFormat *string `field:"optional" json:"prefixFormat" yaml:"prefixFormat"`
	// Determines the format of the prefix, and whether it applies to the file name, file path, or both.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixconfig.html#cfn-appflow-flow-prefixconfig-prefixtype
	//
	PrefixType *string `field:"optional" json:"prefixType" yaml:"prefixType"`
}

Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.

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"

prefixConfigProperty := &PrefixConfigProperty{
	PathPrefixHierarchy: []*string{
		jsii.String("pathPrefixHierarchy"),
	},
	PrefixFormat: jsii.String("prefixFormat"),
	PrefixType: jsii.String("prefixType"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixconfig.html

type CfnFlow_RedshiftDestinationPropertiesProperty

type CfnFlow_RedshiftDestinationPropertiesProperty struct {
	// The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-redshiftdestinationproperties.html#cfn-appflow-flow-redshiftdestinationproperties-intermediatebucketname
	//
	IntermediateBucketName *string `field:"required" json:"intermediateBucketName" yaml:"intermediateBucketName"`
	// The object specified in the Amazon Redshift flow destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-redshiftdestinationproperties.html#cfn-appflow-flow-redshiftdestinationproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
	// The object key for the bucket in which Amazon AppFlow places the destination files.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-redshiftdestinationproperties.html#cfn-appflow-flow-redshiftdestinationproperties-bucketprefix
	//
	BucketPrefix *string `field:"optional" json:"bucketPrefix" yaml:"bucketPrefix"`
	// The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination.
	//
	// For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-redshiftdestinationproperties.html#cfn-appflow-flow-redshiftdestinationproperties-errorhandlingconfig
	//
	ErrorHandlingConfig interface{} `field:"optional" json:"errorHandlingConfig" yaml:"errorHandlingConfig"`
}

The properties that are applied when Amazon Redshift is being used as a destination.

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"

redshiftDestinationPropertiesProperty := &RedshiftDestinationPropertiesProperty{
	IntermediateBucketName: jsii.String("intermediateBucketName"),
	Object: jsii.String("object"),

	// the properties below are optional
	BucketPrefix: jsii.String("bucketPrefix"),
	ErrorHandlingConfig: &ErrorHandlingConfigProperty{
		BucketName: jsii.String("bucketName"),
		BucketPrefix: jsii.String("bucketPrefix"),
		FailOnFirstError: jsii.Boolean(false),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-redshiftdestinationproperties.html

type CfnFlow_S3DestinationPropertiesProperty

type CfnFlow_S3DestinationPropertiesProperty struct {
	// The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3destinationproperties.html#cfn-appflow-flow-s3destinationproperties-bucketname
	//
	BucketName *string `field:"required" json:"bucketName" yaml:"bucketName"`
	// The object key for the destination bucket in which Amazon AppFlow places the files.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3destinationproperties.html#cfn-appflow-flow-s3destinationproperties-bucketprefix
	//
	BucketPrefix *string `field:"optional" json:"bucketPrefix" yaml:"bucketPrefix"`
	// The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3destinationproperties.html#cfn-appflow-flow-s3destinationproperties-s3outputformatconfig
	//
	S3OutputFormatConfig interface{} `field:"optional" json:"s3OutputFormatConfig" yaml:"s3OutputFormatConfig"`
}

The properties that are applied when Amazon S3 is used as a destination.

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"

s3DestinationPropertiesProperty := &S3DestinationPropertiesProperty{
	BucketName: jsii.String("bucketName"),

	// the properties below are optional
	BucketPrefix: jsii.String("bucketPrefix"),
	S3OutputFormatConfig: &S3OutputFormatConfigProperty{
		AggregationConfig: &AggregationConfigProperty{
			AggregationType: jsii.String("aggregationType"),
			TargetFileSize: jsii.Number(123),
		},
		FileType: jsii.String("fileType"),
		PrefixConfig: &PrefixConfigProperty{
			PathPrefixHierarchy: []*string{
				jsii.String("pathPrefixHierarchy"),
			},
			PrefixFormat: jsii.String("prefixFormat"),
			PrefixType: jsii.String("prefixType"),
		},
		PreserveSourceDataTyping: jsii.Boolean(false),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3destinationproperties.html

type CfnFlow_S3InputFormatConfigProperty

type CfnFlow_S3InputFormatConfigProperty struct {
	// The file type that Amazon AppFlow gets from your Amazon S3 bucket.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3inputformatconfig.html#cfn-appflow-flow-s3inputformatconfig-s3inputfiletype
	//
	S3InputFileType *string `field:"optional" json:"s3InputFileType" yaml:"s3InputFileType"`
}

When you use Amazon S3 as the source, the configuration format that you provide the flow input data.

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"

s3InputFormatConfigProperty := &S3InputFormatConfigProperty{
	S3InputFileType: jsii.String("s3InputFileType"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3inputformatconfig.html

type CfnFlow_S3OutputFormatConfigProperty

type CfnFlow_S3OutputFormatConfigProperty struct {
	// The aggregation settings that you can use to customize the output format of your flow data.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3outputformatconfig.html#cfn-appflow-flow-s3outputformatconfig-aggregationconfig
	//
	AggregationConfig interface{} `field:"optional" json:"aggregationConfig" yaml:"aggregationConfig"`
	// Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3outputformatconfig.html#cfn-appflow-flow-s3outputformatconfig-filetype
	//
	FileType *string `field:"optional" json:"fileType" yaml:"fileType"`
	// Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket.
	//
	// You can name folders according to the flow frequency and date.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3outputformatconfig.html#cfn-appflow-flow-s3outputformatconfig-prefixconfig
	//
	PrefixConfig interface{} `field:"optional" json:"prefixConfig" yaml:"prefixConfig"`
	// If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.
	//
	// - `true` : Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or `1` in your source data is still an integer in your output.
	// - `false` : Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of `1` in your source data becomes the string `"1"` in the output.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3outputformatconfig.html#cfn-appflow-flow-s3outputformatconfig-preservesourcedatatyping
	//
	PreserveSourceDataTyping interface{} `field:"optional" json:"preserveSourceDataTyping" yaml:"preserveSourceDataTyping"`
}

The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.

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"

s3OutputFormatConfigProperty := &S3OutputFormatConfigProperty{
	AggregationConfig: &AggregationConfigProperty{
		AggregationType: jsii.String("aggregationType"),
		TargetFileSize: jsii.Number(123),
	},
	FileType: jsii.String("fileType"),
	PrefixConfig: &PrefixConfigProperty{
		PathPrefixHierarchy: []*string{
			jsii.String("pathPrefixHierarchy"),
		},
		PrefixFormat: jsii.String("prefixFormat"),
		PrefixType: jsii.String("prefixType"),
	},
	PreserveSourceDataTyping: jsii.Boolean(false),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3outputformatconfig.html

type CfnFlow_S3SourcePropertiesProperty

type CfnFlow_S3SourcePropertiesProperty struct {
	// The Amazon S3 bucket name where the source files are stored.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3sourceproperties.html#cfn-appflow-flow-s3sourceproperties-bucketname
	//
	BucketName *string `field:"required" json:"bucketName" yaml:"bucketName"`
	// The object key for the Amazon S3 bucket in which the source files are stored.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3sourceproperties.html#cfn-appflow-flow-s3sourceproperties-bucketprefix
	//
	BucketPrefix *string `field:"required" json:"bucketPrefix" yaml:"bucketPrefix"`
	// When you use Amazon S3 as the source, the configuration format that you provide the flow input data.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3sourceproperties.html#cfn-appflow-flow-s3sourceproperties-s3inputformatconfig
	//
	S3InputFormatConfig interface{} `field:"optional" json:"s3InputFormatConfig" yaml:"s3InputFormatConfig"`
}

The properties that are applied when Amazon S3 is being used as the 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"

s3SourcePropertiesProperty := &S3SourcePropertiesProperty{
	BucketName: jsii.String("bucketName"),
	BucketPrefix: jsii.String("bucketPrefix"),

	// the properties below are optional
	S3InputFormatConfig: &S3InputFormatConfigProperty{
		S3InputFileType: jsii.String("s3InputFileType"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3sourceproperties.html

type CfnFlow_SAPODataDestinationPropertiesProperty added in v2.15.0

type CfnFlow_SAPODataDestinationPropertiesProperty struct {
	// The object path specified in the SAPOData flow destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html#cfn-appflow-flow-sapodatadestinationproperties-objectpath
	//
	ObjectPath *string `field:"required" json:"objectPath" yaml:"objectPath"`
	// The settings that determine how Amazon AppFlow handles an error when placing data in the destination.
	//
	// For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html#cfn-appflow-flow-sapodatadestinationproperties-errorhandlingconfig
	//
	ErrorHandlingConfig interface{} `field:"optional" json:"errorHandlingConfig" yaml:"errorHandlingConfig"`
	// A list of field names that can be used as an ID field when performing a write operation.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html#cfn-appflow-flow-sapodatadestinationproperties-idfieldnames
	//
	IdFieldNames *[]*string `field:"optional" json:"idFieldNames" yaml:"idFieldNames"`
	// Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
	//
	// For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html#cfn-appflow-flow-sapodatadestinationproperties-successresponsehandlingconfig
	//
	SuccessResponseHandlingConfig interface{} `field:"optional" json:"successResponseHandlingConfig" yaml:"successResponseHandlingConfig"`
	// The possible write operations in the destination connector.
	//
	// When this value is not provided, this defaults to the `INSERT` operation.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html#cfn-appflow-flow-sapodatadestinationproperties-writeoperationtype
	//
	WriteOperationType *string `field:"optional" json:"writeOperationType" yaml:"writeOperationType"`
}

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

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"

sAPODataDestinationPropertiesProperty := &SAPODataDestinationPropertiesProperty{
	ObjectPath: jsii.String("objectPath"),

	// the properties below are optional
	ErrorHandlingConfig: &ErrorHandlingConfigProperty{
		BucketName: jsii.String("bucketName"),
		BucketPrefix: jsii.String("bucketPrefix"),
		FailOnFirstError: jsii.Boolean(false),
	},
	IdFieldNames: []*string{
		jsii.String("idFieldNames"),
	},
	SuccessResponseHandlingConfig: &SuccessResponseHandlingConfigProperty{
		BucketName: jsii.String("bucketName"),
		BucketPrefix: jsii.String("bucketPrefix"),
	},
	WriteOperationType: jsii.String("writeOperationType"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html

type CfnFlow_SAPODataPaginationConfigProperty added in v2.97.0

type CfnFlow_SAPODataPaginationConfigProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatapaginationconfig.html#cfn-appflow-flow-sapodatapaginationconfig-maxpagesize
	//
	MaxPageSize *float64 `field:"required" json:"maxPageSize" yaml:"maxPageSize"`
}

SAP Source connector page size.

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"

sAPODataPaginationConfigProperty := &SAPODataPaginationConfigProperty{
	MaxPageSize: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatapaginationconfig.html

type CfnFlow_SAPODataParallelismConfigProperty added in v2.97.0

type CfnFlow_SAPODataParallelismConfigProperty struct {
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodataparallelismconfig.html#cfn-appflow-flow-sapodataparallelismconfig-maxparallelism
	//
	MaxParallelism *float64 `field:"required" json:"maxParallelism" yaml:"maxParallelism"`
}

SAP Source connector parallelism factor.

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"

sAPODataParallelismConfigProperty := &SAPODataParallelismConfigProperty{
	MaxParallelism: jsii.Number(123),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodataparallelismconfig.html

type CfnFlow_SAPODataSourcePropertiesProperty

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"`
	// SAP Source connector page size.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatasourceproperties.html#cfn-appflow-flow-sapodatasourceproperties-paginationconfig
	//
	PaginationConfig interface{} `field:"optional" json:"paginationConfig" yaml:"paginationConfig"`
	// SAP Source connector parallelism factor.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatasourceproperties.html#cfn-appflow-flow-sapodatasourceproperties-parallelismconfig
	//
	ParallelismConfig interface{} `field:"optional" json:"parallelismConfig" yaml:"parallelismConfig"`
}

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"),

	// the properties below are optional
	PaginationConfig: &SAPODataPaginationConfigProperty{
		MaxPageSize: jsii.Number(123),
	},
	ParallelismConfig: &SAPODataParallelismConfigProperty{
		MaxParallelism: jsii.Number(123),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatasourceproperties.html

type CfnFlow_SalesforceDestinationPropertiesProperty

type CfnFlow_SalesforceDestinationPropertiesProperty struct {
	// The object specified in the Salesforce flow destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html#cfn-appflow-flow-salesforcedestinationproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
	// Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce.
	//
	// - **AUTOMATIC** - The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers to Salesforce. If your flow transfers fewer than 1,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0.
	//
	// Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900 records, and it might use Bulk API 2.0 on the next day to transfer 1,100 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields.
	//
	// By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output.
	// - **BULKV2** - Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers.
	//
	// Note that Bulk API 2.0 does not transfer Salesforce compound fields.
	// - **REST_SYNC** - Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail with a timed out error.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html#cfn-appflow-flow-salesforcedestinationproperties-datatransferapi
	//
	DataTransferApi *string `field:"optional" json:"dataTransferApi" yaml:"dataTransferApi"`
	// The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination.
	//
	// For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html#cfn-appflow-flow-salesforcedestinationproperties-errorhandlingconfig
	//
	ErrorHandlingConfig interface{} `field:"optional" json:"errorHandlingConfig" yaml:"errorHandlingConfig"`
	// The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html#cfn-appflow-flow-salesforcedestinationproperties-idfieldnames
	//
	IdFieldNames *[]*string `field:"optional" json:"idFieldNames" yaml:"idFieldNames"`
	// This specifies the type of write operation to be performed in Salesforce.
	//
	// When the value is `UPSERT` , then `idFieldNames` is required.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html#cfn-appflow-flow-salesforcedestinationproperties-writeoperationtype
	//
	WriteOperationType *string `field:"optional" json:"writeOperationType" yaml:"writeOperationType"`
}

The properties that are applied when Salesforce is being used as a destination.

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"

salesforceDestinationPropertiesProperty := &SalesforceDestinationPropertiesProperty{
	Object: jsii.String("object"),

	// the properties below are optional
	DataTransferApi: jsii.String("dataTransferApi"),
	ErrorHandlingConfig: &ErrorHandlingConfigProperty{
		BucketName: jsii.String("bucketName"),
		BucketPrefix: jsii.String("bucketPrefix"),
		FailOnFirstError: jsii.Boolean(false),
	},
	IdFieldNames: []*string{
		jsii.String("idFieldNames"),
	},
	WriteOperationType: jsii.String("writeOperationType"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html

type CfnFlow_SalesforceSourcePropertiesProperty

type CfnFlow_SalesforceSourcePropertiesProperty struct {
	// The object specified in the Salesforce flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcesourceproperties.html#cfn-appflow-flow-salesforcesourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
	// Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.
	//
	// - **AUTOMATIC** - The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers from Salesforce. If your flow transfers fewer than 1,000,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0.
	//
	// Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900,000 records, and it might use Bulk API 2.0 on the next day to transfer 1,100,000 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields.
	//
	// By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output.
	// - **BULKV2** - Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers.
	//
	// Note that Bulk API 2.0 does not transfer Salesforce compound fields.
	// - **REST_SYNC** - Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail wituh a timed out error.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcesourceproperties.html#cfn-appflow-flow-salesforcesourceproperties-datatransferapi
	//
	DataTransferApi *string `field:"optional" json:"dataTransferApi" yaml:"dataTransferApi"`
	// The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcesourceproperties.html#cfn-appflow-flow-salesforcesourceproperties-enabledynamicfieldupdate
	//
	EnableDynamicFieldUpdate interface{} `field:"optional" json:"enableDynamicFieldUpdate" yaml:"enableDynamicFieldUpdate"`
	// Indicates whether Amazon AppFlow includes deleted files in the flow run.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcesourceproperties.html#cfn-appflow-flow-salesforcesourceproperties-includedeletedrecords
	//
	IncludeDeletedRecords interface{} `field:"optional" json:"includeDeletedRecords" yaml:"includeDeletedRecords"`
}

The properties that are applied when Salesforce 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 "github.com/aws/aws-cdk-go/awscdk"

salesforceSourcePropertiesProperty := &SalesforceSourcePropertiesProperty{
	Object: jsii.String("object"),

	// the properties below are optional
	DataTransferApi: jsii.String("dataTransferApi"),
	EnableDynamicFieldUpdate: jsii.Boolean(false),
	IncludeDeletedRecords: jsii.Boolean(false),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcesourceproperties.html

type CfnFlow_ScheduledTriggerPropertiesProperty

type CfnFlow_ScheduledTriggerPropertiesProperty struct {
	// The scheduling expression that determines the rate at which the schedule will run, for example `rate(5minutes)` .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-scheduleexpression
	//
	ScheduleExpression *string `field:"required" json:"scheduleExpression" yaml:"scheduleExpression"`
	// Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-datapullmode
	//
	DataPullMode *string `field:"optional" json:"dataPullMode" yaml:"dataPullMode"`
	// Specifies the date range for the records to import from the connector in the first flow run.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-firstexecutionfrom
	//
	FirstExecutionFrom *float64 `field:"optional" json:"firstExecutionFrom" yaml:"firstExecutionFrom"`
	// Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-flowerrordeactivationthreshold
	//
	FlowErrorDeactivationThreshold *float64 `field:"optional" json:"flowErrorDeactivationThreshold" yaml:"flowErrorDeactivationThreshold"`
	// The time at which the scheduled flow ends.
	//
	// The time is formatted as a timestamp that follows the ISO 8601 standard, such as `2022-04-27T13:00:00-07:00` .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-scheduleendtime
	//
	ScheduleEndTime *float64 `field:"optional" json:"scheduleEndTime" yaml:"scheduleEndTime"`
	// Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-scheduleoffset
	//
	ScheduleOffset *float64 `field:"optional" json:"scheduleOffset" yaml:"scheduleOffset"`
	// The time at which the scheduled flow starts.
	//
	// The time is formatted as a timestamp that follows the ISO 8601 standard, such as `2022-04-26T13:00:00-07:00` .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-schedulestarttime
	//
	ScheduleStartTime *float64 `field:"optional" json:"scheduleStartTime" yaml:"scheduleStartTime"`
	// Specifies the time zone used when referring to the dates and times of a scheduled flow, such as `America/New_York` .
	//
	// This time zone is only a descriptive label. It doesn't affect how Amazon AppFlow interprets the timestamps that you specify to schedule the flow.
	//
	// If you want to schedule a flow by using times in a particular time zone, indicate the time zone as a UTC offset in your timestamps. For example, the UTC offsets for the `America/New_York` timezone are `-04:00` EDT and `-05:00 EST` .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-timezone
	//
	TimeZone *string `field:"optional" json:"timeZone" yaml:"timeZone"`
}

Specifies the configuration details of a schedule-triggered flow as defined by the user.

Currently, these settings only apply to the `Scheduled` trigger type.

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"

scheduledTriggerPropertiesProperty := &ScheduledTriggerPropertiesProperty{
	ScheduleExpression: jsii.String("scheduleExpression"),

	// the properties below are optional
	DataPullMode: jsii.String("dataPullMode"),
	FirstExecutionFrom: jsii.Number(123),
	FlowErrorDeactivationThreshold: jsii.Number(123),
	ScheduleEndTime: jsii.Number(123),
	ScheduleOffset: jsii.Number(123),
	ScheduleStartTime: jsii.Number(123),
	TimeZone: jsii.String("timeZone"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html

type CfnFlow_ServiceNowSourcePropertiesProperty

type CfnFlow_ServiceNowSourcePropertiesProperty struct {
	// The object specified in the ServiceNow flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-servicenowsourceproperties.html#cfn-appflow-flow-servicenowsourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when ServiceNow 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 "github.com/aws/aws-cdk-go/awscdk"

serviceNowSourcePropertiesProperty := &ServiceNowSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-servicenowsourceproperties.html

type CfnFlow_SingularSourcePropertiesProperty

type CfnFlow_SingularSourcePropertiesProperty struct {
	// The object specified in the Singular flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-singularsourceproperties.html#cfn-appflow-flow-singularsourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

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 "github.com/aws/aws-cdk-go/awscdk"

singularSourcePropertiesProperty := &SingularSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-singularsourceproperties.html

type CfnFlow_SlackSourcePropertiesProperty

type CfnFlow_SlackSourcePropertiesProperty struct {
	// The object specified in the Slack flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-slacksourceproperties.html#cfn-appflow-flow-slacksourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when Slack 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 "github.com/aws/aws-cdk-go/awscdk"

slackSourcePropertiesProperty := &SlackSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-slacksourceproperties.html

type CfnFlow_SnowflakeDestinationPropertiesProperty

type CfnFlow_SnowflakeDestinationPropertiesProperty struct {
	// The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-snowflakedestinationproperties.html#cfn-appflow-flow-snowflakedestinationproperties-intermediatebucketname
	//
	IntermediateBucketName *string `field:"required" json:"intermediateBucketName" yaml:"intermediateBucketName"`
	// The object specified in the Snowflake flow destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-snowflakedestinationproperties.html#cfn-appflow-flow-snowflakedestinationproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
	// The object key for the destination bucket in which Amazon AppFlow places the files.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-snowflakedestinationproperties.html#cfn-appflow-flow-snowflakedestinationproperties-bucketprefix
	//
	BucketPrefix *string `field:"optional" json:"bucketPrefix" yaml:"bucketPrefix"`
	// The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination.
	//
	// For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-snowflakedestinationproperties.html#cfn-appflow-flow-snowflakedestinationproperties-errorhandlingconfig
	//
	ErrorHandlingConfig interface{} `field:"optional" json:"errorHandlingConfig" yaml:"errorHandlingConfig"`
}

The properties that are applied when Snowflake is being used as a destination.

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"

snowflakeDestinationPropertiesProperty := &SnowflakeDestinationPropertiesProperty{
	IntermediateBucketName: jsii.String("intermediateBucketName"),
	Object: jsii.String("object"),

	// the properties below are optional
	BucketPrefix: jsii.String("bucketPrefix"),
	ErrorHandlingConfig: &ErrorHandlingConfigProperty{
		BucketName: jsii.String("bucketName"),
		BucketPrefix: jsii.String("bucketPrefix"),
		FailOnFirstError: jsii.Boolean(false),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-snowflakedestinationproperties.html

type CfnFlow_SourceConnectorPropertiesProperty

type CfnFlow_SourceConnectorPropertiesProperty struct {
	// Specifies the information that is required for querying Amplitude.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-amplitude
	//
	Amplitude interface{} `field:"optional" json:"amplitude" yaml:"amplitude"`
	// The properties that are applied when the custom connector is being used as a source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-customconnector
	//
	CustomConnector interface{} `field:"optional" json:"customConnector" yaml:"customConnector"`
	// Specifies the information that is required for querying Datadog.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-datadog
	//
	Datadog interface{} `field:"optional" json:"datadog" yaml:"datadog"`
	// Specifies the information that is required for querying Dynatrace.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-dynatrace
	//
	Dynatrace interface{} `field:"optional" json:"dynatrace" yaml:"dynatrace"`
	// Specifies the information that is required for querying Google Analytics.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-googleanalytics
	//
	GoogleAnalytics interface{} `field:"optional" json:"googleAnalytics" yaml:"googleAnalytics"`
	// Specifies the information that is required for querying Infor Nexus.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-infornexus
	//
	InforNexus interface{} `field:"optional" json:"inforNexus" yaml:"inforNexus"`
	// Specifies the information that is required for querying Marketo.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-marketo
	//
	Marketo interface{} `field:"optional" json:"marketo" yaml:"marketo"`
	// Specifies the information that is required for querying Salesforce Pardot.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-pardot
	//
	Pardot interface{} `field:"optional" json:"pardot" yaml:"pardot"`
	// Specifies the information that is required for querying Amazon S3.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-s3
	//
	S3 interface{} `field:"optional" json:"s3" yaml:"s3"`
	// Specifies the information that is required for querying Salesforce.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-salesforce
	//
	Salesforce interface{} `field:"optional" json:"salesforce" yaml:"salesforce"`
	// The properties that are applied when using SAPOData as a flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-sapodata
	//
	SapoData interface{} `field:"optional" json:"sapoData" yaml:"sapoData"`
	// Specifies the information that is required for querying ServiceNow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-servicenow
	//
	ServiceNow interface{} `field:"optional" json:"serviceNow" yaml:"serviceNow"`
	// Specifies the information that is required for querying Singular.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-singular
	//
	Singular interface{} `field:"optional" json:"singular" yaml:"singular"`
	// Specifies the information that is required for querying Slack.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-slack
	//
	Slack interface{} `field:"optional" json:"slack" yaml:"slack"`
	// Specifies the information that is required for querying Trend Micro.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-trendmicro
	//
	Trendmicro interface{} `field:"optional" json:"trendmicro" yaml:"trendmicro"`
	// Specifies the information that is required for querying Veeva.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-veeva
	//
	Veeva interface{} `field:"optional" json:"veeva" yaml:"veeva"`
	// Specifies the information that is required for querying Zendesk.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-zendesk
	//
	Zendesk interface{} `field:"optional" json:"zendesk" yaml:"zendesk"`
}

Specifies the information that is required to query a particular connector.

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"

sourceConnectorPropertiesProperty := &SourceConnectorPropertiesProperty{
	Amplitude: &AmplitudeSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	CustomConnector: &CustomConnectorSourcePropertiesProperty{
		EntityName: jsii.String("entityName"),

		// the properties below are optional
		CustomProperties: map[string]*string{
			"customPropertiesKey": jsii.String("customProperties"),
		},
		DataTransferApi: &DataTransferApiProperty{
			Name: jsii.String("name"),
			Type: jsii.String("type"),
		},
	},
	Datadog: &DatadogSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	Dynatrace: &DynatraceSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	GoogleAnalytics: &GoogleAnalyticsSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	InforNexus: &InforNexusSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	Marketo: &MarketoSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	Pardot: &PardotSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	S3: &S3SourcePropertiesProperty{
		BucketName: jsii.String("bucketName"),
		BucketPrefix: jsii.String("bucketPrefix"),

		// the properties below are optional
		S3InputFormatConfig: &S3InputFormatConfigProperty{
			S3InputFileType: jsii.String("s3InputFileType"),
		},
	},
	Salesforce: &SalesforceSourcePropertiesProperty{
		Object: jsii.String("object"),

		// the properties below are optional
		DataTransferApi: jsii.String("dataTransferApi"),
		EnableDynamicFieldUpdate: jsii.Boolean(false),
		IncludeDeletedRecords: jsii.Boolean(false),
	},
	SapoData: &SAPODataSourcePropertiesProperty{
		ObjectPath: jsii.String("objectPath"),

		// the properties below are optional
		PaginationConfig: &SAPODataPaginationConfigProperty{
			MaxPageSize: jsii.Number(123),
		},
		ParallelismConfig: &SAPODataParallelismConfigProperty{
			MaxParallelism: jsii.Number(123),
		},
	},
	ServiceNow: &ServiceNowSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	Singular: &SingularSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	Slack: &SlackSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	Trendmicro: &TrendmicroSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
	Veeva: &VeevaSourcePropertiesProperty{
		Object: jsii.String("object"),

		// the properties below are optional
		DocumentType: jsii.String("documentType"),
		IncludeAllVersions: jsii.Boolean(false),
		IncludeRenditions: jsii.Boolean(false),
		IncludeSourceFiles: jsii.Boolean(false),
	},
	Zendesk: &ZendeskSourcePropertiesProperty{
		Object: jsii.String("object"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html

type CfnFlow_SourceFlowConfigProperty

type CfnFlow_SourceFlowConfigProperty struct {
	// The type of connector, such as Salesforce, Amplitude, and so on.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html#cfn-appflow-flow-sourceflowconfig-connectortype
	//
	ConnectorType *string `field:"required" json:"connectorType" yaml:"connectorType"`
	// Specifies the information that is required to query a particular source connector.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html#cfn-appflow-flow-sourceflowconfig-sourceconnectorproperties
	//
	SourceConnectorProperties interface{} `field:"required" json:"sourceConnectorProperties" yaml:"sourceConnectorProperties"`
	// The API version of the connector when it's used as a source in the flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html#cfn-appflow-flow-sourceflowconfig-apiversion
	//
	ApiVersion *string `field:"optional" json:"apiVersion" yaml:"apiVersion"`
	// The name of the connector profile.
	//
	// This name must be unique for each connector profile in the AWS account .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html#cfn-appflow-flow-sourceflowconfig-connectorprofilename
	//
	ConnectorProfileName *string `field:"optional" json:"connectorProfileName" yaml:"connectorProfileName"`
	// Defines the configuration for a scheduled incremental data pull.
	//
	// If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html#cfn-appflow-flow-sourceflowconfig-incrementalpullconfig
	//
	IncrementalPullConfig interface{} `field:"optional" json:"incrementalPullConfig" yaml:"incrementalPullConfig"`
}

Contains information about the configuration of the source connector used in the flow.

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"

sourceFlowConfigProperty := &SourceFlowConfigProperty{
	ConnectorType: jsii.String("connectorType"),
	SourceConnectorProperties: &SourceConnectorPropertiesProperty{
		Amplitude: &AmplitudeSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		CustomConnector: &CustomConnectorSourcePropertiesProperty{
			EntityName: jsii.String("entityName"),

			// the properties below are optional
			CustomProperties: map[string]*string{
				"customPropertiesKey": jsii.String("customProperties"),
			},
			DataTransferApi: &DataTransferApiProperty{
				Name: jsii.String("name"),
				Type: jsii.String("type"),
			},
		},
		Datadog: &DatadogSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		Dynatrace: &DynatraceSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		GoogleAnalytics: &GoogleAnalyticsSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		InforNexus: &InforNexusSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		Marketo: &MarketoSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		Pardot: &PardotSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		S3: &S3SourcePropertiesProperty{
			BucketName: jsii.String("bucketName"),
			BucketPrefix: jsii.String("bucketPrefix"),

			// the properties below are optional
			S3InputFormatConfig: &S3InputFormatConfigProperty{
				S3InputFileType: jsii.String("s3InputFileType"),
			},
		},
		Salesforce: &SalesforceSourcePropertiesProperty{
			Object: jsii.String("object"),

			// the properties below are optional
			DataTransferApi: jsii.String("dataTransferApi"),
			EnableDynamicFieldUpdate: jsii.Boolean(false),
			IncludeDeletedRecords: jsii.Boolean(false),
		},
		SapoData: &SAPODataSourcePropertiesProperty{
			ObjectPath: jsii.String("objectPath"),

			// the properties below are optional
			PaginationConfig: &SAPODataPaginationConfigProperty{
				MaxPageSize: jsii.Number(123),
			},
			ParallelismConfig: &SAPODataParallelismConfigProperty{
				MaxParallelism: jsii.Number(123),
			},
		},
		ServiceNow: &ServiceNowSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		Singular: &SingularSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		Slack: &SlackSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		Trendmicro: &TrendmicroSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
		Veeva: &VeevaSourcePropertiesProperty{
			Object: jsii.String("object"),

			// the properties below are optional
			DocumentType: jsii.String("documentType"),
			IncludeAllVersions: jsii.Boolean(false),
			IncludeRenditions: jsii.Boolean(false),
			IncludeSourceFiles: jsii.Boolean(false),
		},
		Zendesk: &ZendeskSourcePropertiesProperty{
			Object: jsii.String("object"),
		},
	},

	// the properties below are optional
	ApiVersion: jsii.String("apiVersion"),
	ConnectorProfileName: jsii.String("connectorProfileName"),
	IncrementalPullConfig: &IncrementalPullConfigProperty{
		DatetimeTypeFieldName: jsii.String("datetimeTypeFieldName"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html

type CfnFlow_SuccessResponseHandlingConfigProperty added in v2.15.0

type CfnFlow_SuccessResponseHandlingConfigProperty struct {
	// The name of the Amazon S3 bucket.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-successresponsehandlingconfig.html#cfn-appflow-flow-successresponsehandlingconfig-bucketname
	//
	BucketName *string `field:"optional" json:"bucketName" yaml:"bucketName"`
	// The Amazon S3 bucket prefix.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-successresponsehandlingconfig.html#cfn-appflow-flow-successresponsehandlingconfig-bucketprefix
	//
	BucketPrefix *string `field:"optional" json:"bucketPrefix" yaml:"bucketPrefix"`
}

Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.

For example, this setting would determine where to write the response from the destination connector upon a successful insert operation.

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"

successResponseHandlingConfigProperty := &SuccessResponseHandlingConfigProperty{
	BucketName: jsii.String("bucketName"),
	BucketPrefix: jsii.String("bucketPrefix"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-successresponsehandlingconfig.html

type CfnFlow_TaskPropertiesObjectProperty

type CfnFlow_TaskPropertiesObjectProperty struct {
	// The task property key.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-taskpropertiesobject.html#cfn-appflow-flow-taskpropertiesobject-key
	//
	Key *string `field:"required" json:"key" yaml:"key"`
	// The task property value.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-taskpropertiesobject.html#cfn-appflow-flow-taskpropertiesobject-value
	//
	Value *string `field:"required" json:"value" yaml:"value"`
}

A map used to store task-related information.

The execution service looks for particular information based on the `TaskType` .

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"

taskPropertiesObjectProperty := &TaskPropertiesObjectProperty{
	Key: jsii.String("key"),
	Value: jsii.String("value"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-taskpropertiesobject.html

type CfnFlow_TaskProperty

type CfnFlow_TaskProperty struct {
	// The source fields to which a particular task is applied.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html#cfn-appflow-flow-task-sourcefields
	//
	SourceFields *[]*string `field:"required" json:"sourceFields" yaml:"sourceFields"`
	// Specifies the particular task implementation that Amazon AppFlow performs.
	//
	// *Allowed values* : `Arithmetic` | `Filter` | `Map` | `Map_all` | `Mask` | `Merge` | `Truncate` | `Validate`.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html#cfn-appflow-flow-task-tasktype
	//
	TaskType *string `field:"required" json:"taskType" yaml:"taskType"`
	// The operation to be performed on the provided source fields.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html#cfn-appflow-flow-task-connectoroperator
	//
	ConnectorOperator interface{} `field:"optional" json:"connectorOperator" yaml:"connectorOperator"`
	// A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html#cfn-appflow-flow-task-destinationfield
	//
	DestinationField *string `field:"optional" json:"destinationField" yaml:"destinationField"`
	// A map used to store task-related information.
	//
	// The execution service looks for particular information based on the `TaskType` .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html#cfn-appflow-flow-task-taskproperties
	//
	TaskProperties interface{} `field:"optional" json:"taskProperties" yaml:"taskProperties"`
}

A class for modeling different type of tasks.

Task implementation varies based on the `TaskType` .

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"

taskProperty := &TaskProperty{
	SourceFields: []*string{
		jsii.String("sourceFields"),
	},
	TaskType: jsii.String("taskType"),

	// the properties below are optional
	ConnectorOperator: &ConnectorOperatorProperty{
		Amplitude: jsii.String("amplitude"),
		CustomConnector: jsii.String("customConnector"),
		Datadog: jsii.String("datadog"),
		Dynatrace: jsii.String("dynatrace"),
		GoogleAnalytics: jsii.String("googleAnalytics"),
		InforNexus: jsii.String("inforNexus"),
		Marketo: jsii.String("marketo"),
		Pardot: jsii.String("pardot"),
		S3: jsii.String("s3"),
		Salesforce: jsii.String("salesforce"),
		SapoData: jsii.String("sapoData"),
		ServiceNow: jsii.String("serviceNow"),
		Singular: jsii.String("singular"),
		Slack: jsii.String("slack"),
		Trendmicro: jsii.String("trendmicro"),
		Veeva: jsii.String("veeva"),
		Zendesk: jsii.String("zendesk"),
	},
	DestinationField: jsii.String("destinationField"),
	TaskProperties: []interface{}{
		&TaskPropertiesObjectProperty{
			Key: jsii.String("key"),
			Value: jsii.String("value"),
		},
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html

type CfnFlow_TrendmicroSourcePropertiesProperty

type CfnFlow_TrendmicroSourcePropertiesProperty struct {
	// The object specified in the Trend Micro flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-trendmicrosourceproperties.html#cfn-appflow-flow-trendmicrosourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when using Trend Micro 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"

trendmicroSourcePropertiesProperty := &TrendmicroSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-trendmicrosourceproperties.html

type CfnFlow_TriggerConfigProperty

type CfnFlow_TriggerConfigProperty struct {
	// Specifies the type of flow trigger.
	//
	// This can be `OnDemand` , `Scheduled` , or `Event` .
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html#cfn-appflow-flow-triggerconfig-triggertype
	//
	TriggerType *string `field:"required" json:"triggerType" yaml:"triggerType"`
	// Specifies the configuration details of a schedule-triggered flow as defined by the user.
	//
	// Currently, these settings only apply to the `Scheduled` trigger type.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html#cfn-appflow-flow-triggerconfig-triggerproperties
	//
	TriggerProperties interface{} `field:"optional" json:"triggerProperties" yaml:"triggerProperties"`
}

The trigger settings that determine how and when Amazon AppFlow runs the specified flow.

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"

triggerConfigProperty := &TriggerConfigProperty{
	TriggerType: jsii.String("triggerType"),

	// the properties below are optional
	TriggerProperties: &ScheduledTriggerPropertiesProperty{
		ScheduleExpression: jsii.String("scheduleExpression"),

		// the properties below are optional
		DataPullMode: jsii.String("dataPullMode"),
		FirstExecutionFrom: jsii.Number(123),
		FlowErrorDeactivationThreshold: jsii.Number(123),
		ScheduleEndTime: jsii.Number(123),
		ScheduleOffset: jsii.Number(123),
		ScheduleStartTime: jsii.Number(123),
		TimeZone: jsii.String("timeZone"),
	},
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html

type CfnFlow_UpsolverDestinationPropertiesProperty

type CfnFlow_UpsolverDestinationPropertiesProperty struct {
	// The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolverdestinationproperties.html#cfn-appflow-flow-upsolverdestinationproperties-bucketname
	//
	BucketName *string `field:"required" json:"bucketName" yaml:"bucketName"`
	// The configuration that determines how data is formatted when Upsolver is used as the flow destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolverdestinationproperties.html#cfn-appflow-flow-upsolverdestinationproperties-s3outputformatconfig
	//
	S3OutputFormatConfig interface{} `field:"required" json:"s3OutputFormatConfig" yaml:"s3OutputFormatConfig"`
	// The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolverdestinationproperties.html#cfn-appflow-flow-upsolverdestinationproperties-bucketprefix
	//
	BucketPrefix *string `field:"optional" json:"bucketPrefix" yaml:"bucketPrefix"`
}

The properties that are applied when Upsolver is used as a destination.

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"

upsolverDestinationPropertiesProperty := &UpsolverDestinationPropertiesProperty{
	BucketName: jsii.String("bucketName"),
	S3OutputFormatConfig: &UpsolverS3OutputFormatConfigProperty{
		PrefixConfig: &PrefixConfigProperty{
			PathPrefixHierarchy: []*string{
				jsii.String("pathPrefixHierarchy"),
			},
			PrefixFormat: jsii.String("prefixFormat"),
			PrefixType: jsii.String("prefixType"),
		},

		// the properties below are optional
		AggregationConfig: &AggregationConfigProperty{
			AggregationType: jsii.String("aggregationType"),
			TargetFileSize: jsii.Number(123),
		},
		FileType: jsii.String("fileType"),
	},

	// the properties below are optional
	BucketPrefix: jsii.String("bucketPrefix"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolverdestinationproperties.html

type CfnFlow_UpsolverS3OutputFormatConfigProperty

type CfnFlow_UpsolverS3OutputFormatConfigProperty struct {
	// Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html#cfn-appflow-flow-upsolvers3outputformatconfig-prefixconfig
	//
	PrefixConfig interface{} `field:"required" json:"prefixConfig" yaml:"prefixConfig"`
	// The aggregation settings that you can use to customize the output format of your flow data.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html#cfn-appflow-flow-upsolvers3outputformatconfig-aggregationconfig
	//
	AggregationConfig interface{} `field:"optional" json:"aggregationConfig" yaml:"aggregationConfig"`
	// Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html#cfn-appflow-flow-upsolvers3outputformatconfig-filetype
	//
	FileType *string `field:"optional" json:"fileType" yaml:"fileType"`
}

The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.

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"

upsolverS3OutputFormatConfigProperty := &UpsolverS3OutputFormatConfigProperty{
	PrefixConfig: &PrefixConfigProperty{
		PathPrefixHierarchy: []*string{
			jsii.String("pathPrefixHierarchy"),
		},
		PrefixFormat: jsii.String("prefixFormat"),
		PrefixType: jsii.String("prefixType"),
	},

	// the properties below are optional
	AggregationConfig: &AggregationConfigProperty{
		AggregationType: jsii.String("aggregationType"),
		TargetFileSize: jsii.Number(123),
	},
	FileType: jsii.String("fileType"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html

type CfnFlow_VeevaSourcePropertiesProperty

type CfnFlow_VeevaSourcePropertiesProperty struct {
	// The object specified in the Veeva flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html#cfn-appflow-flow-veevasourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
	// The document type specified in the Veeva document extract flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html#cfn-appflow-flow-veevasourceproperties-documenttype
	//
	DocumentType *string `field:"optional" json:"documentType" yaml:"documentType"`
	// Boolean value to include All Versions of files in Veeva document extract flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html#cfn-appflow-flow-veevasourceproperties-includeallversions
	//
	IncludeAllVersions interface{} `field:"optional" json:"includeAllVersions" yaml:"includeAllVersions"`
	// Boolean value to include file renditions in Veeva document extract flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html#cfn-appflow-flow-veevasourceproperties-includerenditions
	//
	IncludeRenditions interface{} `field:"optional" json:"includeRenditions" yaml:"includeRenditions"`
	// Boolean value to include source files in Veeva document extract flow.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html#cfn-appflow-flow-veevasourceproperties-includesourcefiles
	//
	IncludeSourceFiles interface{} `field:"optional" json:"includeSourceFiles" yaml:"includeSourceFiles"`
}

The properties that are applied when using Veeva 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"

veevaSourcePropertiesProperty := &VeevaSourcePropertiesProperty{
	Object: jsii.String("object"),

	// the properties below are optional
	DocumentType: jsii.String("documentType"),
	IncludeAllVersions: jsii.Boolean(false),
	IncludeRenditions: jsii.Boolean(false),
	IncludeSourceFiles: jsii.Boolean(false),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html

type CfnFlow_ZendeskDestinationPropertiesProperty

type CfnFlow_ZendeskDestinationPropertiesProperty struct {
	// The object specified in the Zendesk flow destination.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskdestinationproperties.html#cfn-appflow-flow-zendeskdestinationproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
	// The settings that determine how Amazon AppFlow handles an error when placing data in the destination.
	//
	// For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskdestinationproperties.html#cfn-appflow-flow-zendeskdestinationproperties-errorhandlingconfig
	//
	ErrorHandlingConfig interface{} `field:"optional" json:"errorHandlingConfig" yaml:"errorHandlingConfig"`
	// A list of field names that can be used as an ID field when performing a write operation.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskdestinationproperties.html#cfn-appflow-flow-zendeskdestinationproperties-idfieldnames
	//
	IdFieldNames *[]*string `field:"optional" json:"idFieldNames" yaml:"idFieldNames"`
	// The possible write operations in the destination connector.
	//
	// When this value is not provided, this defaults to the `INSERT` operation.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskdestinationproperties.html#cfn-appflow-flow-zendeskdestinationproperties-writeoperationtype
	//
	WriteOperationType *string `field:"optional" json:"writeOperationType" yaml:"writeOperationType"`
}

The properties that are applied when Zendesk is used as a destination.

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"

zendeskDestinationPropertiesProperty := &ZendeskDestinationPropertiesProperty{
	Object: jsii.String("object"),

	// the properties below are optional
	ErrorHandlingConfig: &ErrorHandlingConfigProperty{
		BucketName: jsii.String("bucketName"),
		BucketPrefix: jsii.String("bucketPrefix"),
		FailOnFirstError: jsii.Boolean(false),
	},
	IdFieldNames: []*string{
		jsii.String("idFieldNames"),
	},
	WriteOperationType: jsii.String("writeOperationType"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskdestinationproperties.html

type CfnFlow_ZendeskSourcePropertiesProperty

type CfnFlow_ZendeskSourcePropertiesProperty struct {
	// The object specified in the Zendesk flow source.
	// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendesksourceproperties.html#cfn-appflow-flow-zendesksourceproperties-object
	//
	Object *string `field:"required" json:"object" yaml:"object"`
}

The properties that are applied when using Zendesk 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"

zendeskSourcePropertiesProperty := &ZendeskSourcePropertiesProperty{
	Object: jsii.String("object"),
}

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendesksourceproperties.html

Source Files

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL