JobResource

Contains an array of Amazon Web Services resource objects. Each object represents an Amazon S3 bucket, an Lambda function, or an Amazon Machine Image (AMI) based on Amazon EC2 that is associated with a particular job.

Types

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

Properties

Link copied to clipboard

The Amazon Machine Images (AMIs) associated with this job.

Link copied to clipboard

The Python-language Lambda functions for this job.

Link copied to clipboard

An array of S3Resource objects.

Functions

Link copied to clipboard
inline fun copy(block: JobResource.Builder.() -> Unit = {}): JobResource
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