S3Location

data class S3Location(val value: S3Location) : Code

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

Constructors

Link copied to clipboard
constructor(value: S3Location)

Properties

Link copied to clipboard

Inherited 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.