Skip to main content

dataset_groups_list_only

Lists dataset_groups in a region or regions, for all properties use dataset_groups

Overview

Namedataset_groups_list_only
TypeResource
DescriptionResource Schema for AWS::Personalize::DatasetGroup.
Idaws.personalize.dataset_groups_list_only

Fields

NameDatatypeDescription
dataset_group_arnstringThe Amazon Resource Name (ARN) of the dataset group.
namestringThe name for the new dataset group.
kms_key_arnstringThe Amazon Resource Name(ARN) of a AWS Key Management Service (KMS) key used to encrypt the datasets.
role_arnstringThe ARN of the AWS Identity and Access Management (IAM) role that has permissions to access the AWS Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.
domainstringThe domain of a Domain dataset group.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all dataset_groups in a region.

SELECT
region,
dataset_group_arn
FROM aws.personalize.dataset_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the dataset_groups_list_only resource, see dataset_groups