---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_pinpoint_in_app_template Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::Pinpoint::InAppTemplate
---
# awscc_pinpoint_in_app_template (Data Source)
Data Source schema for AWS::Pinpoint::InAppTemplate
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String)
- `content` (Attributes List) (see [below for nested schema](#nestedatt--content))
- `custom_config` (Map of String)
- `layout` (String)
- `tags` (Map of String)
- `template_description` (String)
- `template_name` (String)
### Nested Schema for `content`
Read-Only:
- `background_color` (String)
- `body_config` (Attributes) (see [below for nested schema](#nestedatt--content--body_config))
- `header_config` (Attributes) (see [below for nested schema](#nestedatt--content--header_config))
- `image_url` (String)
- `primary_btn` (Attributes) (see [below for nested schema](#nestedatt--content--primary_btn))
- `secondary_btn` (Attributes) (see [below for nested schema](#nestedatt--content--secondary_btn))
### Nested Schema for `content.body_config`
Read-Only:
- `alignment` (String)
- `body` (String)
- `text_color` (String)
### Nested Schema for `content.header_config`
Read-Only:
- `alignment` (String)
- `header` (String)
- `text_color` (String)
### Nested Schema for `content.primary_btn`
Read-Only:
- `android` (Attributes) (see [below for nested schema](#nestedatt--content--primary_btn--android))
- `default_config` (Attributes) (see [below for nested schema](#nestedatt--content--primary_btn--default_config))
- `ios` (Attributes) (see [below for nested schema](#nestedatt--content--primary_btn--ios))
- `web` (Attributes) (see [below for nested schema](#nestedatt--content--primary_btn--web))
### Nested Schema for `content.primary_btn.android`
Read-Only:
- `button_action` (String)
- `link` (String)
### Nested Schema for `content.primary_btn.default_config`
Read-Only:
- `background_color` (String)
- `border_radius` (Number)
- `button_action` (String)
- `link` (String)
- `text` (String)
- `text_color` (String)
### Nested Schema for `content.primary_btn.ios`
Read-Only:
- `button_action` (String)
- `link` (String)
### Nested Schema for `content.primary_btn.web`
Read-Only:
- `button_action` (String)
- `link` (String)
### Nested Schema for `content.secondary_btn`
Read-Only:
- `android` (Attributes) (see [below for nested schema](#nestedatt--content--secondary_btn--android))
- `default_config` (Attributes) (see [below for nested schema](#nestedatt--content--secondary_btn--default_config))
- `ios` (Attributes) (see [below for nested schema](#nestedatt--content--secondary_btn--ios))
- `web` (Attributes) (see [below for nested schema](#nestedatt--content--secondary_btn--web))
### Nested Schema for `content.secondary_btn.android`
Read-Only:
- `button_action` (String)
- `link` (String)
### Nested Schema for `content.secondary_btn.default_config`
Read-Only:
- `background_color` (String)
- `border_radius` (Number)
- `button_action` (String)
- `link` (String)
- `text` (String)
- `text_color` (String)
### Nested Schema for `content.secondary_btn.ios`
Read-Only:
- `button_action` (String)
- `link` (String)
### Nested Schema for `content.secondary_btn.web`
Read-Only:
- `button_action` (String)
- `link` (String)