S3

data class S3(val value: S3Destination) : OutputLocation

The Amazon Simple Storage Service destination for the notebook export.

Constructors

Link copied to clipboard
constructor(value: S3Destination)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this OutputLocation as a S3 and retrieves its aws.sdk.kotlin.services.datazone.model.S3Destination value. Throws an exception if the OutputLocation is not a S3.

Link copied to clipboard

Casts this OutputLocation as a S3 and retrieves its aws.sdk.kotlin.services.datazone.model.S3Destination value. Returns null if the OutputLocation is not a S3.