Code

sealed class Code

Specifies the Amazon S3 location of code artifacts that workflows use during execution.

Inheritors

Types

Link copied to clipboard
data class S3Location(val value: S3Location) : Code

The Amazon S3 location of the code artifacts that your workflow tasks use during execution.

Link copied to clipboard
object SdkUnknown : Code

Functions

Link copied to clipboard

Casts this Code as a S3Location and retrieves its aws.sdk.kotlin.services.mwaaserverless.model.S3Location value. Throws an exception if the Code is not a S3Location.

Link copied to clipboard

Casts this Code as a S3Location and retrieves its aws.sdk.kotlin.services.mwaaserverless.model.S3Location value. Returns null if the Code is not a S3Location.