DatasetGroup

class DatasetGroup : KotlinCustomResource

Resource Schema for AWS::Personalize::DatasetGroup.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val datasetGroupArn: Output<String>

The Amazon Resource Name (ARN) of the dataset group.

Link copied to clipboard

The domain of a Domain dataset group.

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

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>

The name for the new dataset group.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<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.

Link copied to clipboard
val urn: Output<String>