Skip to main content

dataset_group

Gets an individual dataset_group resource

Overview

Namedataset_group
TypeResource
Descriptiondataset_group
Idawscc.personalize.dataset_group

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
dataset_group_arn,
name,
kms_key_arn,
role_arn,
domain
FROM awscc.personalize.dataset_group
WHERE data__Identifier = '<DatasetGroupArn>';

Permissions

To operate on the dataset_group resource, the following permissions are required:

Read

personalize:DescribeDatasetGroup

Delete

personalize:DescribeDatasetGroup,
personalize:DeleteDatasetGroup