class Aws::Personalize::Types::CreateDatasetGroupRequest

@note When making an API call, you may pass CreateDatasetGroupRequest

data as a hash:

    {
      name: "Name", # required
      role_arn: "RoleArn",
      kms_key_arn: "KmsKeyArn",
    }

@!attribute [rw] name

The name for the new dataset group.
@return [String]

@!attribute [rw] role_arn

The ARN of the Identity and Access Management (IAM) role that has
permissions to access the Key Management Service (KMS) key.
Supplying an IAM role is only valid when also specifying a KMS key.
@return [String]

@!attribute [rw] kms_key_arn

The Amazon Resource Name (ARN) of a Key Management Service (KMS) key
used to encrypt the datasets.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CreateDatasetGroupRequest AWS API Documentation

Constants

SENSITIVE