EncryptionConfig

An Key Management Service (KMS) key and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key. You can specify this optional object in the CreateDataset and CreatePredictor requests.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the KMS key.

Link copied to clipboard

The ARN of the IAM role that Amazon Forecast can assume to access the KMS key.

Functions

Link copied to clipboard
inline fun copy(block: EncryptionConfig.Builder.() -> Unit = {}): EncryptionConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String