Skip to content

/AWS1/CL_SNBJOBRESOURCE

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.

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_S3RESOURCES TYPE /AWS1/CL_SNBS3RESOURCE=>TT_S3RESOURCELIST TT_S3RESOURCELIST

An array of S3Resource objects.

IT_LAMBDARESOURCES TYPE /AWS1/CL_SNBLAMBDARESOURCE=>TT_LAMBDARESOURCELIST TT_LAMBDARESOURCELIST

The Python-language Lambda functions for this job.

IT_EC2AMIRESOURCES TYPE /AWS1/CL_SNBEC2AMIRESOURCE=>TT_EC2AMIRESOURCELIST TT_EC2AMIRESOURCELIST

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


Queryable Attributes

S3Resources

An array of S3Resource objects.

Accessible with the following methods

Method Description
GET_S3RESOURCES() Getter for S3RESOURCES, with configurable default
ASK_S3RESOURCES() Getter for S3RESOURCES w/ exceptions if field has no value
HAS_S3RESOURCES() Determine if S3RESOURCES has a value

LambdaResources

The Python-language Lambda functions for this job.

Accessible with the following methods

Method Description
GET_LAMBDARESOURCES() Getter for LAMBDARESOURCES, with configurable default
ASK_LAMBDARESOURCES() Getter for LAMBDARESOURCES w/ exceptions if field has no val
HAS_LAMBDARESOURCES() Determine if LAMBDARESOURCES has a value

Ec2AmiResources

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

Accessible with the following methods

Method Description
GET_EC2AMIRESOURCES() Getter for EC2AMIRESOURCES, with configurable default
ASK_EC2AMIRESOURCES() Getter for EC2AMIRESOURCES w/ exceptions if field has no val
HAS_EC2AMIRESOURCES() Determine if EC2AMIRESOURCES has a value