| Package | Description |
|---|---|
| software.amazon.awscdk.services.wisdom |
AWS::Wisdom Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnAssistant.Builder |
CfnAssistant.Builder.create(software.constructs.Construct scope,
String id) |
CfnAssistant.Builder |
CfnAssistant.Builder.description(String description)
The description of the assistant.
|
CfnAssistant.Builder |
CfnAssistant.Builder.name(String name)
The name of the assistant.
|
CfnAssistant.Builder |
CfnAssistant.Builder.serverSideEncryptionConfiguration(CfnAssistant.ServerSideEncryptionConfigurationProperty serverSideEncryptionConfiguration)
The KMS key used for encryption.
|
CfnAssistant.Builder |
CfnAssistant.Builder.serverSideEncryptionConfiguration(IResolvable serverSideEncryptionConfiguration)
The KMS key used for encryption.
|
CfnAssistant.Builder |
CfnAssistant.Builder.tags(List<? extends CfnTag> tags)
The tags used to organize, track, or control access for this resource.
|
CfnAssistant.Builder |
CfnAssistant.Builder.type(String type)
The type of assistant.
|
Copyright © 2022. All rights reserved.