Interface CfnDatasetGroupProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDatasetGroupProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:00.709Z") @Stability(Stable) public interface CfnDatasetGroupProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnDatasetGroup.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.personalize.*;
 CfnDatasetGroupProps cfnDatasetGroupProps = CfnDatasetGroupProps.builder()
         .name("name")
         // the properties below are optional
         .domain("domain")
         .kmsKeyArn("kmsKeyArn")
         .roleArn("roleArn")
         .build();
 
  • Method Details

    • getName

      @Stability(Stable) @NotNull String getName()
      The name of the dataset group.
    • getDomain

      @Stability(Stable) @Nullable default String getDomain()
      The domain of a Domain dataset group.
    • getKmsKeyArn

      @Stability(Stable) @Nullable default String getKmsKeyArn()
      The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the datasets.
    • getRoleArn

      @Stability(Stable) @Nullable default String getRoleArn()
      The ARN of the IAM role that has permissions to create the dataset group.
    • builder

      @Stability(Stable) static CfnDatasetGroupProps.Builder builder()
      Returns:
      a CfnDatasetGroupProps.Builder of CfnDatasetGroupProps