DatasetGroupArgs

data class DatasetGroupArgs(val domain: Output<DatasetGroupDomain>? = null, val kmsKeyArn: Output<String>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null) : ConvertibleToJava<DatasetGroupArgs>

Resource Schema for AWS::Personalize::DatasetGroup.

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(domain: Output<DatasetGroupDomain>? = null, kmsKeyArn: Output<String>? = null, name: Output<String>? = null, roleArn: Output<String>? = null)

Properties

Link copied to clipboard
val domain: Output<DatasetGroupDomain>? = null

The domain of a Domain dataset group.

Link copied to clipboard
val kmsKeyArn: Output<String>? = null

The Amazon Resource Name(ARN) of a AWS Key Management Service (KMS) key used to encrypt the datasets.

Link copied to clipboard
val name: Output<String>? = null

The name for the new dataset group.

Link copied to clipboard
val roleArn: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): DatasetGroupArgs