Class CfnIntegration
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.customerprofiles.CfnIntegration
- All Implemented Interfaces:
IConstruct
,IDependable
,IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:56.059Z")
@Stability(Stable)
public class CfnIntegration
extends CfnResource
implements IInspectable
A CloudFormation
AWS::CustomerProfiles::Integration
.
Specifies an Amazon Connect Customer Profiles Integration.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.customerprofiles.*; CfnIntegration cfnIntegration = CfnIntegration.Builder.create(this, "MyCfnIntegration") .domainName("domainName") // the properties below are optional .flowDefinition(FlowDefinitionProperty.builder() .flowName("flowName") .kmsArn("kmsArn") .sourceFlowConfig(SourceFlowConfigProperty.builder() .connectorType("connectorType") .sourceConnectorProperties(SourceConnectorPropertiesProperty.builder() .marketo(MarketoSourcePropertiesProperty.builder() .object("object") .build()) .s3(S3SourcePropertiesProperty.builder() .bucketName("bucketName") // the properties below are optional .bucketPrefix("bucketPrefix") .build()) .salesforce(SalesforceSourcePropertiesProperty.builder() .object("object") // the properties below are optional .enableDynamicFieldUpdate(false) .includeDeletedRecords(false) .build()) .serviceNow(ServiceNowSourcePropertiesProperty.builder() .object("object") .build()) .zendesk(ZendeskSourcePropertiesProperty.builder() .object("object") .build()) .build()) // the properties below are optional .connectorProfileName("connectorProfileName") .incrementalPullConfig(IncrementalPullConfigProperty.builder() .datetimeTypeFieldName("datetimeTypeFieldName") .build()) .build()) .tasks(List.of(TaskProperty.builder() .sourceFields(List.of("sourceFields")) .taskType("taskType") // the properties below are optional .connectorOperator(ConnectorOperatorProperty.builder() .marketo("marketo") .s3("s3") .salesforce("salesforce") .serviceNow("serviceNow") .zendesk("zendesk") .build()) .destinationField("destinationField") .taskProperties(List.of(TaskPropertiesMapProperty.builder() .operatorPropertyKey("operatorPropertyKey") .property("property") .build())) .build())) .triggerConfig(TriggerConfigProperty.builder() .triggerType("triggerType") // the properties below are optional .triggerProperties(TriggerPropertiesProperty.builder() .scheduled(ScheduledTriggerPropertiesProperty.builder() .scheduleExpression("scheduleExpression") // the properties below are optional .dataPullMode("dataPullMode") .firstExecutionFrom(123) .scheduleEndTime(123) .scheduleOffset(123) .scheduleStartTime(123) .timezone("timezone") .build()) .build()) .build()) // the properties below are optional .description("description") .build()) .objectTypeName("objectTypeName") .objectTypeNames(List.of(ObjectTypeMappingProperty.builder() .key("key") .value("value") .build())) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .uri("uri") .build();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnIntegration
.static interface
The operation to be performed on the provided source fields.static interface
The configurations that control how Customer Profiles retrieves data from the source, Amazon AppFlow.static interface
Specifies the configuration used when importing incremental records from the source.static interface
The properties that are applied when Marketo is being used as a source.static interface
A map in which each key is an event type from an external application such as Segment or Shopify, and each value is anObjectTypeName
(template) used to ingest the event.static interface
The properties that are applied when Amazon S3 is being used as the flow source.static interface
The properties that are applied when Salesforce is being used as a source.static interface
Specifies the configuration details of a scheduled-trigger flow that you define.static interface
The properties that are applied when ServiceNow is being used as a source.static interface
Specifies the information that is required to query a particular Amazon AppFlow connector.static interface
The configuration that controls how Customer Profiles retrieves data from the source.static interface
A map used to store task-related information.static interface
TheTask
property type specifies the class for modeling different type of tasks.static interface
The trigger settings that determine how and when Amazon AppFlow runs the specified flow.static interface
Specifies the configuration details that control the trigger for a flow.static interface
The properties that are applied when using Zendesk as a flow source.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionCfnIntegration
(Construct scope, String id, CfnIntegrationProps props) Create a newAWS::CustomerProfiles::Integration
.protected
CfnIntegration
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnIntegration
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the integration was created.The timestamp of when the integration was most recently edited.The unique name of the domain.The configuration that controls how Customer Profiles retrieves data from the source.The name of the profile object type mapping to use.The object type mapping.getTags()
The tags used to organize, track, or control access for this resource.getUri()
The URI of the S3 bucket or any other type of data source.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDomainName
(String value) The unique name of the domain.void
setFlowDefinition
(IResolvable value) The configuration that controls how Customer Profiles retrieves data from the source.void
The configuration that controls how Customer Profiles retrieves data from the source.void
setObjectTypeName
(String value) The name of the profile object type mapping to use.void
setObjectTypeNames
(List<Object> value) The object type mapping.void
setObjectTypeNames
(IResolvable value) The object type mapping.void
The URI of the S3 bucket or any other type of data source.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.core.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnIntegration
protected CfnIntegration(software.amazon.jsii.JsiiObjectRef objRef) -
CfnIntegration
protected CfnIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnIntegration
@Stability(Stable) public CfnIntegration(@NotNull Construct scope, @NotNull String id, @NotNull CfnIntegrationProps props) Create a newAWS::CustomerProfiles::Integration
.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
props
-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrCreatedAt
The timestamp of when the integration was created. -
getAttrLastUpdatedAt
The timestamp of when the integration was most recently edited. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
The tags used to organize, track, or control access for this resource. -
getDomainName
The unique name of the domain. -
setDomainName
The unique name of the domain. -
getFlowDefinition
The configuration that controls how Customer Profiles retrieves data from the source. -
setFlowDefinition
@Stability(Stable) public void setFlowDefinition(@Nullable CfnIntegration.FlowDefinitionProperty value) The configuration that controls how Customer Profiles retrieves data from the source. -
setFlowDefinition
The configuration that controls how Customer Profiles retrieves data from the source. -
getObjectTypeName
The name of the profile object type mapping to use. -
setObjectTypeName
The name of the profile object type mapping to use. -
getObjectTypeNames
The object type mapping. -
setObjectTypeNames
The object type mapping. -
setObjectTypeNames
The object type mapping. -
getUri
The URI of the S3 bucket or any other type of data source. -
setUri
The URI of the S3 bucket or any other type of data source.
-