JobResource
public struct JobResource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Machine Images (AMIs) associated with this job.
Declaration
Swift
public let ec2AmiResources: [Ec2AmiResource]? -
The Python-language Lambda functions for this job.
Declaration
Swift
public let lambdaResources: [LambdaResource]? -
An array of S3Resource objects.
Declaration
Swift
public let s3Resources: [S3Resource]? -
Undocumented
Declaration
Swift
public init(ec2AmiResources: [Ec2AmiResource]? = nil, lambdaResources: [LambdaResource]? = nil, s3Resources: [S3Resource]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
JobResource Structure Reference