GetDataAutomationProjectResult

data class GetDataAutomationProjectResult(val creationTime: String? = null, val customOutputConfiguration: DataAutomationProjectCustomOutputConfiguration? = null, val kmsEncryptionContext: Map<String, String>? = null, val kmsKeyId: String? = null, val lastModifiedTime: String? = null, val overrideConfiguration: DataAutomationProjectOverrideConfiguration? = null, val projectArn: String? = null, val projectDescription: String? = null, val projectStage: DataAutomationProjectStage? = null, val standardOutputConfiguration: DataAutomationProjectStandardOutputConfiguration? = null, val status: DataAutomationProjectStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, customOutputConfiguration: DataAutomationProjectCustomOutputConfiguration? = null, kmsEncryptionContext: Map<String, String>? = null, kmsKeyId: String? = null, lastModifiedTime: String? = null, overrideConfiguration: DataAutomationProjectOverrideConfiguration? = null, projectArn: String? = null, projectDescription: String? = null, projectStage: DataAutomationProjectStage? = null, standardOutputConfiguration: DataAutomationProjectStandardOutputConfiguration? = null, status: DataAutomationProjectStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

Time Stamp

Link copied to clipboard

Blueprints to apply to objects processed by the project.

Link copied to clipboard

KMS encryption context

Link copied to clipboard
val kmsKeyId: String? = null

KMS key identifier

Link copied to clipboard

Time Stamp

Link copied to clipboard

Additional settings for the project.

Link copied to clipboard
val projectArn: String? = null

ARN of a DataAutomationProject

Link copied to clipboard

Description of the DataAutomationProject

Link copied to clipboard

The project's stage.

Link copied to clipboard

The project's standard output configuration.

Link copied to clipboard

The project's status.

Link copied to clipboard
val tags: List<Tag>? = null

List of Tags