| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.StepFunctions.Types.ActivityListItem
Description
Synopsis
- data ActivityListItem = ActivityListItem' {
- activityArn :: Text
- name :: Text
- creationDate :: POSIX
- newActivityListItem :: Text -> Text -> UTCTime -> ActivityListItem
- activityListItem_activityArn :: Lens' ActivityListItem Text
- activityListItem_name :: Lens' ActivityListItem Text
- activityListItem_creationDate :: Lens' ActivityListItem UTCTime
Documentation
data ActivityListItem Source #
Contains details about an activity.
See: newActivityListItem smart constructor.
Constructors
| ActivityListItem' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> ActivityListItem |
Create a value of ActivityListItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:activityArn:ActivityListItem', activityListItem_activityArn - The Amazon Resource Name (ARN) that identifies the activity.
$sel:name:ActivityListItem', activityListItem_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 _.
$sel:creationDate:ActivityListItem', activityListItem_creationDate - The date the activity is created.
activityListItem_activityArn :: Lens' ActivityListItem Text Source #
The Amazon Resource Name (ARN) that identifies the activity.
activityListItem_name :: Lens' ActivityListItem Text Source #
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 _.
activityListItem_creationDate :: Lens' ActivityListItem UTCTime Source #
The date the activity is created.