dataset_group
Gets an individual dataset_group
resource
Overview
Name | dataset_group |
Type | Resource |
Description | dataset_group |
Id | awscc.personalize.dataset_group |
Fields
Name | Datatype | Description |
---|---|---|
dataset_group_arn | string | The Amazon Resource Name (ARN) of the dataset group. |
name | string | The name for the new dataset group. |
kms_key_arn | string | The Amazon Resource Name(ARN) of a AWS Key Management Service (KMS) key used to encrypt the datasets. |
role_arn | string | The 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. |
domain | string | The domain of a Domain dataset group. |
region | string | AWS 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