@gammarers/aws-stepfunctions-execution-status-change-notification-stack 1.1.23 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/.gitconfig +4 -0
- package/.devcontainer/devcontainer.json +54 -0
- package/.jsii +13 -13
- package/API.md +156 -156
- package/README.md +2 -2
- package/lib/index.d.ts +3 -3
- package/lib/index.js +5 -5
- package/package.json +4 -4
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "dev-aws-stepfunctions-execution-status-change-notification-stack",
|
|
3
|
+
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
|
|
4
|
+
"features": {
|
|
5
|
+
"ghcr.io/devcontainers/features/common-utils:2": {
|
|
6
|
+
"username": "developer",
|
|
7
|
+
"upgradePackages": true
|
|
8
|
+
},
|
|
9
|
+
"ghcr.io/devcontainers/features/git:1": {},
|
|
10
|
+
"ghcr.io/devcontainers/features/node:1": {
|
|
11
|
+
"version": "24"
|
|
12
|
+
},
|
|
13
|
+
"ghcr.io/devcontainers/features/dotnet:1": {},
|
|
14
|
+
"ghcr.io/devcontainers/features/python:1": {},
|
|
15
|
+
"ghcr.io/devcontainers/features/java:1": {}
|
|
16
|
+
},
|
|
17
|
+
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
|
|
18
|
+
"workspaceFolder": "/workspace",
|
|
19
|
+
// "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
|
|
20
|
+
"mounts": [
|
|
21
|
+
"target=/workspace/node_modules"
|
|
22
|
+
],
|
|
23
|
+
"remoteUser": "developer",
|
|
24
|
+
"remoteEnv": {
|
|
25
|
+
"npm_config_loglevel": "error"
|
|
26
|
+
},
|
|
27
|
+
"postCreateCommand": {
|
|
28
|
+
"fixVolumePerms": "sudo chown -R $(whoami): /workspace"
|
|
29
|
+
}
|
|
30
|
+
// "build": {
|
|
31
|
+
// "dockerfile": "Dockerfile"
|
|
32
|
+
// },
|
|
33
|
+
// "remoteUser": "node",
|
|
34
|
+
// "workspaceFolder": "/workspace",
|
|
35
|
+
// "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
|
|
36
|
+
// "mounts": [
|
|
37
|
+
// "target=/workspace/node_modules"
|
|
38
|
+
// ],
|
|
39
|
+
// "features": {
|
|
40
|
+
// "ghcr.io/devcontainers/features/git:1": {}
|
|
41
|
+
// },
|
|
42
|
+
// "customizations": {
|
|
43
|
+
// "vscode": {
|
|
44
|
+
// "extensions": [
|
|
45
|
+
// "amazonwebservices.aws-toolkit-vscode",
|
|
46
|
+
// "ms-vscode.vscode-typescript-next"
|
|
47
|
+
// ]
|
|
48
|
+
// }
|
|
49
|
+
// },
|
|
50
|
+
// "postCreateCommand": {
|
|
51
|
+
// "fixVolumePerms": "sudo chown -R $(whoami): /workspace/node_modules"
|
|
52
|
+
// }
|
|
53
|
+
|
|
54
|
+
}
|
package/.jsii
CHANGED
|
@@ -3685,7 +3685,7 @@
|
|
|
3685
3685
|
"stability": "stable"
|
|
3686
3686
|
},
|
|
3687
3687
|
"homepage": "https://github.com/gammarers/aws-stepfunctions-execution-status-change-notification-stack.git",
|
|
3688
|
-
"jsiiVersion": "5.
|
|
3688
|
+
"jsiiVersion": "5.9.21 (build f1fe2ef)",
|
|
3689
3689
|
"keywords": [
|
|
3690
3690
|
"cdk"
|
|
3691
3691
|
],
|
|
@@ -3700,7 +3700,7 @@
|
|
|
3700
3700
|
},
|
|
3701
3701
|
"name": "@gammarers/aws-stepfunctions-execution-status-change-notification-stack",
|
|
3702
3702
|
"readme": {
|
|
3703
|
-
"markdown": "# AWS Step Functions Execution Status Change Notification Stack\n\n[](https://github.com/gammarers/aws-stepfunctions-execution-status-change-notification-stack/blob/main/LICENSE)\n[](https://www.npmjs.com/package/@gammarers/aws-stepfunctions-execution-status-change-notification-stack)\n[](https://github.com/gammarers/aws-stepfunctions-execution-status-change-notification-stack/actions/workflows/release.yml)\n[](https://github.com/gammarers/aws-stepfunctions-execution-status-change-notification-stack/releases)\n\n[](https://constructs.dev/packages/@gammarers/aws-stepfunctions-execution-status-change-notification-stack)\n\nThis AWS CDK Stack retrieves the status of Step Functions via EventBridge and sends notifications accordingly. Currently, it only detects and notifies when the status of any machine is either \"Failed\" or \"TimeOut.\"\n\n### TypeScript\n\n#### install by npm\n\n```shell\nnpm install @gammarers/aws-stepfunctions-execution-status-change-notification-stack\n```\n\n#### install by yarn\n\n```shell\nyarn add @gammarers/aws-stepfunctions-execution-status-change-notification-stack\n```\n\n## Example\n\n### Code\n\n```typescript\nimport {
|
|
3703
|
+
"markdown": "# AWS Step Functions Execution Status Change Notification Stack\n\n[](https://github.com/gammarers/aws-stepfunctions-execution-status-change-notification-stack/blob/main/LICENSE)\n[](https://www.npmjs.com/package/@gammarers/aws-stepfunctions-execution-status-change-notification-stack)\n[](https://github.com/gammarers/aws-stepfunctions-execution-status-change-notification-stack/actions/workflows/release.yml)\n[](https://github.com/gammarers/aws-stepfunctions-execution-status-change-notification-stack/releases)\n\n[](https://constructs.dev/packages/@gammarers/aws-stepfunctions-execution-status-change-notification-stack)\n\nThis AWS CDK Stack retrieves the status of Step Functions via EventBridge and sends notifications accordingly. Currently, it only detects and notifies when the status of any machine is either \"Failed\" or \"TimeOut.\"\n\n### TypeScript\n\n#### install by npm\n\n```shell\nnpm install @gammarers/aws-stepfunctions-execution-status-change-notification-stack\n```\n\n#### install by yarn\n\n```shell\nyarn add @gammarers/aws-stepfunctions-execution-status-change-notification-stack\n```\n\n## Example\n\n### Code\n\n```typescript\nimport { StepFunctionsExecutionStatusChangeNotificationStack } from '@gammarers/aws-stepfunctions-execution-status-change-notification-stack';\n\nnew StepFunctionsExecutionStatusChangeNotificationStack(app, 'StepFunctionsExecutionStatusChangeNotificationStack', {\n enableRule: true,\n notifications: {\n emails: [\n 'foo@example.com',\n 'bar@example.net',\n ],\n },\n});\n```\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n"
|
|
3704
3704
|
},
|
|
3705
3705
|
"repository": {
|
|
3706
3706
|
"type": "git",
|
|
@@ -3751,13 +3751,13 @@
|
|
|
3751
3751
|
],
|
|
3752
3752
|
"symbolId": "src/index:Notifications"
|
|
3753
3753
|
},
|
|
3754
|
-
"@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
3754
|
+
"@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack": {
|
|
3755
3755
|
"assembly": "@gammarers/aws-stepfunctions-execution-status-change-notification-stack",
|
|
3756
3756
|
"base": "aws-cdk-lib.Stack",
|
|
3757
3757
|
"docs": {
|
|
3758
3758
|
"stability": "stable"
|
|
3759
3759
|
},
|
|
3760
|
-
"fqn": "@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
3760
|
+
"fqn": "@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack",
|
|
3761
3761
|
"initializer": {
|
|
3762
3762
|
"docs": {
|
|
3763
3763
|
"stability": "stable"
|
|
@@ -3782,7 +3782,7 @@
|
|
|
3782
3782
|
{
|
|
3783
3783
|
"name": "props",
|
|
3784
3784
|
"type": {
|
|
3785
|
-
"fqn": "@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
3785
|
+
"fqn": "@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps"
|
|
3786
3786
|
}
|
|
3787
3787
|
}
|
|
3788
3788
|
]
|
|
@@ -3792,16 +3792,16 @@
|
|
|
3792
3792
|
"filename": "src/index.ts",
|
|
3793
3793
|
"line": 27
|
|
3794
3794
|
},
|
|
3795
|
-
"name": "
|
|
3796
|
-
"symbolId": "src/index:
|
|
3795
|
+
"name": "StepFunctionsExecutionStatusChangeNotificationStack",
|
|
3796
|
+
"symbolId": "src/index:StepFunctionsExecutionStatusChangeNotificationStack"
|
|
3797
3797
|
},
|
|
3798
|
-
"@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
3798
|
+
"@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps": {
|
|
3799
3799
|
"assembly": "@gammarers/aws-stepfunctions-execution-status-change-notification-stack",
|
|
3800
3800
|
"datatype": true,
|
|
3801
3801
|
"docs": {
|
|
3802
3802
|
"stability": "stable"
|
|
3803
3803
|
},
|
|
3804
|
-
"fqn": "@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
3804
|
+
"fqn": "@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps",
|
|
3805
3805
|
"interfaces": [
|
|
3806
3806
|
"aws-cdk-lib.StackProps"
|
|
3807
3807
|
],
|
|
@@ -3810,7 +3810,7 @@
|
|
|
3810
3810
|
"filename": "src/index.ts",
|
|
3811
3811
|
"line": 19
|
|
3812
3812
|
},
|
|
3813
|
-
"name": "
|
|
3813
|
+
"name": "StepFunctionsExecutionStatusChangeNotificationStackProps",
|
|
3814
3814
|
"properties": [
|
|
3815
3815
|
{
|
|
3816
3816
|
"abstract": true,
|
|
@@ -3861,7 +3861,7 @@
|
|
|
3861
3861
|
}
|
|
3862
3862
|
}
|
|
3863
3863
|
],
|
|
3864
|
-
"symbolId": "src/index:
|
|
3864
|
+
"symbolId": "src/index:StepFunctionsExecutionStatusChangeNotificationStackProps"
|
|
3865
3865
|
},
|
|
3866
3866
|
"@gammarers/aws-stepfunctions-execution-status-change-notification-stack.TimeoutOption": {
|
|
3867
3867
|
"assembly": "@gammarers/aws-stepfunctions-execution-status-change-notification-stack",
|
|
@@ -3897,6 +3897,6 @@
|
|
|
3897
3897
|
"symbolId": "src/index:TimeoutOption"
|
|
3898
3898
|
}
|
|
3899
3899
|
},
|
|
3900
|
-
"version": "
|
|
3901
|
-
"fingerprint": "
|
|
3900
|
+
"version": "2.0.0",
|
|
3901
|
+
"fingerprint": "bqqBsQuBKIcgclzCQk2whM3uaJEkwBMnLf3YwGu3SoQ="
|
|
3902
3902
|
}
|
package/API.md
CHANGED
|
@@ -2,39 +2,39 @@
|
|
|
2
2
|
|
|
3
3
|
## Constructs <a name="Constructs" id="Constructs"></a>
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### StepFunctionsExecutionStatusChangeNotificationStack <a name="StepFunctionsExecutionStatusChangeNotificationStack" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack"></a>
|
|
6
6
|
|
|
7
|
-
#### Initializers <a name="Initializers" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
7
|
+
#### Initializers <a name="Initializers" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.Initializer"></a>
|
|
8
8
|
|
|
9
9
|
```typescript
|
|
10
|
-
import {
|
|
10
|
+
import { StepFunctionsExecutionStatusChangeNotificationStack } from '@gammarers/aws-stepfunctions-execution-status-change-notification-stack'
|
|
11
11
|
|
|
12
|
-
new
|
|
12
|
+
new StepFunctionsExecutionStatusChangeNotificationStack(scope: Construct, id: string, props: StepFunctionsExecutionStatusChangeNotificationStackProps)
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
| **Name** | **Type** | **Description** |
|
|
16
16
|
| --- | --- | --- |
|
|
17
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
18
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
19
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
17
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
|
|
18
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
|
|
19
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.Initializer.parameter.props">props</a></code> | <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps">StepFunctionsExecutionStatusChangeNotificationStackProps</a></code> | *No description.* |
|
|
20
20
|
|
|
21
21
|
---
|
|
22
22
|
|
|
23
|
-
##### `scope`<sup>Required</sup> <a name="scope" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
23
|
+
##### `scope`<sup>Required</sup> <a name="scope" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.Initializer.parameter.scope"></a>
|
|
24
24
|
|
|
25
25
|
- *Type:* constructs.Construct
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
|
-
##### `id`<sup>Required</sup> <a name="id" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
29
|
+
##### `id`<sup>Required</sup> <a name="id" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.Initializer.parameter.id"></a>
|
|
30
30
|
|
|
31
31
|
- *Type:* string
|
|
32
32
|
|
|
33
33
|
---
|
|
34
34
|
|
|
35
|
-
##### `props`<sup>Required</sup> <a name="props" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
35
|
+
##### `props`<sup>Required</sup> <a name="props" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.Initializer.parameter.props"></a>
|
|
36
36
|
|
|
37
|
-
- *Type:* <a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
37
|
+
- *Type:* <a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps">StepFunctionsExecutionStatusChangeNotificationStackProps</a>
|
|
38
38
|
|
|
39
39
|
---
|
|
40
40
|
|
|
@@ -42,25 +42,25 @@ new StepFunctionsExecutionStatueChangeNotificationStack(scope: Construct, id: st
|
|
|
42
42
|
|
|
43
43
|
| **Name** | **Description** |
|
|
44
44
|
| --- | --- |
|
|
45
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
46
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
47
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
48
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
49
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
50
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
51
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
52
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
53
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
54
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
55
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
56
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
57
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
58
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
59
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
60
|
-
|
|
61
|
-
---
|
|
62
|
-
|
|
63
|
-
##### `toString` <a name="toString" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
45
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.toString">toString</a></code> | Returns a string representation of this construct. |
|
|
46
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addDependency">addDependency</a></code> | Add a dependency between this stack and another stack. |
|
|
47
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addMetadata">addMetadata</a></code> | Adds an arbitary key-value pair, with information you want to record about the stack. |
|
|
48
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addTransform">addTransform</a></code> | Add a Transform to this stack. A Transform is a macro that AWS CloudFormation uses to process your template. |
|
|
49
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.exportStringListValue">exportStringListValue</a></code> | Create a CloudFormation Export for a string list value. |
|
|
50
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.exportValue">exportValue</a></code> | Create a CloudFormation Export for a string value. |
|
|
51
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.formatArn">formatArn</a></code> | Creates an ARN from components. |
|
|
52
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.getLogicalId">getLogicalId</a></code> | Allocates a stack-unique CloudFormation-compatible logical identity for a specific resource. |
|
|
53
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.regionalFact">regionalFact</a></code> | Look up a fact value for the given fact for the region of this stack. |
|
|
54
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.renameLogicalId">renameLogicalId</a></code> | Rename a generated logical identities. |
|
|
55
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.reportMissingContextKey">reportMissingContextKey</a></code> | Indicate that a context key was expected. |
|
|
56
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.resolve">resolve</a></code> | Resolve a tokenized value in the context of the current stack. |
|
|
57
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.splitArn">splitArn</a></code> | Splits the provided ARN into its components. |
|
|
58
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.toJsonString">toJsonString</a></code> | Convert an object, potentially containing tokens, to a JSON string. |
|
|
59
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.toYamlString">toYamlString</a></code> | Convert an object, potentially containing tokens, to a YAML string. |
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
##### `toString` <a name="toString" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.toString"></a>
|
|
64
64
|
|
|
65
65
|
```typescript
|
|
66
66
|
public toString(): string
|
|
@@ -68,7 +68,7 @@ public toString(): string
|
|
|
68
68
|
|
|
69
69
|
Returns a string representation of this construct.
|
|
70
70
|
|
|
71
|
-
##### `addDependency` <a name="addDependency" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
71
|
+
##### `addDependency` <a name="addDependency" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addDependency"></a>
|
|
72
72
|
|
|
73
73
|
```typescript
|
|
74
74
|
public addDependency(target: Stack, reason?: string): void
|
|
@@ -79,19 +79,19 @@ Add a dependency between this stack and another stack.
|
|
|
79
79
|
This can be used to define dependencies between any two stacks within an
|
|
80
80
|
app, and also supports nested stacks.
|
|
81
81
|
|
|
82
|
-
###### `target`<sup>Required</sup> <a name="target" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
82
|
+
###### `target`<sup>Required</sup> <a name="target" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addDependency.parameter.target"></a>
|
|
83
83
|
|
|
84
84
|
- *Type:* aws-cdk-lib.Stack
|
|
85
85
|
|
|
86
86
|
---
|
|
87
87
|
|
|
88
|
-
###### `reason`<sup>Optional</sup> <a name="reason" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
88
|
+
###### `reason`<sup>Optional</sup> <a name="reason" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addDependency.parameter.reason"></a>
|
|
89
89
|
|
|
90
90
|
- *Type:* string
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
94
|
-
##### `addMetadata` <a name="addMetadata" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
94
|
+
##### `addMetadata` <a name="addMetadata" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addMetadata"></a>
|
|
95
95
|
|
|
96
96
|
```typescript
|
|
97
97
|
public addMetadata(key: string, value: any): void
|
|
@@ -103,19 +103,19 @@ These get translated to the Metadata section of the generated template.
|
|
|
103
103
|
|
|
104
104
|
> [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html)
|
|
105
105
|
|
|
106
|
-
###### `key`<sup>Required</sup> <a name="key" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
106
|
+
###### `key`<sup>Required</sup> <a name="key" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addMetadata.parameter.key"></a>
|
|
107
107
|
|
|
108
108
|
- *Type:* string
|
|
109
109
|
|
|
110
110
|
---
|
|
111
111
|
|
|
112
|
-
###### `value`<sup>Required</sup> <a name="value" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
112
|
+
###### `value`<sup>Required</sup> <a name="value" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addMetadata.parameter.value"></a>
|
|
113
113
|
|
|
114
114
|
- *Type:* any
|
|
115
115
|
|
|
116
116
|
---
|
|
117
117
|
|
|
118
|
-
##### `addTransform` <a name="addTransform" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
118
|
+
##### `addTransform` <a name="addTransform" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addTransform"></a>
|
|
119
119
|
|
|
120
120
|
```typescript
|
|
121
121
|
public addTransform(transform: string): void
|
|
@@ -136,7 +136,7 @@ stack.addTransform('AWS::Serverless-2016-10-31')
|
|
|
136
136
|
```
|
|
137
137
|
|
|
138
138
|
|
|
139
|
-
###### `transform`<sup>Required</sup> <a name="transform" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
139
|
+
###### `transform`<sup>Required</sup> <a name="transform" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.addTransform.parameter.transform"></a>
|
|
140
140
|
|
|
141
141
|
- *Type:* string
|
|
142
142
|
|
|
@@ -144,7 +144,7 @@ The transform to add.
|
|
|
144
144
|
|
|
145
145
|
---
|
|
146
146
|
|
|
147
|
-
##### `exportStringListValue` <a name="exportStringListValue" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
147
|
+
##### `exportStringListValue` <a name="exportStringListValue" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.exportStringListValue"></a>
|
|
148
148
|
|
|
149
149
|
```typescript
|
|
150
150
|
public exportStringListValue(exportedValue: any, options?: ExportValueOptions): string[]
|
|
@@ -170,19 +170,19 @@ the resource and the manual export.
|
|
|
170
170
|
|
|
171
171
|
See `exportValue` for an example of this process.
|
|
172
172
|
|
|
173
|
-
###### `exportedValue`<sup>Required</sup> <a name="exportedValue" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
173
|
+
###### `exportedValue`<sup>Required</sup> <a name="exportedValue" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.exportStringListValue.parameter.exportedValue"></a>
|
|
174
174
|
|
|
175
175
|
- *Type:* any
|
|
176
176
|
|
|
177
177
|
---
|
|
178
178
|
|
|
179
|
-
###### `options`<sup>Optional</sup> <a name="options" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
179
|
+
###### `options`<sup>Optional</sup> <a name="options" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.exportStringListValue.parameter.options"></a>
|
|
180
180
|
|
|
181
181
|
- *Type:* aws-cdk-lib.ExportValueOptions
|
|
182
182
|
|
|
183
183
|
---
|
|
184
184
|
|
|
185
|
-
##### `exportValue` <a name="exportValue" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
185
|
+
##### `exportValue` <a name="exportValue" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.exportValue"></a>
|
|
186
186
|
|
|
187
187
|
```typescript
|
|
188
188
|
public exportValue(exportedValue: any, options?: ExportValueOptions): string
|
|
@@ -233,19 +233,19 @@ Instead, the process takes two deployments:
|
|
|
233
233
|
- Don't forget to remove the `exportValue()` call as well.
|
|
234
234
|
- Deploy again (this time only the `producerStack` will be changed -- the bucket will be deleted).
|
|
235
235
|
|
|
236
|
-
###### `exportedValue`<sup>Required</sup> <a name="exportedValue" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
236
|
+
###### `exportedValue`<sup>Required</sup> <a name="exportedValue" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.exportValue.parameter.exportedValue"></a>
|
|
237
237
|
|
|
238
238
|
- *Type:* any
|
|
239
239
|
|
|
240
240
|
---
|
|
241
241
|
|
|
242
|
-
###### `options`<sup>Optional</sup> <a name="options" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
242
|
+
###### `options`<sup>Optional</sup> <a name="options" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.exportValue.parameter.options"></a>
|
|
243
243
|
|
|
244
244
|
- *Type:* aws-cdk-lib.ExportValueOptions
|
|
245
245
|
|
|
246
246
|
---
|
|
247
247
|
|
|
248
|
-
##### `formatArn` <a name="formatArn" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
248
|
+
##### `formatArn` <a name="formatArn" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.formatArn"></a>
|
|
249
249
|
|
|
250
250
|
```typescript
|
|
251
251
|
public formatArn(components: ArnComponents): string
|
|
@@ -267,13 +267,13 @@ The required ARN pieces that are omitted will be taken from the stack that
|
|
|
267
267
|
the 'scope' is attached to. If all ARN pieces are supplied, the supplied scope
|
|
268
268
|
can be 'undefined'.
|
|
269
269
|
|
|
270
|
-
###### `components`<sup>Required</sup> <a name="components" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
270
|
+
###### `components`<sup>Required</sup> <a name="components" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.formatArn.parameter.components"></a>
|
|
271
271
|
|
|
272
272
|
- *Type:* aws-cdk-lib.ArnComponents
|
|
273
273
|
|
|
274
274
|
---
|
|
275
275
|
|
|
276
|
-
##### `getLogicalId` <a name="getLogicalId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
276
|
+
##### `getLogicalId` <a name="getLogicalId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.getLogicalId"></a>
|
|
277
277
|
|
|
278
278
|
```typescript
|
|
279
279
|
public getLogicalId(element: CfnElement): string
|
|
@@ -289,7 +289,7 @@ This method uses the protected method `allocateLogicalId` to render the
|
|
|
289
289
|
logical ID for an element. To modify the naming scheme, extend the `Stack`
|
|
290
290
|
class and override this method.
|
|
291
291
|
|
|
292
|
-
###### `element`<sup>Required</sup> <a name="element" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
292
|
+
###### `element`<sup>Required</sup> <a name="element" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.getLogicalId.parameter.element"></a>
|
|
293
293
|
|
|
294
294
|
- *Type:* aws-cdk-lib.CfnElement
|
|
295
295
|
|
|
@@ -297,7 +297,7 @@ The CloudFormation element for which a logical identity is needed.
|
|
|
297
297
|
|
|
298
298
|
---
|
|
299
299
|
|
|
300
|
-
##### `regionalFact` <a name="regionalFact" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
300
|
+
##### `regionalFact` <a name="regionalFact" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.regionalFact"></a>
|
|
301
301
|
|
|
302
302
|
```typescript
|
|
303
303
|
public regionalFact(factName: string, defaultValue?: string): string
|
|
@@ -321,19 +321,19 @@ not have to worry about regional facts.
|
|
|
321
321
|
If `defaultValue` is not given, it is an error if the fact is unknown for
|
|
322
322
|
the given region.
|
|
323
323
|
|
|
324
|
-
###### `factName`<sup>Required</sup> <a name="factName" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
324
|
+
###### `factName`<sup>Required</sup> <a name="factName" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.regionalFact.parameter.factName"></a>
|
|
325
325
|
|
|
326
326
|
- *Type:* string
|
|
327
327
|
|
|
328
328
|
---
|
|
329
329
|
|
|
330
|
-
###### `defaultValue`<sup>Optional</sup> <a name="defaultValue" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
330
|
+
###### `defaultValue`<sup>Optional</sup> <a name="defaultValue" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.regionalFact.parameter.defaultValue"></a>
|
|
331
331
|
|
|
332
332
|
- *Type:* string
|
|
333
333
|
|
|
334
334
|
---
|
|
335
335
|
|
|
336
|
-
##### `renameLogicalId` <a name="renameLogicalId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
336
|
+
##### `renameLogicalId` <a name="renameLogicalId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.renameLogicalId"></a>
|
|
337
337
|
|
|
338
338
|
```typescript
|
|
339
339
|
public renameLogicalId(oldId: string, newId: string): void
|
|
@@ -344,19 +344,19 @@ Rename a generated logical identities.
|
|
|
344
344
|
To modify the naming scheme strategy, extend the `Stack` class and
|
|
345
345
|
override the `allocateLogicalId` method.
|
|
346
346
|
|
|
347
|
-
###### `oldId`<sup>Required</sup> <a name="oldId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
347
|
+
###### `oldId`<sup>Required</sup> <a name="oldId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.renameLogicalId.parameter.oldId"></a>
|
|
348
348
|
|
|
349
349
|
- *Type:* string
|
|
350
350
|
|
|
351
351
|
---
|
|
352
352
|
|
|
353
|
-
###### `newId`<sup>Required</sup> <a name="newId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
353
|
+
###### `newId`<sup>Required</sup> <a name="newId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.renameLogicalId.parameter.newId"></a>
|
|
354
354
|
|
|
355
355
|
- *Type:* string
|
|
356
356
|
|
|
357
357
|
---
|
|
358
358
|
|
|
359
|
-
##### `reportMissingContextKey` <a name="reportMissingContextKey" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
359
|
+
##### `reportMissingContextKey` <a name="reportMissingContextKey" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.reportMissingContextKey"></a>
|
|
360
360
|
|
|
361
361
|
```typescript
|
|
362
362
|
public reportMissingContextKey(report: MissingContext): void
|
|
@@ -367,7 +367,7 @@ Indicate that a context key was expected.
|
|
|
367
367
|
Contains instructions which will be emitted into the cloud assembly on how
|
|
368
368
|
the key should be supplied.
|
|
369
369
|
|
|
370
|
-
###### `report`<sup>Required</sup> <a name="report" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
370
|
+
###### `report`<sup>Required</sup> <a name="report" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.reportMissingContextKey.parameter.report"></a>
|
|
371
371
|
|
|
372
372
|
- *Type:* aws-cdk-lib.cloud_assembly_schema.MissingContext
|
|
373
373
|
|
|
@@ -375,7 +375,7 @@ The set of parameters needed to obtain the context.
|
|
|
375
375
|
|
|
376
376
|
---
|
|
377
377
|
|
|
378
|
-
##### `resolve` <a name="resolve" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
378
|
+
##### `resolve` <a name="resolve" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.resolve"></a>
|
|
379
379
|
|
|
380
380
|
```typescript
|
|
381
381
|
public resolve(obj: any): any
|
|
@@ -383,13 +383,13 @@ public resolve(obj: any): any
|
|
|
383
383
|
|
|
384
384
|
Resolve a tokenized value in the context of the current stack.
|
|
385
385
|
|
|
386
|
-
###### `obj`<sup>Required</sup> <a name="obj" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
386
|
+
###### `obj`<sup>Required</sup> <a name="obj" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.resolve.parameter.obj"></a>
|
|
387
387
|
|
|
388
388
|
- *Type:* any
|
|
389
389
|
|
|
390
390
|
---
|
|
391
391
|
|
|
392
|
-
##### `splitArn` <a name="splitArn" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
392
|
+
##### `splitArn` <a name="splitArn" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.splitArn"></a>
|
|
393
393
|
|
|
394
394
|
```typescript
|
|
395
395
|
public splitArn(arn: string, arnFormat: ArnFormat): ArnComponents
|
|
@@ -402,7 +402,7 @@ and a Token representing a dynamic CloudFormation expression
|
|
|
402
402
|
(in which case the returned components will also be dynamic CloudFormation expressions,
|
|
403
403
|
encoded as Tokens).
|
|
404
404
|
|
|
405
|
-
###### `arn`<sup>Required</sup> <a name="arn" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
405
|
+
###### `arn`<sup>Required</sup> <a name="arn" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.splitArn.parameter.arn"></a>
|
|
406
406
|
|
|
407
407
|
- *Type:* string
|
|
408
408
|
|
|
@@ -410,7 +410,7 @@ the ARN to split into its components.
|
|
|
410
410
|
|
|
411
411
|
---
|
|
412
412
|
|
|
413
|
-
###### `arnFormat`<sup>Required</sup> <a name="arnFormat" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
413
|
+
###### `arnFormat`<sup>Required</sup> <a name="arnFormat" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.splitArn.parameter.arnFormat"></a>
|
|
414
414
|
|
|
415
415
|
- *Type:* aws-cdk-lib.ArnFormat
|
|
416
416
|
|
|
@@ -418,7 +418,7 @@ the expected format of 'arn' - depends on what format the service 'arn' represen
|
|
|
418
418
|
|
|
419
419
|
---
|
|
420
420
|
|
|
421
|
-
##### `toJsonString` <a name="toJsonString" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
421
|
+
##### `toJsonString` <a name="toJsonString" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.toJsonString"></a>
|
|
422
422
|
|
|
423
423
|
```typescript
|
|
424
424
|
public toJsonString(obj: any, space?: number): string
|
|
@@ -426,19 +426,19 @@ public toJsonString(obj: any, space?: number): string
|
|
|
426
426
|
|
|
427
427
|
Convert an object, potentially containing tokens, to a JSON string.
|
|
428
428
|
|
|
429
|
-
###### `obj`<sup>Required</sup> <a name="obj" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
429
|
+
###### `obj`<sup>Required</sup> <a name="obj" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.toJsonString.parameter.obj"></a>
|
|
430
430
|
|
|
431
431
|
- *Type:* any
|
|
432
432
|
|
|
433
433
|
---
|
|
434
434
|
|
|
435
|
-
###### `space`<sup>Optional</sup> <a name="space" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
435
|
+
###### `space`<sup>Optional</sup> <a name="space" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.toJsonString.parameter.space"></a>
|
|
436
436
|
|
|
437
437
|
- *Type:* number
|
|
438
438
|
|
|
439
439
|
---
|
|
440
440
|
|
|
441
|
-
##### `toYamlString` <a name="toYamlString" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
441
|
+
##### `toYamlString` <a name="toYamlString" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.toYamlString"></a>
|
|
442
442
|
|
|
443
443
|
```typescript
|
|
444
444
|
public toYamlString(obj: any): string
|
|
@@ -446,7 +446,7 @@ public toYamlString(obj: any): string
|
|
|
446
446
|
|
|
447
447
|
Convert an object, potentially containing tokens, to a YAML string.
|
|
448
448
|
|
|
449
|
-
###### `obj`<sup>Required</sup> <a name="obj" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
449
|
+
###### `obj`<sup>Required</sup> <a name="obj" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.toYamlString.parameter.obj"></a>
|
|
450
450
|
|
|
451
451
|
- *Type:* any
|
|
452
452
|
|
|
@@ -456,18 +456,18 @@ Convert an object, potentially containing tokens, to a YAML string.
|
|
|
456
456
|
|
|
457
457
|
| **Name** | **Description** |
|
|
458
458
|
| --- | --- |
|
|
459
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
460
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
461
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
459
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
|
|
460
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.isStack">isStack</a></code> | Return whether the given object is a Stack. |
|
|
461
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.of">of</a></code> | Looks up the first stack scope in which `construct` is defined. |
|
|
462
462
|
|
|
463
463
|
---
|
|
464
464
|
|
|
465
|
-
##### `isConstruct` <a name="isConstruct" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
465
|
+
##### `isConstruct` <a name="isConstruct" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.isConstruct"></a>
|
|
466
466
|
|
|
467
467
|
```typescript
|
|
468
|
-
import {
|
|
468
|
+
import { StepFunctionsExecutionStatusChangeNotificationStack } from '@gammarers/aws-stepfunctions-execution-status-change-notification-stack'
|
|
469
469
|
|
|
470
|
-
|
|
470
|
+
StepFunctionsExecutionStatusChangeNotificationStack.isConstruct(x: any)
|
|
471
471
|
```
|
|
472
472
|
|
|
473
473
|
Checks if `x` is a construct.
|
|
@@ -486,7 +486,7 @@ library can be accidentally installed, and `instanceof` will behave
|
|
|
486
486
|
unpredictably. It is safest to avoid using `instanceof`, and using
|
|
487
487
|
this type-testing method instead.
|
|
488
488
|
|
|
489
|
-
###### `x`<sup>Required</sup> <a name="x" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
489
|
+
###### `x`<sup>Required</sup> <a name="x" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.isConstruct.parameter.x"></a>
|
|
490
490
|
|
|
491
491
|
- *Type:* any
|
|
492
492
|
|
|
@@ -494,37 +494,37 @@ Any object.
|
|
|
494
494
|
|
|
495
495
|
---
|
|
496
496
|
|
|
497
|
-
##### `isStack` <a name="isStack" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
497
|
+
##### `isStack` <a name="isStack" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.isStack"></a>
|
|
498
498
|
|
|
499
499
|
```typescript
|
|
500
|
-
import {
|
|
500
|
+
import { StepFunctionsExecutionStatusChangeNotificationStack } from '@gammarers/aws-stepfunctions-execution-status-change-notification-stack'
|
|
501
501
|
|
|
502
|
-
|
|
502
|
+
StepFunctionsExecutionStatusChangeNotificationStack.isStack(x: any)
|
|
503
503
|
```
|
|
504
504
|
|
|
505
505
|
Return whether the given object is a Stack.
|
|
506
506
|
|
|
507
507
|
We do attribute detection since we can't reliably use 'instanceof'.
|
|
508
508
|
|
|
509
|
-
###### `x`<sup>Required</sup> <a name="x" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
509
|
+
###### `x`<sup>Required</sup> <a name="x" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.isStack.parameter.x"></a>
|
|
510
510
|
|
|
511
511
|
- *Type:* any
|
|
512
512
|
|
|
513
513
|
---
|
|
514
514
|
|
|
515
|
-
##### `of` <a name="of" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
515
|
+
##### `of` <a name="of" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.of"></a>
|
|
516
516
|
|
|
517
517
|
```typescript
|
|
518
|
-
import {
|
|
518
|
+
import { StepFunctionsExecutionStatusChangeNotificationStack } from '@gammarers/aws-stepfunctions-execution-status-change-notification-stack'
|
|
519
519
|
|
|
520
|
-
|
|
520
|
+
StepFunctionsExecutionStatusChangeNotificationStack.of(construct: IConstruct)
|
|
521
521
|
```
|
|
522
522
|
|
|
523
523
|
Looks up the first stack scope in which `construct` is defined.
|
|
524
524
|
|
|
525
525
|
Fails if there is no stack up the tree.
|
|
526
526
|
|
|
527
|
-
###### `construct`<sup>Required</sup> <a name="construct" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
527
|
+
###### `construct`<sup>Required</sup> <a name="construct" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.of.parameter.construct"></a>
|
|
528
528
|
|
|
529
529
|
- *Type:* constructs.IConstruct
|
|
530
530
|
|
|
@@ -536,31 +536,31 @@ The construct to start the search from.
|
|
|
536
536
|
|
|
537
537
|
| **Name** | **Type** | **Description** |
|
|
538
538
|
| --- | --- | --- |
|
|
539
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
540
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
541
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
542
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
543
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
544
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
545
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
546
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
547
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
548
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
549
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
550
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
551
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
552
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
553
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
554
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
555
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
556
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
557
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
558
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
559
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
560
|
-
|
|
561
|
-
---
|
|
562
|
-
|
|
563
|
-
##### `node`<sup>Required</sup> <a name="node" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
539
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
|
|
540
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.account">account</a></code> | <code>string</code> | The AWS account into which this stack will be deployed. |
|
|
541
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.artifactId">artifactId</a></code> | <code>string</code> | The ID of the cloud assembly artifact for this stack. |
|
|
542
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.availabilityZones">availabilityZones</a></code> | <code>string[]</code> | Returns the list of AZs that are available in the AWS environment (account/region) associated with this stack. |
|
|
543
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.bundlingRequired">bundlingRequired</a></code> | <code>boolean</code> | Indicates whether the stack requires bundling or not. |
|
|
544
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.dependencies">dependencies</a></code> | <code>aws-cdk-lib.Stack[]</code> | Return the stacks this stack depends on. |
|
|
545
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.environment">environment</a></code> | <code>string</code> | The environment coordinates in which this stack is deployed. |
|
|
546
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.nested">nested</a></code> | <code>boolean</code> | Indicates if this is a nested stack, in which case `parentStack` will include a reference to it's parent. |
|
|
547
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.notificationArns">notificationArns</a></code> | <code>string[]</code> | Returns the list of notification Amazon Resource Names (ARNs) for the current stack. |
|
|
548
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.partition">partition</a></code> | <code>string</code> | The partition in which this stack is defined. |
|
|
549
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.region">region</a></code> | <code>string</code> | The AWS region into which this stack will be deployed (e.g. `us-west-2`). |
|
|
550
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.stackId">stackId</a></code> | <code>string</code> | The ID of the stack. |
|
|
551
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.stackName">stackName</a></code> | <code>string</code> | The concrete CloudFormation physical stack name. |
|
|
552
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.synthesizer">synthesizer</a></code> | <code>aws-cdk-lib.IStackSynthesizer</code> | Synthesis method for this stack. |
|
|
553
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.tags">tags</a></code> | <code>aws-cdk-lib.TagManager</code> | Tags to be applied to the stack. |
|
|
554
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.templateFile">templateFile</a></code> | <code>string</code> | The name of the CloudFormation template file emitted to the output directory during synthesis. |
|
|
555
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.templateOptions">templateOptions</a></code> | <code>aws-cdk-lib.ITemplateOptions</code> | Options for CloudFormation template (like version, transform, description). |
|
|
556
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.urlSuffix">urlSuffix</a></code> | <code>string</code> | The Amazon domain suffix for the region in which this stack is defined. |
|
|
557
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.nestedStackParent">nestedStackParent</a></code> | <code>aws-cdk-lib.Stack</code> | If this is a nested stack, returns it's parent stack. |
|
|
558
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.nestedStackResource">nestedStackResource</a></code> | <code>aws-cdk-lib.CfnResource</code> | If this is a nested stack, this represents its `AWS::CloudFormation::Stack` resource. |
|
|
559
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.terminationProtection">terminationProtection</a></code> | <code>boolean</code> | Whether termination protection is enabled for this stack. |
|
|
560
|
+
|
|
561
|
+
---
|
|
562
|
+
|
|
563
|
+
##### `node`<sup>Required</sup> <a name="node" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.node"></a>
|
|
564
564
|
|
|
565
565
|
```typescript
|
|
566
566
|
public readonly node: Node;
|
|
@@ -572,7 +572,7 @@ The tree node.
|
|
|
572
572
|
|
|
573
573
|
---
|
|
574
574
|
|
|
575
|
-
##### `account`<sup>Required</sup> <a name="account" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
575
|
+
##### `account`<sup>Required</sup> <a name="account" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.account"></a>
|
|
576
576
|
|
|
577
577
|
```typescript
|
|
578
578
|
public readonly account: string;
|
|
@@ -601,7 +601,7 @@ implement some other region-agnostic behavior.
|
|
|
601
601
|
|
|
602
602
|
---
|
|
603
603
|
|
|
604
|
-
##### `artifactId`<sup>Required</sup> <a name="artifactId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
604
|
+
##### `artifactId`<sup>Required</sup> <a name="artifactId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.artifactId"></a>
|
|
605
605
|
|
|
606
606
|
```typescript
|
|
607
607
|
public readonly artifactId: string;
|
|
@@ -613,7 +613,7 @@ The ID of the cloud assembly artifact for this stack.
|
|
|
613
613
|
|
|
614
614
|
---
|
|
615
615
|
|
|
616
|
-
##### `availabilityZones`<sup>Required</sup> <a name="availabilityZones" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
616
|
+
##### `availabilityZones`<sup>Required</sup> <a name="availabilityZones" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.availabilityZones"></a>
|
|
617
617
|
|
|
618
618
|
```typescript
|
|
619
619
|
public readonly availabilityZones: string[];
|
|
@@ -636,7 +636,7 @@ To specify a different strategy for selecting availability zones override this m
|
|
|
636
636
|
|
|
637
637
|
---
|
|
638
638
|
|
|
639
|
-
##### `bundlingRequired`<sup>Required</sup> <a name="bundlingRequired" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
639
|
+
##### `bundlingRequired`<sup>Required</sup> <a name="bundlingRequired" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.bundlingRequired"></a>
|
|
640
640
|
|
|
641
641
|
```typescript
|
|
642
642
|
public readonly bundlingRequired: boolean;
|
|
@@ -648,7 +648,7 @@ Indicates whether the stack requires bundling or not.
|
|
|
648
648
|
|
|
649
649
|
---
|
|
650
650
|
|
|
651
|
-
##### `dependencies`<sup>Required</sup> <a name="dependencies" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
651
|
+
##### `dependencies`<sup>Required</sup> <a name="dependencies" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.dependencies"></a>
|
|
652
652
|
|
|
653
653
|
```typescript
|
|
654
654
|
public readonly dependencies: Stack[];
|
|
@@ -660,7 +660,7 @@ Return the stacks this stack depends on.
|
|
|
660
660
|
|
|
661
661
|
---
|
|
662
662
|
|
|
663
|
-
##### `environment`<sup>Required</sup> <a name="environment" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
663
|
+
##### `environment`<sup>Required</sup> <a name="environment" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.environment"></a>
|
|
664
664
|
|
|
665
665
|
```typescript
|
|
666
666
|
public readonly environment: string;
|
|
@@ -684,7 +684,7 @@ region/account-agnostic.
|
|
|
684
684
|
|
|
685
685
|
---
|
|
686
686
|
|
|
687
|
-
##### `nested`<sup>Required</sup> <a name="nested" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
687
|
+
##### `nested`<sup>Required</sup> <a name="nested" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.nested"></a>
|
|
688
688
|
|
|
689
689
|
```typescript
|
|
690
690
|
public readonly nested: boolean;
|
|
@@ -696,7 +696,7 @@ Indicates if this is a nested stack, in which case `parentStack` will include a
|
|
|
696
696
|
|
|
697
697
|
---
|
|
698
698
|
|
|
699
|
-
##### `notificationArns`<sup>Required</sup> <a name="notificationArns" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
699
|
+
##### `notificationArns`<sup>Required</sup> <a name="notificationArns" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.notificationArns"></a>
|
|
700
700
|
|
|
701
701
|
```typescript
|
|
702
702
|
public readonly notificationArns: string[];
|
|
@@ -708,7 +708,7 @@ Returns the list of notification Amazon Resource Names (ARNs) for the current st
|
|
|
708
708
|
|
|
709
709
|
---
|
|
710
710
|
|
|
711
|
-
##### `partition`<sup>Required</sup> <a name="partition" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
711
|
+
##### `partition`<sup>Required</sup> <a name="partition" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.partition"></a>
|
|
712
712
|
|
|
713
713
|
```typescript
|
|
714
714
|
public readonly partition: string;
|
|
@@ -720,7 +720,7 @@ The partition in which this stack is defined.
|
|
|
720
720
|
|
|
721
721
|
---
|
|
722
722
|
|
|
723
|
-
##### `region`<sup>Required</sup> <a name="region" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
723
|
+
##### `region`<sup>Required</sup> <a name="region" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.region"></a>
|
|
724
724
|
|
|
725
725
|
```typescript
|
|
726
726
|
public readonly region: string;
|
|
@@ -749,7 +749,7 @@ implement some other region-agnostic behavior.
|
|
|
749
749
|
|
|
750
750
|
---
|
|
751
751
|
|
|
752
|
-
##### `stackId`<sup>Required</sup> <a name="stackId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
752
|
+
##### `stackId`<sup>Required</sup> <a name="stackId" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.stackId"></a>
|
|
753
753
|
|
|
754
754
|
```typescript
|
|
755
755
|
public readonly stackId: string;
|
|
@@ -769,7 +769,7 @@ The ID of the stack.
|
|
|
769
769
|
```
|
|
770
770
|
|
|
771
771
|
|
|
772
|
-
##### `stackName`<sup>Required</sup> <a name="stackName" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
772
|
+
##### `stackName`<sup>Required</sup> <a name="stackName" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.stackName"></a>
|
|
773
773
|
|
|
774
774
|
```typescript
|
|
775
775
|
public readonly stackName: string;
|
|
@@ -790,7 +790,7 @@ you can use `Aws.STACK_NAME` directly.
|
|
|
790
790
|
|
|
791
791
|
---
|
|
792
792
|
|
|
793
|
-
##### `synthesizer`<sup>Required</sup> <a name="synthesizer" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
793
|
+
##### `synthesizer`<sup>Required</sup> <a name="synthesizer" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.synthesizer"></a>
|
|
794
794
|
|
|
795
795
|
```typescript
|
|
796
796
|
public readonly synthesizer: IStackSynthesizer;
|
|
@@ -802,7 +802,7 @@ Synthesis method for this stack.
|
|
|
802
802
|
|
|
803
803
|
---
|
|
804
804
|
|
|
805
|
-
##### `tags`<sup>Required</sup> <a name="tags" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
805
|
+
##### `tags`<sup>Required</sup> <a name="tags" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.tags"></a>
|
|
806
806
|
|
|
807
807
|
```typescript
|
|
808
808
|
public readonly tags: TagManager;
|
|
@@ -814,7 +814,7 @@ Tags to be applied to the stack.
|
|
|
814
814
|
|
|
815
815
|
---
|
|
816
816
|
|
|
817
|
-
##### `templateFile`<sup>Required</sup> <a name="templateFile" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
817
|
+
##### `templateFile`<sup>Required</sup> <a name="templateFile" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.templateFile"></a>
|
|
818
818
|
|
|
819
819
|
```typescript
|
|
820
820
|
public readonly templateFile: string;
|
|
@@ -828,7 +828,7 @@ Example value: `MyStack.template.json`
|
|
|
828
828
|
|
|
829
829
|
---
|
|
830
830
|
|
|
831
|
-
##### `templateOptions`<sup>Required</sup> <a name="templateOptions" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
831
|
+
##### `templateOptions`<sup>Required</sup> <a name="templateOptions" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.templateOptions"></a>
|
|
832
832
|
|
|
833
833
|
```typescript
|
|
834
834
|
public readonly templateOptions: ITemplateOptions;
|
|
@@ -840,7 +840,7 @@ Options for CloudFormation template (like version, transform, description).
|
|
|
840
840
|
|
|
841
841
|
---
|
|
842
842
|
|
|
843
|
-
##### `urlSuffix`<sup>Required</sup> <a name="urlSuffix" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
843
|
+
##### `urlSuffix`<sup>Required</sup> <a name="urlSuffix" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.urlSuffix"></a>
|
|
844
844
|
|
|
845
845
|
```typescript
|
|
846
846
|
public readonly urlSuffix: string;
|
|
@@ -852,7 +852,7 @@ The Amazon domain suffix for the region in which this stack is defined.
|
|
|
852
852
|
|
|
853
853
|
---
|
|
854
854
|
|
|
855
|
-
##### `nestedStackParent`<sup>Optional</sup> <a name="nestedStackParent" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
855
|
+
##### `nestedStackParent`<sup>Optional</sup> <a name="nestedStackParent" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.nestedStackParent"></a>
|
|
856
856
|
|
|
857
857
|
```typescript
|
|
858
858
|
public readonly nestedStackParent: Stack;
|
|
@@ -864,7 +864,7 @@ If this is a nested stack, returns it's parent stack.
|
|
|
864
864
|
|
|
865
865
|
---
|
|
866
866
|
|
|
867
|
-
##### `nestedStackResource`<sup>Optional</sup> <a name="nestedStackResource" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
867
|
+
##### `nestedStackResource`<sup>Optional</sup> <a name="nestedStackResource" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.nestedStackResource"></a>
|
|
868
868
|
|
|
869
869
|
```typescript
|
|
870
870
|
public readonly nestedStackResource: CfnResource;
|
|
@@ -878,7 +878,7 @@ If this is a nested stack, this represents its `AWS::CloudFormation::Stack` reso
|
|
|
878
878
|
|
|
879
879
|
---
|
|
880
880
|
|
|
881
|
-
##### `terminationProtection`<sup>Required</sup> <a name="terminationProtection" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
881
|
+
##### `terminationProtection`<sup>Required</sup> <a name="terminationProtection" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack.property.terminationProtection"></a>
|
|
882
882
|
|
|
883
883
|
```typescript
|
|
884
884
|
public readonly terminationProtection: boolean;
|
|
@@ -921,37 +921,37 @@ public readonly emails: string[];
|
|
|
921
921
|
|
|
922
922
|
---
|
|
923
923
|
|
|
924
|
-
###
|
|
924
|
+
### StepFunctionsExecutionStatusChangeNotificationStackProps <a name="StepFunctionsExecutionStatusChangeNotificationStackProps" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps"></a>
|
|
925
925
|
|
|
926
|
-
#### Initializer <a name="Initializer" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
926
|
+
#### Initializer <a name="Initializer" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.Initializer"></a>
|
|
927
927
|
|
|
928
928
|
```typescript
|
|
929
|
-
import {
|
|
929
|
+
import { StepFunctionsExecutionStatusChangeNotificationStackProps } from '@gammarers/aws-stepfunctions-execution-status-change-notification-stack'
|
|
930
930
|
|
|
931
|
-
const
|
|
931
|
+
const stepFunctionsExecutionStatusChangeNotificationStackProps: StepFunctionsExecutionStatusChangeNotificationStackProps = { ... }
|
|
932
932
|
```
|
|
933
933
|
|
|
934
934
|
#### Properties <a name="Properties" id="Properties"></a>
|
|
935
935
|
|
|
936
936
|
| **Name** | **Type** | **Description** |
|
|
937
937
|
| --- | --- | --- |
|
|
938
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
939
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
940
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
941
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
942
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
943
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
944
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
945
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
946
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
947
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
948
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
949
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
950
|
-
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
938
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.analyticsReporting">analyticsReporting</a></code> | <code>boolean</code> | Include runtime versioning information in this Stack. |
|
|
939
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.crossRegionReferences">crossRegionReferences</a></code> | <code>boolean</code> | Enable this flag to allow native cross region stack references. |
|
|
940
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.description">description</a></code> | <code>string</code> | A description of the stack. |
|
|
941
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.env">env</a></code> | <code>aws-cdk-lib.Environment</code> | The AWS environment (account/region) where this stack will be deployed. |
|
|
942
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.permissionsBoundary">permissionsBoundary</a></code> | <code>aws-cdk-lib.PermissionsBoundary</code> | Options for applying a permissions boundary to all IAM Roles and Users created within this Stage. |
|
|
943
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.stackName">stackName</a></code> | <code>string</code> | Name to deploy the stack with. |
|
|
944
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.suppressTemplateIndentation">suppressTemplateIndentation</a></code> | <code>boolean</code> | Enable this flag to suppress indentation in generated CloudFormation templates. |
|
|
945
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.synthesizer">synthesizer</a></code> | <code>aws-cdk-lib.IStackSynthesizer</code> | Synthesis method to use while deploying this stack. |
|
|
946
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.tags">tags</a></code> | <code>{[ key: string ]: string}</code> | Stack tags that will be applied to all the taggable resources and the stack itself. |
|
|
947
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.terminationProtection">terminationProtection</a></code> | <code>boolean</code> | Whether to enable termination protection for this stack. |
|
|
948
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.enableRule">enableRule</a></code> | <code>boolean</code> | *No description.* |
|
|
949
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.notifications">notifications</a></code> | <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.Notifications">Notifications</a></code> | *No description.* |
|
|
950
|
+
| <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.timeoutOption">timeoutOption</a></code> | <code><a href="#@gammarers/aws-stepfunctions-execution-status-change-notification-stack.TimeoutOption">TimeoutOption</a></code> | *No description.* |
|
|
951
951
|
|
|
952
952
|
---
|
|
953
953
|
|
|
954
|
-
##### `analyticsReporting`<sup>Optional</sup> <a name="analyticsReporting" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
954
|
+
##### `analyticsReporting`<sup>Optional</sup> <a name="analyticsReporting" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.analyticsReporting"></a>
|
|
955
955
|
|
|
956
956
|
```typescript
|
|
957
957
|
public readonly analyticsReporting: boolean;
|
|
@@ -964,7 +964,7 @@ Include runtime versioning information in this Stack.
|
|
|
964
964
|
|
|
965
965
|
---
|
|
966
966
|
|
|
967
|
-
##### `crossRegionReferences`<sup>Optional</sup> <a name="crossRegionReferences" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
967
|
+
##### `crossRegionReferences`<sup>Optional</sup> <a name="crossRegionReferences" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.crossRegionReferences"></a>
|
|
968
968
|
|
|
969
969
|
```typescript
|
|
970
970
|
public readonly crossRegionReferences: boolean;
|
|
@@ -982,7 +982,7 @@ This feature is currently experimental
|
|
|
982
982
|
|
|
983
983
|
---
|
|
984
984
|
|
|
985
|
-
##### `description`<sup>Optional</sup> <a name="description" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
985
|
+
##### `description`<sup>Optional</sup> <a name="description" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.description"></a>
|
|
986
986
|
|
|
987
987
|
```typescript
|
|
988
988
|
public readonly description: string;
|
|
@@ -995,7 +995,7 @@ A description of the stack.
|
|
|
995
995
|
|
|
996
996
|
---
|
|
997
997
|
|
|
998
|
-
##### `env`<sup>Optional</sup> <a name="env" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
998
|
+
##### `env`<sup>Optional</sup> <a name="env" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.env"></a>
|
|
999
999
|
|
|
1000
1000
|
```typescript
|
|
1001
1001
|
public readonly env: Environment;
|
|
@@ -1069,7 +1069,7 @@ new MyStack(app, 'Stack1');
|
|
|
1069
1069
|
```
|
|
1070
1070
|
|
|
1071
1071
|
|
|
1072
|
-
##### `permissionsBoundary`<sup>Optional</sup> <a name="permissionsBoundary" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
1072
|
+
##### `permissionsBoundary`<sup>Optional</sup> <a name="permissionsBoundary" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.permissionsBoundary"></a>
|
|
1073
1073
|
|
|
1074
1074
|
```typescript
|
|
1075
1075
|
public readonly permissionsBoundary: PermissionsBoundary;
|
|
@@ -1082,7 +1082,7 @@ Options for applying a permissions boundary to all IAM Roles and Users created w
|
|
|
1082
1082
|
|
|
1083
1083
|
---
|
|
1084
1084
|
|
|
1085
|
-
##### `stackName`<sup>Optional</sup> <a name="stackName" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
1085
|
+
##### `stackName`<sup>Optional</sup> <a name="stackName" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.stackName"></a>
|
|
1086
1086
|
|
|
1087
1087
|
```typescript
|
|
1088
1088
|
public readonly stackName: string;
|
|
@@ -1095,7 +1095,7 @@ Name to deploy the stack with.
|
|
|
1095
1095
|
|
|
1096
1096
|
---
|
|
1097
1097
|
|
|
1098
|
-
##### `suppressTemplateIndentation`<sup>Optional</sup> <a name="suppressTemplateIndentation" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
1098
|
+
##### `suppressTemplateIndentation`<sup>Optional</sup> <a name="suppressTemplateIndentation" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.suppressTemplateIndentation"></a>
|
|
1099
1099
|
|
|
1100
1100
|
```typescript
|
|
1101
1101
|
public readonly suppressTemplateIndentation: boolean;
|
|
@@ -1112,7 +1112,7 @@ default value `false` will be used.
|
|
|
1112
1112
|
|
|
1113
1113
|
---
|
|
1114
1114
|
|
|
1115
|
-
##### `synthesizer`<sup>Optional</sup> <a name="synthesizer" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
1115
|
+
##### `synthesizer`<sup>Optional</sup> <a name="synthesizer" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.synthesizer"></a>
|
|
1116
1116
|
|
|
1117
1117
|
```typescript
|
|
1118
1118
|
public readonly synthesizer: IStackSynthesizer;
|
|
@@ -1135,7 +1135,7 @@ other synthesizer is specified.
|
|
|
1135
1135
|
|
|
1136
1136
|
---
|
|
1137
1137
|
|
|
1138
|
-
##### `tags`<sup>Optional</sup> <a name="tags" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
1138
|
+
##### `tags`<sup>Optional</sup> <a name="tags" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.tags"></a>
|
|
1139
1139
|
|
|
1140
1140
|
```typescript
|
|
1141
1141
|
public readonly tags: {[ key: string ]: string};
|
|
@@ -1148,7 +1148,7 @@ Stack tags that will be applied to all the taggable resources and the stack itse
|
|
|
1148
1148
|
|
|
1149
1149
|
---
|
|
1150
1150
|
|
|
1151
|
-
##### `terminationProtection`<sup>Optional</sup> <a name="terminationProtection" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
1151
|
+
##### `terminationProtection`<sup>Optional</sup> <a name="terminationProtection" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.terminationProtection"></a>
|
|
1152
1152
|
|
|
1153
1153
|
```typescript
|
|
1154
1154
|
public readonly terminationProtection: boolean;
|
|
@@ -1161,7 +1161,7 @@ Whether to enable termination protection for this stack.
|
|
|
1161
1161
|
|
|
1162
1162
|
---
|
|
1163
1163
|
|
|
1164
|
-
##### `enableRule`<sup>Optional</sup> <a name="enableRule" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
1164
|
+
##### `enableRule`<sup>Optional</sup> <a name="enableRule" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.enableRule"></a>
|
|
1165
1165
|
|
|
1166
1166
|
```typescript
|
|
1167
1167
|
public readonly enableRule: boolean;
|
|
@@ -1171,7 +1171,7 @@ public readonly enableRule: boolean;
|
|
|
1171
1171
|
|
|
1172
1172
|
---
|
|
1173
1173
|
|
|
1174
|
-
##### `notifications`<sup>Optional</sup> <a name="notifications" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
1174
|
+
##### `notifications`<sup>Optional</sup> <a name="notifications" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.notifications"></a>
|
|
1175
1175
|
|
|
1176
1176
|
```typescript
|
|
1177
1177
|
public readonly notifications: Notifications;
|
|
@@ -1181,7 +1181,7 @@ public readonly notifications: Notifications;
|
|
|
1181
1181
|
|
|
1182
1182
|
---
|
|
1183
1183
|
|
|
1184
|
-
##### `timeoutOption`<sup>Optional</sup> <a name="timeoutOption" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.
|
|
1184
|
+
##### `timeoutOption`<sup>Optional</sup> <a name="timeoutOption" id="@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStackProps.property.timeoutOption"></a>
|
|
1185
1185
|
|
|
1186
1186
|
```typescript
|
|
1187
1187
|
public readonly timeoutOption: TimeoutOption;
|
package/README.md
CHANGED
|
@@ -28,9 +28,9 @@ yarn add @gammarers/aws-stepfunctions-execution-status-change-notification-stack
|
|
|
28
28
|
### Code
|
|
29
29
|
|
|
30
30
|
```typescript
|
|
31
|
-
import {
|
|
31
|
+
import { StepFunctionsExecutionStatusChangeNotificationStack } from '@gammarers/aws-stepfunctions-execution-status-change-notification-stack';
|
|
32
32
|
|
|
33
|
-
new
|
|
33
|
+
new StepFunctionsExecutionStatusChangeNotificationStack(app, 'StepFunctionsExecutionStatusChangeNotificationStack', {
|
|
34
34
|
enableRule: true,
|
|
35
35
|
notifications: {
|
|
36
36
|
emails: [
|
package/lib/index.d.ts
CHANGED
|
@@ -6,11 +6,11 @@ export interface Notifications {
|
|
|
6
6
|
export interface TimeoutOption {
|
|
7
7
|
readonly stateMachineTimeout?: Duration;
|
|
8
8
|
}
|
|
9
|
-
export interface
|
|
9
|
+
export interface StepFunctionsExecutionStatusChangeNotificationStackProps extends StackProps {
|
|
10
10
|
readonly enableRule?: boolean;
|
|
11
11
|
readonly notifications?: Notifications;
|
|
12
12
|
readonly timeoutOption?: TimeoutOption;
|
|
13
13
|
}
|
|
14
|
-
export declare class
|
|
15
|
-
constructor(scope: Construct, id: string, props:
|
|
14
|
+
export declare class StepFunctionsExecutionStatusChangeNotificationStack extends Stack {
|
|
15
|
+
constructor(scope: Construct, id: string, props: StepFunctionsExecutionStatusChangeNotificationStackProps);
|
|
16
16
|
}
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var _a;
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.
|
|
4
|
+
exports.StepFunctionsExecutionStatusChangeNotificationStack = void 0;
|
|
5
5
|
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
6
6
|
const aws_stepfunctions_execution_status_change_detection_event_rule_1 = require("@gammarers/aws-stepfunctions-execution-status-change-detection-event-rule");
|
|
7
7
|
const aws_cdk_lib_1 = require("aws-cdk-lib");
|
|
@@ -10,7 +10,7 @@ const targets = require("aws-cdk-lib/aws-events-targets");
|
|
|
10
10
|
const sns = require("aws-cdk-lib/aws-sns");
|
|
11
11
|
const subscriptions = require("aws-cdk-lib/aws-sns-subscriptions");
|
|
12
12
|
const notification_state_machine_1 = require("./resources/notification-state-machine");
|
|
13
|
-
class
|
|
13
|
+
class StepFunctionsExecutionStatusChangeNotificationStack extends aws_cdk_lib_1.Stack {
|
|
14
14
|
constructor(scope, id, props) {
|
|
15
15
|
super(scope, id, props);
|
|
16
16
|
// 👇 SNS Topic for notifications
|
|
@@ -50,7 +50,7 @@ class StepFunctionsExecutionStatueChangeNotificationStack extends aws_cdk_lib_1.
|
|
|
50
50
|
});
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
|
-
exports.
|
|
53
|
+
exports.StepFunctionsExecutionStatusChangeNotificationStack = StepFunctionsExecutionStatusChangeNotificationStack;
|
|
54
54
|
_a = JSII_RTTI_SYMBOL_1;
|
|
55
|
-
|
|
56
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw4SkFBaUo7QUFDakosNkNBQTBEO0FBQzFELGlEQUFpRDtBQUNqRCwwREFBMEQ7QUFDMUQsMkNBQTJDO0FBQzNDLG1FQUFtRTtBQUVuRSx1RkFBa0Y7QUFtQmxGLE1BQWEsbURBQW9ELFNBQVEsbUJBQUs7SUFDNUUsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUErRDtRQUN2RyxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsRUFBRSxLQUFLLENBQUMsQ0FBQztRQUV4QixpQ0FBaUM7UUFDakMsTUFBTSxLQUFLLEdBQWMsSUFBSSxHQUFHLENBQUMsS0FBSyxDQUFDLElBQUksRUFBRSxtQkFBbUIsRUFBRTtRQUNoRSwwQ0FBMEM7UUFDMUMsbURBQW1EO1NBQ3BELENBQUMsQ0FBQztRQUVILDhDQUE4QztRQUM5QyxNQUFNLE1BQU0sR0FBRyxLQUFLLENBQUMsYUFBYSxFQUFFLE1BQU0sSUFBSSxFQUFFLENBQUM7UUFDakQsS0FBSyxNQUFNLEtBQUssSUFBSSxNQUFNLEVBQUUsQ0FBQztZQUMzQixLQUFLLENBQUMsZUFBZSxDQUFDLElBQUksYUFBYSxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7UUFDcEUsQ0FBQztRQUVELDBCQUEwQjtRQUMxQixNQUFNLFlBQVksR0FBRyxJQUFJLHFEQUF3QixDQUFDLElBQUksRUFBRSxjQUFjLEVBQUU7WUFDdEUsZ0JBQWdCLEVBQUUsU0FBUztZQUMzQixpQkFBaUIsRUFBRSxLQUFLO1lBQ3hCLE9BQU8sRUFBRSxDQUFDLEdBQUcsRUFBRTtnQkFDYixJQUFJLEtBQUssQ0FBQyxhQUFhLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztvQkFDN0MsT0FBTyxLQUFLLENBQUMsYUFBYSxFQUFFLG1CQUFtQixDQUFDO2dCQUNsRCxDQUFDO2dCQUNELE9BQU8sc0JBQVEsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDN0IsQ0FBQyxDQUFDLEVBQUU7U0FDTCxDQUFDLENBQUM7UUFFSCxhQUFhO1FBQ2IsSUFBSSxxSEFBb0QsQ0FBQyxJQUFJLEVBQUUsc0RBQXNELEVBQUU7WUFDckgsT0FBTyxFQUFFO2dCQUNQLElBQUksT0FBTyxDQUFDLGVBQWUsQ0FBQyxZQUFZLEVBQUU7b0JBQ3hDLEtBQUssRUFBRSxNQUFNLENBQUMsZUFBZSxDQUFDLFVBQVUsQ0FBQzt3QkFDdkMsS0FBSyxFQUFFLE1BQU0sQ0FBQyxVQUFVLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQzt3QkFDdEMsTUFBTSxFQUFFO3dCQUNOLHVDQUF1Qzt3QkFDdkMsNkNBQTZDO3lCQUM5QztxQkFDRixDQUFDO2lCQUNILENBQUM7YUFDSDtTQUNGLENBQUMsQ0FBQztJQUNMLENBQUM7O0FBMUNILGtIQTJDQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFN0ZXBGdW5jdGlvbnNFeGVjdXRpb25TdGF0dXNDaGFuZ2VEZXRlY3Rpb25FdmVudFJ1bGUgfSBmcm9tICdAZ2FtbWFyZXJzL2F3cy1zdGVwZnVuY3Rpb25zLWV4ZWN1dGlvbi1zdGF0dXMtY2hhbmdlLWRldGVjdGlvbi1ldmVudC1ydWxlJztcbmltcG9ydCB7IER1cmF0aW9uLCBTdGFjaywgU3RhY2tQcm9wcyB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCAqIGFzIGV2ZW50cyBmcm9tICdhd3MtY2RrLWxpYi9hd3MtZXZlbnRzJztcbmltcG9ydCAqIGFzIHRhcmdldHMgZnJvbSAnYXdzLWNkay1saWIvYXdzLWV2ZW50cy10YXJnZXRzJztcbmltcG9ydCAqIGFzIHNucyBmcm9tICdhd3MtY2RrLWxpYi9hd3Mtc25zJztcbmltcG9ydCAqIGFzIHN1YnNjcmlwdGlvbnMgZnJvbSAnYXdzLWNkay1saWIvYXdzLXNucy1zdWJzY3JpcHRpb25zJztcbmltcG9ydCB7IENvbnN0cnVjdCB9IGZyb20gJ2NvbnN0cnVjdHMnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU3RhdGVNYWNoaW5lIH0gZnJvbSAnLi9yZXNvdXJjZXMvbm90aWZpY2F0aW9uLXN0YXRlLW1hY2hpbmUnO1xuXG5leHBvcnQgaW50ZXJmYWNlIE5vdGlmaWNhdGlvbnMge1xuICByZWFkb25seSBlbWFpbHM/OiBzdHJpbmdbXTtcbiAgLy8gcmVhZG9ubHkgc2xhY2s/
|
|
55
|
+
StepFunctionsExecutionStatusChangeNotificationStack[_a] = { fqn: "@gammarers/aws-stepfunctions-execution-status-change-notification-stack.StepFunctionsExecutionStatusChangeNotificationStack", version: "2.0.0" };
|
|
56
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw4SkFBaUo7QUFDakosNkNBQTBEO0FBQzFELGlEQUFpRDtBQUNqRCwwREFBMEQ7QUFDMUQsMkNBQTJDO0FBQzNDLG1FQUFtRTtBQUVuRSx1RkFBa0Y7QUFtQmxGLE1BQWEsbURBQW9ELFNBQVEsbUJBQUs7SUFDNUUsWUFBWSxLQUFnQixFQUFFLEVBQVUsRUFBRSxLQUErRDtRQUN2RyxLQUFLLENBQUMsS0FBSyxFQUFFLEVBQUUsRUFBRSxLQUFLLENBQUMsQ0FBQztRQUV4QixpQ0FBaUM7UUFDakMsTUFBTSxLQUFLLEdBQWMsSUFBSSxHQUFHLENBQUMsS0FBSyxDQUFDLElBQUksRUFBRSxtQkFBbUIsRUFBRTtRQUNoRSwwQ0FBMEM7UUFDMUMsbURBQW1EO1NBQ3BELENBQUMsQ0FBQztRQUVILDhDQUE4QztRQUM5QyxNQUFNLE1BQU0sR0FBRyxLQUFLLENBQUMsYUFBYSxFQUFFLE1BQU0sSUFBSSxFQUFFLENBQUM7UUFDakQsS0FBSyxNQUFNLEtBQUssSUFBSSxNQUFNLEVBQUUsQ0FBQztZQUMzQixLQUFLLENBQUMsZUFBZSxDQUFDLElBQUksYUFBYSxDQUFDLGlCQUFpQixDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUM7UUFDcEUsQ0FBQztRQUVELDBCQUEwQjtRQUMxQixNQUFNLFlBQVksR0FBRyxJQUFJLHFEQUF3QixDQUFDLElBQUksRUFBRSxjQUFjLEVBQUU7WUFDdEUsZ0JBQWdCLEVBQUUsU0FBUztZQUMzQixpQkFBaUIsRUFBRSxLQUFLO1lBQ3hCLE9BQU8sRUFBRSxDQUFDLEdBQUcsRUFBRTtnQkFDYixJQUFJLEtBQUssQ0FBQyxhQUFhLEVBQUUsbUJBQW1CLEVBQUUsQ0FBQztvQkFDN0MsT0FBTyxLQUFLLENBQUMsYUFBYSxFQUFFLG1CQUFtQixDQUFDO2dCQUNsRCxDQUFDO2dCQUNELE9BQU8sc0JBQVEsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDN0IsQ0FBQyxDQUFDLEVBQUU7U0FDTCxDQUFDLENBQUM7UUFFSCxhQUFhO1FBQ2IsSUFBSSxxSEFBb0QsQ0FBQyxJQUFJLEVBQUUsc0RBQXNELEVBQUU7WUFDckgsT0FBTyxFQUFFO2dCQUNQLElBQUksT0FBTyxDQUFDLGVBQWUsQ0FBQyxZQUFZLEVBQUU7b0JBQ3hDLEtBQUssRUFBRSxNQUFNLENBQUMsZUFBZSxDQUFDLFVBQVUsQ0FBQzt3QkFDdkMsS0FBSyxFQUFFLE1BQU0sQ0FBQyxVQUFVLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQzt3QkFDdEMsTUFBTSxFQUFFO3dCQUNOLHVDQUF1Qzt3QkFDdkMsNkNBQTZDO3lCQUM5QztxQkFDRixDQUFDO2lCQUNILENBQUM7YUFDSDtTQUNGLENBQUMsQ0FBQztJQUNMLENBQUM7O0FBMUNILGtIQTJDQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFN0ZXBGdW5jdGlvbnNFeGVjdXRpb25TdGF0dXNDaGFuZ2VEZXRlY3Rpb25FdmVudFJ1bGUgfSBmcm9tICdAZ2FtbWFyZXJzL2F3cy1zdGVwZnVuY3Rpb25zLWV4ZWN1dGlvbi1zdGF0dXMtY2hhbmdlLWRldGVjdGlvbi1ldmVudC1ydWxlJztcbmltcG9ydCB7IER1cmF0aW9uLCBTdGFjaywgU3RhY2tQcm9wcyB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCAqIGFzIGV2ZW50cyBmcm9tICdhd3MtY2RrLWxpYi9hd3MtZXZlbnRzJztcbmltcG9ydCAqIGFzIHRhcmdldHMgZnJvbSAnYXdzLWNkay1saWIvYXdzLWV2ZW50cy10YXJnZXRzJztcbmltcG9ydCAqIGFzIHNucyBmcm9tICdhd3MtY2RrLWxpYi9hd3Mtc25zJztcbmltcG9ydCAqIGFzIHN1YnNjcmlwdGlvbnMgZnJvbSAnYXdzLWNkay1saWIvYXdzLXNucy1zdWJzY3JpcHRpb25zJztcbmltcG9ydCB7IENvbnN0cnVjdCB9IGZyb20gJ2NvbnN0cnVjdHMnO1xuaW1wb3J0IHsgTm90aWZpY2F0aW9uU3RhdGVNYWNoaW5lIH0gZnJvbSAnLi9yZXNvdXJjZXMvbm90aWZpY2F0aW9uLXN0YXRlLW1hY2hpbmUnO1xuXG5leHBvcnQgaW50ZXJmYWNlIE5vdGlmaWNhdGlvbnMge1xuICByZWFkb25seSBlbWFpbHM/OiBzdHJpbmdbXTtcbiAgLy8gcmVhZG9ubHkgc2xhY2s/OiBTbGFjaztcbn1cblxuZXhwb3J0IGludGVyZmFjZSBUaW1lb3V0T3B0aW9uIHtcbiAgcmVhZG9ubHkgc3RhdGVNYWNoaW5lVGltZW91dD86IER1cmF0aW9uO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIFN0ZXBGdW5jdGlvbnNFeGVjdXRpb25TdGF0dXNDaGFuZ2VOb3RpZmljYXRpb25TdGFja1Byb3BzIGV4dGVuZHMgU3RhY2tQcm9wcyB7XG4gIC8vIHJlYWRvbmx5IHRhcmdldFJlc291cmNlOiBUYXJnZXRSZXNvdXJjZTtcbiAgcmVhZG9ubHkgZW5hYmxlUnVsZT86IGJvb2xlYW47XG4gIHJlYWRvbmx5IG5vdGlmaWNhdGlvbnM/OiBOb3RpZmljYXRpb25zO1xuICAvLyByZWFkb25seSByZXNvdXJjZU5hbWluZ09wdGlvbj86IFJlc291cmNlTmFtaW5nT3B0aW9uO1xuICByZWFkb25seSB0aW1lb3V0T3B0aW9uPzogVGltZW91dE9wdGlvbjtcbn1cblxuZXhwb3J0IGNsYXNzIFN0ZXBGdW5jdGlvbnNFeGVjdXRpb25TdGF0dXNDaGFuZ2VOb3RpZmljYXRpb25TdGFjayBleHRlbmRzIFN0YWNrIHtcbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IFN0ZXBGdW5jdGlvbnNFeGVjdXRpb25TdGF0dXNDaGFuZ2VOb3RpZmljYXRpb25TdGFja1Byb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkLCBwcm9wcyk7XG5cbiAgICAvLyDwn5GHIFNOUyBUb3BpYyBmb3Igbm90aWZpY2F0aW9uc1xuICAgIGNvbnN0IHRvcGljOiBzbnMuVG9waWMgPSBuZXcgc25zLlRvcGljKHRoaXMsICdOb3RpZmljYXRpb25Ub3BpYycsIHtcbiAgICAgIC8vIHRvcGljTmFtZTogbmFtZXMubm90aWZpY2F0aW9uVG9waWNOYW1lLFxuICAgICAgLy8gZGlzcGxheU5hbWU6IG5hbWVzLm5vdGlmaWNhdGlvblRvcGljRGlzcGxheU5hbWUsXG4gICAgfSk7XG5cbiAgICAvLyDwn5GHIFN1YnNjcmliZSBhbiBlbWFpbCBlbmRwb2ludCB0byB0aGUgdG9waWNcbiAgICBjb25zdCBlbWFpbHMgPSBwcm9wcy5ub3RpZmljYXRpb25zPy5lbWFpbHMgPz8gW107XG4gICAgZm9yIChjb25zdCBlbWFpbCBvZiBlbWFpbHMpIHtcbiAgICAgIHRvcGljLmFkZFN1YnNjcmlwdGlvbihuZXcgc3Vic2NyaXB0aW9ucy5FbWFpbFN1YnNjcmlwdGlvbihlbWFpbCkpO1xuICAgIH1cblxuICAgIC8vIPCfkYcgQ3JlYXRlIFN0YXRlIE1hY2hpbmVcbiAgICBjb25zdCBzdGF0ZU1hY2hpbmUgPSBuZXcgTm90aWZpY2F0aW9uU3RhdGVNYWNoaW5lKHRoaXMsICdTdGF0ZU1hY2hpbmUnLCB7XG4gICAgICBzdGF0ZU1hY2hpbmVOYW1lOiB1bmRlZmluZWQsXG4gICAgICBub3RpZmljYXRpb25Ub3BpYzogdG9waWMsXG4gICAgICB0aW1lb3V0OiAoKCkgPT4ge1xuICAgICAgICBpZiAocHJvcHMudGltZW91dE9wdGlvbj8uc3RhdGVNYWNoaW5lVGltZW91dCkge1xuICAgICAgICAgIHJldHVybiBwcm9wcy50aW1lb3V0T3B0aW9uPy5zdGF0ZU1hY2hpbmVUaW1lb3V0O1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiBEdXJhdGlvbi5taW51dGVzKDMpO1xuICAgICAgfSkoKSxcbiAgICB9KTtcblxuICAgIC8vIEB0cy1pZ25vcmVcbiAgICBuZXcgU3RlcEZ1bmN0aW9uc0V4ZWN1dGlvblN0YXR1c0NoYW5nZURldGVjdGlvbkV2ZW50UnVsZSh0aGlzLCAnU3RlcEZ1bmN0aW9uc0V4ZWN1dGlvblN0YXR1c0NoYW5nZURldGVjdGlvbkV2ZW50UnVsZScsIHtcbiAgICAgIHRhcmdldHM6IFtcbiAgICAgICAgbmV3IHRhcmdldHMuU2ZuU3RhdGVNYWNoaW5lKHN0YXRlTWFjaGluZSwge1xuICAgICAgICAgIGlucHV0OiBldmVudHMuUnVsZVRhcmdldElucHV0LmZyb21PYmplY3Qoe1xuICAgICAgICAgICAgZXZlbnQ6IGV2ZW50cy5FdmVudEZpZWxkLmZyb21QYXRoKCckJyksXG4gICAgICAgICAgICBwYXJhbXM6IHtcbiAgICAgICAgICAgICAgLy8gdGFnS2V5OiBwcm9wcy50YXJnZXRSZXNvdXJjZS50YWdLZXksXG4gICAgICAgICAgICAgIC8vIHRhZ1ZhbHVlczogcHJvcHMudGFyZ2V0UmVzb3VyY2UudGFnVmFsdWVzLFxuICAgICAgICAgICAgfSxcbiAgICAgICAgICB9KSxcbiAgICAgICAgfSksXG4gICAgICBdLFxuICAgIH0pO1xuICB9XG59Il19
|
package/package.json
CHANGED
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"eslint-plugin-import": "^2.32.0",
|
|
49
49
|
"jest": "^29.7.0",
|
|
50
50
|
"jest-junit": "^16",
|
|
51
|
-
"jsii": "5.
|
|
51
|
+
"jsii": "5.9.x",
|
|
52
52
|
"jsii-diff": "^1.121.0",
|
|
53
53
|
"jsii-docgen": "^10.5.0",
|
|
54
54
|
"jsii-pacmak": "^1.121.0",
|
|
55
|
-
"jsii-rosetta": "5.
|
|
55
|
+
"jsii-rosetta": "5.9.x",
|
|
56
56
|
"projen": "^0.98.30",
|
|
57
57
|
"ts-jest": "^29.4.6",
|
|
58
58
|
"ts-node": "^10.9.2",
|
|
59
|
-
"typescript": "5.
|
|
59
|
+
"typescript": "5.9.x"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"aws-cdk-lib": "^2.120.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"version": "
|
|
79
|
+
"version": "2.0.0",
|
|
80
80
|
"jest": {
|
|
81
81
|
"coverageProvider": "v8",
|
|
82
82
|
"testMatch": [
|