Resource: aws_customerprofiles_profile

Terraform resource for managing an Amazon Customer Profiles Profile. See the Create Profile for more information.

Example Usage

resource "aws_customerprofiles_domain" "example" {
  domain_name = "example"
}

resource "aws_customerprofiles_profile" "example" {
  domain_name = aws_customerprofiles_domain.example.domain_name
}

Argument Reference

The following arguments are required:

The following arguments are optional:

address

The address configuration block supports the following attributes:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Timeouts

Configuration options:

Import

In Terraform v1.5.0 and later, use an import block to import Amazon Customer Profiles Profile using the resource id. For example:

import {
  to = aws_customerprofiles_profile.example
  id = "domain-name/5f2f473dfbe841eb8d05cfc2a4c926df"
}

Using terraform import, import Amazon Customer Profiles Profile using the resource id. For example:

% terraform import aws_customerprofiles_profile.example domain-name/5f2f473dfbe841eb8d05cfc2a4c926df