1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. customerprofiles
  6. DomainObjectType

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.66.0
published on Monday, May 18, 2026 by Pulumi

    Resource Type definition for AWS::CustomerProfiles::DomainObjectType

    Create DomainObjectType Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DomainObjectType(name: string, args: DomainObjectTypeArgs, opts?: CustomResourceOptions);
    @overload
    def DomainObjectType(resource_name: str,
                         args: DomainObjectTypeArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def DomainObjectType(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         domain_name: Optional[str] = None,
                         fields: Optional[Mapping[str, DomainObjectTypeFieldArgs]] = None,
                         description: Optional[str] = None,
                         encryption_key: Optional[str] = None,
                         object_type_name: Optional[str] = None,
                         tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewDomainObjectType(ctx *Context, name string, args DomainObjectTypeArgs, opts ...ResourceOption) (*DomainObjectType, error)
    public DomainObjectType(string name, DomainObjectTypeArgs args, CustomResourceOptions? opts = null)
    public DomainObjectType(String name, DomainObjectTypeArgs args)
    public DomainObjectType(String name, DomainObjectTypeArgs args, CustomResourceOptions options)
    
    type: aws-native:customerprofiles:DomainObjectType
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_customerprofiles_domainobjecttype" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args DomainObjectTypeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DomainObjectTypeArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DomainObjectTypeArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DomainObjectTypeArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DomainObjectTypeArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DomainObjectType Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DomainObjectType resource accepts the following input properties:

    DomainName string
    Fields Dictionary<string, Pulumi.AwsNative.CustomerProfiles.Inputs.DomainObjectTypeFieldArgs>
    Description string
    EncryptionKey string
    ObjectTypeName string
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    DomainName string
    Fields map[string]DomainObjectTypeFieldArgs
    Description string
    EncryptionKey string
    ObjectTypeName string
    Tags TagArgs
    domainName String
    fields Map<String,DomainObjectTypeFieldArgs>
    description String
    encryptionKey String
    objectTypeName String
    tags List<Tag>
    domainName string
    fields {[key: string]: DomainObjectTypeFieldArgs}
    description string
    encryptionKey string
    objectTypeName string
    tags Tag[]
    domain_name str
    fields Mapping[str, DomainObjectTypeFieldArgs]
    description str
    encryption_key str
    object_type_name str
    tags Sequence[TagArgs]

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DomainObjectType resource produces the following output properties:

    CreatedAt string
    The timestamp of when the domain object type was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    The timestamp of when the domain object type was most recently edited.
    CreatedAt string
    The timestamp of when the domain object type was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    The timestamp of when the domain object type was most recently edited.
    created_at string
    The timestamp of when the domain object type was created.
    id string
    The provider-assigned unique ID for this managed resource.
    last_updated_at string
    The timestamp of when the domain object type was most recently edited.
    createdAt String
    The timestamp of when the domain object type was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    The timestamp of when the domain object type was most recently edited.
    createdAt string
    The timestamp of when the domain object type was created.
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt string
    The timestamp of when the domain object type was most recently edited.
    created_at str
    The timestamp of when the domain object type was created.
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_at str
    The timestamp of when the domain object type was most recently edited.
    createdAt String
    The timestamp of when the domain object type was created.
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    The timestamp of when the domain object type was most recently edited.

    Supporting Types

    DomainObjectTypeField, DomainObjectTypeFieldArgs

    Represents a field in a DomainObjectType.
    Source string
    The source field name.
    Target string
    The target field name.
    ContentType Pulumi.AwsNative.CustomerProfiles.DomainObjectTypeFieldContentType
    The content type of the field.
    FeatureType Pulumi.AwsNative.CustomerProfiles.DomainObjectTypeFieldFeatureType
    The feature type of the field.
    Source string
    The source field name.
    Target string
    The target field name.
    ContentType DomainObjectTypeFieldContentType
    The content type of the field.
    FeatureType DomainObjectTypeFieldFeatureType
    The feature type of the field.
    source string
    The source field name.
    target string
    The target field name.
    content_type "STRING" | "NUMBER"
    The content type of the field.
    feature_type "TEXTUAL" | "CATEGORICAL"
    The feature type of the field.
    source String
    The source field name.
    target String
    The target field name.
    contentType DomainObjectTypeFieldContentType
    The content type of the field.
    featureType DomainObjectTypeFieldFeatureType
    The feature type of the field.
    source string
    The source field name.
    target string
    The target field name.
    contentType DomainObjectTypeFieldContentType
    The content type of the field.
    featureType DomainObjectTypeFieldFeatureType
    The feature type of the field.
    source str
    The source field name.
    target str
    The target field name.
    content_type DomainObjectTypeFieldContentType
    The content type of the field.
    feature_type DomainObjectTypeFieldFeatureType
    The feature type of the field.
    source String
    The source field name.
    target String
    The target field name.
    contentType "STRING" | "NUMBER"
    The content type of the field.
    featureType "TEXTUAL" | "CATEGORICAL"
    The feature type of the field.

    DomainObjectTypeFieldContentType, DomainObjectTypeFieldContentTypeArgs

    String
    STRING
    Number
    NUMBER
    DomainObjectTypeFieldContentTypeString
    STRING
    DomainObjectTypeFieldContentTypeNumber
    NUMBER
    "STRING"
    STRING
    "NUMBER"
    NUMBER
    String
    STRING
    Number
    NUMBER
    String
    STRING
    Number
    NUMBER
    STRING
    STRING
    NUMBER
    NUMBER
    "STRING"
    STRING
    "NUMBER"
    NUMBER

    DomainObjectTypeFieldFeatureType, DomainObjectTypeFieldFeatureTypeArgs

    Textual
    TEXTUAL
    Categorical
    CATEGORICAL
    DomainObjectTypeFieldFeatureTypeTextual
    TEXTUAL
    DomainObjectTypeFieldFeatureTypeCategorical
    CATEGORICAL
    "TEXTUAL"
    TEXTUAL
    "CATEGORICAL"
    CATEGORICAL
    Textual
    TEXTUAL
    Categorical
    CATEGORICAL
    Textual
    TEXTUAL
    Categorical
    CATEGORICAL
    TEXTUAL
    TEXTUAL
    CATEGORICAL
    CATEGORICAL
    "TEXTUAL"
    TEXTUAL
    "CATEGORICAL"
    CATEGORICAL

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.66.0
    published on Monday, May 18, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.