| Package | Description |
|---|---|
| software.amazon.awscdk.services.customerprofiles |
AWS::CustomerProfiles Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnObjectType.Builder |
CfnObjectType.Builder.allowProfileCreation(Boolean allowProfileCreation)
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type.
|
CfnObjectType.Builder |
CfnObjectType.Builder.allowProfileCreation(IResolvable allowProfileCreation)
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type.
|
static CfnObjectType.Builder |
CfnObjectType.Builder.create(software.constructs.Construct scope,
String id) |
CfnObjectType.Builder |
CfnObjectType.Builder.description(String description)
The description of the profile object type mapping.
|
CfnObjectType.Builder |
CfnObjectType.Builder.domainName(String domainName)
The unique name of the domain.
|
CfnObjectType.Builder |
CfnObjectType.Builder.encryptionKey(String encryptionKey)
The customer-provided key to encrypt the profile object that will be created in this profile object type mapping.
|
CfnObjectType.Builder |
CfnObjectType.Builder.expirationDays(Number expirationDays)
The number of days until the data of this type expires.
|
CfnObjectType.Builder |
CfnObjectType.Builder.fields(IResolvable fields)
A list of field definitions for the object type mapping.
|
CfnObjectType.Builder |
CfnObjectType.Builder.fields(List<? extends Object> fields)
A list of field definitions for the object type mapping.
|
CfnObjectType.Builder |
CfnObjectType.Builder.keys(IResolvable keys)
A list of keys that can be used to map data to the profile or search for the profile.
|
CfnObjectType.Builder |
CfnObjectType.Builder.keys(List<? extends Object> keys)
A list of keys that can be used to map data to the profile or search for the profile.
|
CfnObjectType.Builder |
CfnObjectType.Builder.objectTypeName(String objectTypeName)
The name of the profile object type.
|
CfnObjectType.Builder |
CfnObjectType.Builder.tags(List<? extends CfnTag> tags)
The tags used to organize, track, or control access for this resource.
|
CfnObjectType.Builder |
CfnObjectType.Builder.templateId(String templateId)
A unique identifier for the template mapping.
|
Copyright © 2022. All rights reserved.