| Package | Description |
|---|---|
| software.amazon.awscdk.services.customerprofiles |
AWS::CustomerProfiles Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.Builder |
CfnIntegration.Builder.create(software.constructs.Construct scope,
String id) |
CfnIntegration.Builder |
CfnIntegration.Builder.domainName(String domainName)
The unique name of the domain.
|
CfnIntegration.Builder |
CfnIntegration.Builder.flowDefinition(CfnIntegration.FlowDefinitionProperty flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
CfnIntegration.Builder |
CfnIntegration.Builder.flowDefinition(IResolvable flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
CfnIntegration.Builder |
CfnIntegration.Builder.objectTypeName(String objectTypeName)
The name of the profile object type mapping to use.
|
CfnIntegration.Builder |
CfnIntegration.Builder.objectTypeNames(IResolvable objectTypeNames)
The object type mapping.
|
CfnIntegration.Builder |
CfnIntegration.Builder.objectTypeNames(List<? extends Object> objectTypeNames)
The object type mapping.
|
CfnIntegration.Builder |
CfnIntegration.Builder.tags(List<? extends CfnTag> tags)
The tags used to organize, track, or control access for this resource.
|
CfnIntegration.Builder |
CfnIntegration.Builder.uri(String uri)
The URI of the S3 bucket or any other type of data source.
|
Copyright © 2022. All rights reserved.