@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-02T14:17:16.189Z") @Stability(value=Stable) public interface CfnDatasetGroupProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDatasetGroupProps.Builder
A builder for
CfnDatasetGroupProps |
static class |
CfnDatasetGroupProps.Jsii$Proxy
An implementation for
CfnDatasetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDatasetGroupProps.Builder |
builder() |
default String |
getDomain()
The domain of a Domain dataset group.
|
default String |
getKmsKeyArn()
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the datasets.
|
String |
getName()
The name of the dataset group.
|
default String |
getRoleArn()
The ARN of the IAM role that has permissions to create the dataset group.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDomain()
@Stability(value=Stable) @Nullable default String getKmsKeyArn()
@Stability(value=Stable) @Nullable default String getRoleArn()
@Stability(value=Stable) static CfnDatasetGroupProps.Builder builder()
CfnDatasetGroupProps.Builder of CfnDatasetGroupPropsCopyright © 2023. All rights reserved.