| Column Name | Column Data Type |
template_name Required Input Column
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive. | VARCHAR |
template_type Required Input Column
The type of channel that the message template is designed for. Valid values are: EMAIL, PUSH, SMS, and VOICE. | VARCHAR |
next_token Input Column
The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics. | VARCHAR |
page_size Input Column
The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics. | VARCHAR |
_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
_aws_region Input Column
The AWS region to use. | VARCHAR |
template_versions_response
Provides information about all the versions of a specific message template. | STRUCT( "item" STRUCT( "creation_date" VARCHAR, "default_substitutions" VARCHAR, "last_modified_date" VARCHAR, "template_description" VARCHAR, "template_name" VARCHAR, "template_type" VARCHAR, "version" VARCHAR )[], "message" VARCHAR, "next_token" VARCHAR, "request_id" VARCHAR ) |
Show child fields- template_versions_response.item[]
Show child fields- template_versions_response.item[].creation_date
The date, in ISO 8601 format, when the version of the message template was created.
- template_versions_response.item[].default_substitutions
A JSON object that specifies the default values that are used for message variables in the version of the message template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the default value for that variable.
- template_versions_response.item[].last_modified_date
The date, in ISO 8601 format, when the version of the message template was last modified.
- template_versions_response.item[].template_description
The custom description of the version of the message template.
- template_versions_response.item[].template_name
The name of the message template.
- template_versions_response.item[].template_type
The type of channel that the message template is designed for. Possible values are: EMAIL, PUSH, SMS, INAPP, and VOICE.
- template_versions_response.item[].version
The unique identifier for the version of the message template. This value is an integer that Amazon Pinpoint automatically increments and assigns to each new version of a template.
- template_versions_response.message
The message that's returned from the API for the request to retrieve information about all the versions of the message template.
- template_versions_response.next_token
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
- template_versions_response.request_id
The unique identifier for the request to retrieve information about all the versions of the message template.
|