Skip to content

/AWS1/CL_SFNDESCRACTIVITYOUT

DescribeActivityOutput

CONSTRUCTOR

IMPORTING

Required arguments:

IV_ACTIVITYARN TYPE /AWS1/SFNARN /AWS1/SFNARN

The Amazon Resource Name (ARN) that identifies the activity.

IV_NAME TYPE /AWS1/SFNNAME /AWS1/SFNNAME

The name of the activity.

A name must not contain:

  • white space

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters " # % \ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

IV_CREATIONDATE TYPE /AWS1/SFNTIMESTAMP /AWS1/SFNTIMESTAMP

The date the activity is created.

Optional arguments:

IO_ENCRYPTIONCONFIGURATION TYPE REF TO /AWS1/CL_SFNENCRYPTIONCONF /AWS1/CL_SFNENCRYPTIONCONF

Settings for configured server-side encryption.


Queryable Attributes

activityArn

The Amazon Resource Name (ARN) that identifies the activity.

Accessible with the following methods

Method Description
GET_ACTIVITYARN() Getter for ACTIVITYARN, with configurable default
ASK_ACTIVITYARN() Getter for ACTIVITYARN w/ exceptions if field has no value
HAS_ACTIVITYARN() Determine if ACTIVITYARN has a value

name

The name of the activity.

A name must not contain:

  • white space

  • brackets < > { } [ ]

  • wildcard characters ? *

  • special characters " # % \ ^ | ~ ` $ & , ; : /

  • control characters (U+0000-001F, U+007F-009F)

To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

creationDate

The date the activity is created.

Accessible with the following methods

Method Description
GET_CREATIONDATE() Getter for CREATIONDATE, with configurable default
ASK_CREATIONDATE() Getter for CREATIONDATE w/ exceptions if field has no value
HAS_CREATIONDATE() Determine if CREATIONDATE has a value

encryptionConfiguration

Settings for configured server-side encryption.

Accessible with the following methods

Method Description
GET_ENCRYPTIONCONFIGURATION() Getter for ENCRYPTIONCONFIGURATION