Skip to content

/AWS1/CL_BDNWORKFLOWEXPORTCFG

Configuration settings for exporting workflow execution data and logs to Amazon Simple Storage Service (Amazon S3).

CONSTRUCTOR

IMPORTING

Required arguments:

iv_s3bucketname TYPE /AWS1/BDNS3BUCKETNAME /AWS1/BDNS3BUCKETNAME

The name of your Amazon S3 bucket, that Nova Act uses to export your workflow data. Note that the IAM role used to access Nova Act must also have write permissions to this bucket.

Optional arguments:

iv_s3keyprefix TYPE /AWS1/BDNS3KEYPREFIX /AWS1/BDNS3KEYPREFIX

An optional prefix for Amazon S3 object keys to organize exported data.


Queryable Attributes

s3BucketName

The name of your Amazon S3 bucket, that Nova Act uses to export your workflow data. Note that the IAM role used to access Nova Act must also have write permissions to this bucket.

Accessible with the following methods

Method Description
GET_S3BUCKETNAME() Getter for S3BUCKETNAME, with configurable default
ASK_S3BUCKETNAME() Getter for S3BUCKETNAME w/ exceptions if field has no value
HAS_S3BUCKETNAME() Determine if S3BUCKETNAME has a value

s3KeyPrefix

An optional prefix for Amazon S3 object keys to organize exported data.

Accessible with the following methods

Method Description
GET_S3KEYPREFIX() Getter for S3KEYPREFIX, with configurable default
ASK_S3KEYPREFIX() Getter for S3KEYPREFIX w/ exceptions if field has no value
HAS_S3KEYPREFIX() Determine if S3KEYPREFIX has a value