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
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnIntegration.static interfaceThe operation to be performed on the provided source fields.static interfaceThe configurations that control how Customer Profiles retrieves data from the source, Amazon AppFlow.static interfaceSpecifies the configuration used when importing incremental records from the source.static interfaceThe properties that are applied when Marketo is being used as a source.static interfaceA 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 interfaceThe properties that are applied when Amazon S3 is being used as the flow source.static interfaceThe properties that are applied when Salesforce is being used as a source.static interfaceSpecifies the configuration details of a scheduled-trigger flow that you define.static interfaceThe properties that are applied when ServiceNow is being used as a source.static interfaceSpecifies the information that is required to query a particular Amazon AppFlow connector.static interfaceThe configuration that controls how Customer Profiles retrieves data from the source.static interfaceA map used to store task-related information.static interfaceTheTaskproperty type specifies the class for modeling different type of tasks.static interfaceThe trigger settings that determine how and when Amazon AppFlow runs the specified flow.static interfaceSpecifies the configuration details that control the trigger for a flow.static interfaceThe 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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnIntegration(Construct scope, String id, CfnIntegrationProps props) Create a newAWS::CustomerProfiles::Integration.protectedCfnIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnIntegration(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.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetDomainName(String value) The unique name of the domain.voidsetFlowDefinition(IResolvable value) The configuration that controls how Customer Profiles retrieves data from the source.voidThe configuration that controls how Customer Profiles retrieves data from the source.voidsetObjectTypeName(String value) The name of the profile object type mapping to use.voidsetObjectTypeNames(List<Object> value) The object type mapping.voidsetObjectTypeNames(IResolvable value) The object type mapping.voidThe 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, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
inspectin 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:
renderPropertiesin 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:
getCfnPropertiesin 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.
-