@flit/cdk-pipeline 1.1.1 → 1.2.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/.jsii +166 -248
- package/README.md +4 -306
- package/dist/artifact.d.ts +4 -4
- package/dist/artifact.js +9 -9
- package/dist/code-commit-source-segment.js +2 -2
- package/dist/code-star-source-segment.js +2 -2
- package/dist/git-hub-source-segment.js +2 -2
- package/dist/pipeline-segment.d.ts +2 -11
- package/dist/pipeline-segment.js +11 -7
- package/dist/pipeline.d.ts +3 -2
- package/dist/pipeline.js +18 -9
- package/dist/publish-assets-action.js +3 -3
- package/dist/s3-source-segment.js +2 -2
- package/dist/segment.js +8 -12
- package/dist/source-segment.d.ts +2 -1
- package/dist/source-segment.js +6 -2
- package/dist/stack-segment.d.ts +3 -14
- package/dist/stack-segment.js +7 -7
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +32 -14
- package/src/artifact.ts +8 -8
- package/src/pipeline-segment.ts +9 -15
- package/src/pipeline.ts +29 -21
- package/src/publish-assets-action.ts +1 -1
- package/src/segment.ts +6 -14
- package/src/source-segment.ts +5 -1
- package/src/stack-segment.ts +7 -18
package/.jsii
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": {
|
|
3
|
-
"email": "luis@jumper.de",
|
|
4
3
|
"name": "Luis Vierroth",
|
|
5
4
|
"roles": [
|
|
6
5
|
"author"
|
|
@@ -8,8 +7,8 @@
|
|
|
8
7
|
"url": "https://github.com/p-mercury"
|
|
9
8
|
},
|
|
10
9
|
"dependencies": {
|
|
11
|
-
"aws-cdk-lib": "^2.
|
|
12
|
-
"constructs": "^10.4.
|
|
10
|
+
"aws-cdk-lib": "^2.174.0",
|
|
11
|
+
"constructs": "^10.4.0"
|
|
13
12
|
},
|
|
14
13
|
"dependencyClosure": {
|
|
15
14
|
"@aws-cdk/asset-awscli-v1": {
|
|
@@ -1020,6 +1019,19 @@
|
|
|
1020
1019
|
}
|
|
1021
1020
|
}
|
|
1022
1021
|
},
|
|
1022
|
+
"aws-cdk-lib.aws_connectcampaignsv2": {
|
|
1023
|
+
"targets": {
|
|
1024
|
+
"dotnet": {
|
|
1025
|
+
"package": "Amazon.CDK.AWS.ConnectCampaignsV2"
|
|
1026
|
+
},
|
|
1027
|
+
"java": {
|
|
1028
|
+
"package": "software.amazon.awscdk.services.connectcampaignsv2"
|
|
1029
|
+
},
|
|
1030
|
+
"python": {
|
|
1031
|
+
"module": "aws_cdk.aws_connectcampaignsv2"
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1023
1035
|
"aws-cdk-lib.aws_controltower": {
|
|
1024
1036
|
"targets": {
|
|
1025
1037
|
"dotnet": {
|
|
@@ -1839,29 +1851,29 @@
|
|
|
1839
1851
|
}
|
|
1840
1852
|
}
|
|
1841
1853
|
},
|
|
1842
|
-
"aws-cdk-lib.
|
|
1854
|
+
"aws-cdk-lib.aws_invoicing": {
|
|
1843
1855
|
"targets": {
|
|
1844
1856
|
"dotnet": {
|
|
1845
|
-
"
|
|
1857
|
+
"package": "Amazon.CDK.AWS.Invoicing"
|
|
1846
1858
|
},
|
|
1847
1859
|
"java": {
|
|
1848
|
-
"package": "software.amazon.awscdk.services.
|
|
1860
|
+
"package": "software.amazon.awscdk.services.invoicing"
|
|
1849
1861
|
},
|
|
1850
1862
|
"python": {
|
|
1851
|
-
"module": "aws_cdk.
|
|
1863
|
+
"module": "aws_cdk.aws_invoicing"
|
|
1852
1864
|
}
|
|
1853
1865
|
}
|
|
1854
1866
|
},
|
|
1855
|
-
"aws-cdk-lib.
|
|
1867
|
+
"aws-cdk-lib.aws_iot": {
|
|
1856
1868
|
"targets": {
|
|
1857
1869
|
"dotnet": {
|
|
1858
|
-
"namespace": "Amazon.CDK.AWS.
|
|
1870
|
+
"namespace": "Amazon.CDK.AWS.IoT"
|
|
1859
1871
|
},
|
|
1860
1872
|
"java": {
|
|
1861
|
-
"package": "software.amazon.awscdk.services.
|
|
1873
|
+
"package": "software.amazon.awscdk.services.iot"
|
|
1862
1874
|
},
|
|
1863
1875
|
"python": {
|
|
1864
|
-
"module": "aws_cdk.
|
|
1876
|
+
"module": "aws_cdk.aws_iot"
|
|
1865
1877
|
}
|
|
1866
1878
|
}
|
|
1867
1879
|
},
|
|
@@ -2710,6 +2722,19 @@
|
|
|
2710
2722
|
}
|
|
2711
2723
|
}
|
|
2712
2724
|
},
|
|
2725
|
+
"aws-cdk-lib.aws_pcs": {
|
|
2726
|
+
"targets": {
|
|
2727
|
+
"dotnet": {
|
|
2728
|
+
"package": "Amazon.CDK.AWS.PCS"
|
|
2729
|
+
},
|
|
2730
|
+
"java": {
|
|
2731
|
+
"package": "software.amazon.awscdk.services.pcs"
|
|
2732
|
+
},
|
|
2733
|
+
"python": {
|
|
2734
|
+
"module": "aws_cdk.aws_pcs"
|
|
2735
|
+
}
|
|
2736
|
+
}
|
|
2737
|
+
},
|
|
2713
2738
|
"aws-cdk-lib.aws_personalize": {
|
|
2714
2739
|
"targets": {
|
|
2715
2740
|
"dotnet": {
|
|
@@ -2827,6 +2852,19 @@
|
|
|
2827
2852
|
}
|
|
2828
2853
|
}
|
|
2829
2854
|
},
|
|
2855
|
+
"aws-cdk-lib.aws_rbin": {
|
|
2856
|
+
"targets": {
|
|
2857
|
+
"dotnet": {
|
|
2858
|
+
"package": "Amazon.CDK.AWS.Rbin"
|
|
2859
|
+
},
|
|
2860
|
+
"java": {
|
|
2861
|
+
"package": "software.amazon.awscdk.services.rbin"
|
|
2862
|
+
},
|
|
2863
|
+
"python": {
|
|
2864
|
+
"module": "aws_cdk.aws_rbin"
|
|
2865
|
+
}
|
|
2866
|
+
}
|
|
2867
|
+
},
|
|
2830
2868
|
"aws-cdk-lib.aws_rds": {
|
|
2831
2869
|
"targets": {
|
|
2832
2870
|
"dotnet": {
|
|
@@ -3152,6 +3190,19 @@
|
|
|
3152
3190
|
}
|
|
3153
3191
|
}
|
|
3154
3192
|
},
|
|
3193
|
+
"aws-cdk-lib.aws_s3tables": {
|
|
3194
|
+
"targets": {
|
|
3195
|
+
"dotnet": {
|
|
3196
|
+
"package": "Amazon.CDK.AWS.S3Tables"
|
|
3197
|
+
},
|
|
3198
|
+
"java": {
|
|
3199
|
+
"package": "software.amazon.awscdk.services.s3tables"
|
|
3200
|
+
},
|
|
3201
|
+
"python": {
|
|
3202
|
+
"module": "aws_cdk.aws_s3tables"
|
|
3203
|
+
}
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3155
3206
|
"aws-cdk-lib.aws_sagemaker": {
|
|
3156
3207
|
"targets": {
|
|
3157
3208
|
"dotnet": {
|
|
@@ -3860,8 +3911,8 @@
|
|
|
3860
3911
|
"docs": {
|
|
3861
3912
|
"stability": "stable"
|
|
3862
3913
|
},
|
|
3863
|
-
"homepage": "https://github.com/
|
|
3864
|
-
"jsiiVersion": "5.
|
|
3914
|
+
"homepage": "https://github.com/vierroth/cdk-pipeline",
|
|
3915
|
+
"jsiiVersion": "5.7.4 (build fc2a28e)",
|
|
3865
3916
|
"keywords": [
|
|
3866
3917
|
"aws",
|
|
3867
3918
|
"cdk",
|
|
@@ -3882,11 +3933,11 @@
|
|
|
3882
3933
|
},
|
|
3883
3934
|
"name": "@flit/cdk-pipeline",
|
|
3884
3935
|
"readme": {
|
|
3885
|
-
"markdown": "This library exposes a highly customizable and extensible L3 pipeline construct intended as an alternative to the CDK native L3 [CodePipeline](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines.CodePipeline.html) construct which has some inherent limitations in capability and extensibility.\n\nThe documentation provides the tools and documentation to get your own pipeline up and running and build your own custom segments.\n\n## Usage\n\n### Installation\n\nThe package is available on [NPM](https://www.npmjs.com/package/@flit/cdk-pipeline) and can be installed using your package manager of choice:\n\n```bash\nnpm i @flit/cdk-pipeline\n```\n\n```bash\npnpm add @flit/cdk-pipeline\n```\n\n```bash\nyarn add @flit/cdk-pipeline\n```\n\n### Basics\n\nThe snippet bellow is a basic example of a pipeline which will run whenever a change is detected in a GitHub repository. The pipeline will update itself and, deploy and update a user defined stack. This example demonstrates the three basic elements that make up a pipeline:\n\n#### - Pipeline\n\nThe `Pipeline` construct will create a CloudFormation Stack which contains the pipeline and all of the required peripheral resources to make it work.\n\n#### - Segment\n\nA `Segment` is simply a pre-configured set of pipeline actions which together represent a commonly used CI/CD pattern, like for example building and deploying a stack.\n\nTo build properly, a Pipeline requires at least one SourceSegment, exactly one PipelineSegment and at least one other segment.\n\n#### - Artifact\n\nAn `Artifact` represents a pipeline artifact which can be used to pass information between stages. Every artifact needs to be the output of exactly one Segment and can be consumed by any segments that need that output.\n\n```typescript\nimport { App, SecretValue, Stack } from \"aws-cdk-lib\";\nimport {\n Pipeline,\n GitHubSourceSegment,\n PipelineSegment,\n StackSegment,\n Artifact,\n} from \"@flit/cdk-pipeline\";\n\nconst APP = new App();\n\nconst SOURCE_ARTIFACT = new Artifact();\nconst BUILD_ARTIFACT = new Artifact();\n\nnew Pipeline(APP, \"Pipeline\", {\n rootDir: \"./\",\n segments: [\n new CodeStarSourceSegment({\n output: SOURCE_ARTIFACT,\n connectionArn: \"code-star-connection-arn\",\n owner: \"owner-name\",\n repository: \"repo-name\",\n branch: \"branch-name\",\n }),\n new PipelineSegment({\n input: SOURCE_ARTIFACT,\n output: BUILD_ARTIFACT,\n project: {\n environment: {\n computeType: ComputeType.MEDIUM,\n buildImage: LinuxBuildImage.AMAZON_LINUX_2_ARM_3,\n privileged: true,\n },\n buildSpec: BuildSpec.fromObject({\n version: \"0.2\",\n phases: {\n install: {\n \"runtime-versions\": {\n nodejs: \"latest\",\n },\n commands: [\"npm i -g npm@latest\", \"npm ci\"],\n },\n build: {\n commands: \"cdk synth --strict --quiet\",\n },\n },\n }),\n },\n }),\n new StackSegment({\n stack: new Stack(APP, \"BackEnd\"),\n input: BUILD_ARTIFACT,\n }),\n ],\n});\n```\n\nThe above code would produce a pipeline similar to this:\n\n<img src=\"./media/pipeline-ouput-example.png?raw=true\" alt=\"alt text\" width=\"300px\">\n\n### Multiple stacks\n\nTo add another stack to the pipeline you simply add another `StackSegment` with a new stack instance and the pipeline will handle the rest.\n\n```typescript\nimport { App, SecretValue, Stack } from \"aws-cdk-lib\";\nimport {\n Pipeline,\n GitHubSourceSegment,\n PipelineSegment,\n StackSegment,\n Artifact,\n} from \"@flit/cdk-pipeline\";\n\nconst APP = new App();\n\nconst SOURCE_ARTIFACT = new Artifact();\nconst BUILD_ARTIFACT = new Artifact();\n\nnew Pipeline(APP, \"Pipeline\", {\n rootDir: \"./\",\n segments: [\n new CodeStarSourceSegment({\n output: SOURCE_ARTIFACT,\n connectionArn: \"code-star-connection-arn\",\n owner: \"owner-name\",\n repository: \"repo-name\",\n branch: \"branch-name\",\n }),\n new PipelineSegment({\n input: SOURCE_ARTIFACT,\n output: BUILD_ARTIFACT,\n project: {\n environment: {\n computeType: ComputeType.MEDIUM,\n buildImage: LinuxBuildImage.AMAZON_LINUX_2_ARM_3,\n privileged: true,\n },\n buildSpec: BuildSpec.fromObject({\n version: \"0.2\",\n phases: {\n install: {\n \"runtime-versions\": {\n nodejs: \"latest\",\n },\n commands: [\"npm i -g npm@latest\", \"npm ci\"],\n },\n build: {\n commands: \"cdk synth --strict --quiet\",\n },\n },\n }),\n },\n }),\n new StackSegment({\n stack: new Stack(APP, \"BackEnd\"),\n input: BUILD_ARTIFACT,\n }),\n new StackSegment({\n stack: new Stack(APP, \"FrontEnd\"),\n input: BUILD_ARTIFACT,\n }),\n ],\n});\n```\n\n### More complex example\n\nIn some cases you might have a build that bakes API endpoints generated by a previous stage into the stack assets during the build stage. Using the CDK native L3 [CodePipeline](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines.CodePipeline.html) construct makes this hard, but with this more flexible setup you can run another build for any stack that needs it, and use the previous stacks outputs in that build.\n\n```typescript\nimport { App, SecretValue, Stack } from \"aws-cdk-lib\";\nimport {\n Pipeline,\n GitHubSourceSegment,\n PipelineSegment,\n StackSegment,\n Artifact,\n} from \"@flit/cdk-pipeline\";\n\nconst APP = new App();\n\nconst SOURCE_ARTIFACT = new Artifact();\nconst BUILD_ARTIFACT = new Artifact();\nconst FRONT_END_OUTPUT_ARTIFACT = new Artifact();\n\nnew Pipeline(APP, \"Pipeline\", {\n rootDir: \"./\",\n segments: [\n new CodeStarSourceSegment({\n output: SOURCE_ARTIFACT,\n connectionArn: \"code-star-connection-arn\",\n owner: \"owner-name\",\n repository: \"repo-name\",\n branch: \"branch-name\",\n }),\n new PipelineSegment({\n input: SOURCE_ARTIFACT,\n output: BUILD_ARTIFACT,\n project: {\n environment: {\n computeType: ComputeType.MEDIUM,\n buildImage: LinuxBuildImage.AMAZON_LINUX_2_ARM_3,\n privileged: true,\n },\n buildSpec: BuildSpec.fromObject({\n version: \"0.2\",\n phases: {\n install: {\n \"runtime-versions\": {\n nodejs: \"latest\",\n },\n commands: [\"npm i -g npm@latest\", \"npm ci\"],\n },\n build: {\n commands: \"cdk synth --strict --quiet\",\n },\n },\n }),\n },\n }),\n new StackSegment({\n stack: new Stack(APP, \"BackEnd\"),\n input: BUILD_ARTIFACT,\n output: FRONT_END_OUTPUT_ARTIFACT,\n }),\n new StackSegment({\n stack: new Stack(APP, \"FrontEnd\"),\n input: [SOURCE_ARTIFACT, FRONT_END_OUTPUT_ARTIFACT],\n project: {\n environment: {\n computeType: ComputeType.MEDIUM,\n buildImage: LinuxBuildImage.AMAZON_LINUX_2_ARM_3,\n privileged: true,\n },\n buildSpec: BuildSpec.fromObject({\n version: \"0.2\",\n phases: {\n install: {\n \"runtime-versions\": {\n nodejs: \"latest\",\n },\n commands: [\"npm i -g npm@latest\", \"npm ci\"],\n },\n build: {\n commands: [\n \"do something with the STACK_1_OUTPUT_ARTIFACT\",\n \"cdk synth --strict --quiet\",\n ],\n },\n },\n }),\n },\n }),\n ],\n});\n```\n\nThis example first build the project, deploys the `Pipeline` and `BackEnd` stacks and then rebuilds the project now with access to the outputs of the `BackEnd` stack. This allows you to now bake in any API endpoints dynamically generated in the `BackEnd` stack.\n\n### Building your own segment\n\nThe snippet bellow is a basic example showing a custom segment which simply adds a stage with two manual approval steps into the pipeline and allows you to optional give this step a name.\n\nEach segment has two components consisting of two distinct classes:\n\n### - Segment\n\nThe main segment class is the class that will be used in your pipeline definition, and can be created by extending the `Segment` abstract class.\n\nThis class **should not** itself create any actual CDK constructs and is simply there to collect configuration trough the `constructor`. The `constructor` should take a single parameter called `props` which is a descendant of the `SegmentProps` interface.\n\nThe segment class also has to define the `construct` abstract function which returns an instance of a descendant of the `SegmentConstructed` abstract class.\n\n### - SegmentConstructed\n\nThis class will be returned by the `construct` function of your segment class and is itself a CDK construct. So in this class you can now allocate the CDK resources this segment requires as you are used to in any other CDK application.\n\nYou can pass any configuration information previously collected in the segment class trough the constructor.\n\n```typescript\nimport { IAction } from \"aws-cdk-lib/aws-codepipeline\";\nimport { ManualApprovalAction } from \"aws-cdk-lib/aws-codepipeline-actions\";\n\nimport { Segment, SegmentConstructed } from \"./segment\";\nimport { Pipeline } from \"./pipeline\";\n\nexport interface RequireApprovalSegmentProps {\n readonly name?: string;\n}\n\n/**\n * @category Segments\n */\nexport class DoubleApprovalSegment extends Segment {\n readonly props: RequireApprovalSegmentProps;\n\n constructor(props: RequireApprovalSegmentProps) {\n super({ ...props, input: undefined, output: undefined });\n this.props = props;\n }\n\n construct(scope: Pipeline): SegmentConstructed {\n return new RequireApprovalSegmentConstructed(\n scope,\n `RequireApproval`,\n this.props,\n );\n }\n}\n\nexport interface RequireApprovalSegmentConstructedProps {\n readonly name?: string;\n}\n\nexport class RequireApprovalSegmentConstructed extends SegmentConstructed {\n readonly name: string;\n readonly actions: IAction[];\n\n constructor(\n scope: Pipeline,\n id: string,\n props: RequireApprovalSegmentConstructedProps,\n ) {\n super(scope, id);\n\n this.name = props.name ?? id;\n\n this.actions = [\n new ManualApprovalAction({\n actionName: \"ApproveChanges1\",\n runOrder: 1,\n }),\n new ManualApprovalAction({\n actionName: \"ApproveChanges2\",\n runOrder: 2,\n }),\n ];\n }\n}\n```\n"
|
|
3936
|
+
"markdown": "This library exposes a highly customizable and extensible L3 pipeline construct intended as an alternative to the CDK native L3 [CodePipeline](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.pipelines.CodePipeline.html) construct which has some inherent limitations in capability and extensibility.\n\nThe documentation provides the tools and documentation to get your own pipeline up and running and build your own custom segments.\n\n## Usage\n\n### Installation\n\nThe package is available on [NPM](https://www.npmjs.com/package/@flit/cdk-pipeline) and can be installed using your package manager of choice:\n\n```bash\nnpm i @flit/cdk-pipeline\n```\n\n```bash\npnpm add @flit/cdk-pipeline\n```\n\n```bash\nyarn add @flit/cdk-pipeline\n```\n\n### Core concepts\n\n#### - [Example Project](https://github.com/vierroth/cdk-pipeline/blob/main/example/README.md)\n\nTo better understand the core concepts take a look at the included [example project](https://github.com/vierroth/cdk-pipeline/blob/main/example/README.md).\n\n#### - Pipeline\n\nThe `Pipeline` construct will create a CloudFormation Stack which contains the pipeline and all of the required peripheral resources to make it work.\n\n#### - Segment\n\nA `Segment` is simply a pre-configured set of pipeline actions which together represent a commonly used CI/CD pattern, like for example building and deploying a stack.\n\nTo build properly, a Pipeline requires at least one SourceSegment, exactly one PipelineSegment and at least one other segment.\n\n#### - Artifact\n\nAn `Artifact` represents a pipeline artifact which can be used to pass information between stages. Every artifact needs to be the output of exactly one Segment and can be consumed by any segments that need that output.\n"
|
|
3886
3937
|
},
|
|
3887
3938
|
"repository": {
|
|
3888
3939
|
"type": "git",
|
|
3889
|
-
"url": "https://github.com/
|
|
3940
|
+
"url": "https://github.com/vierroth/cdk-pipeline.git"
|
|
3890
3941
|
},
|
|
3891
3942
|
"schema": "jsii/0.10.0",
|
|
3892
3943
|
"targets": {
|
|
@@ -3969,33 +4020,37 @@
|
|
|
3969
4020
|
},
|
|
3970
4021
|
"locationInModule": {
|
|
3971
4022
|
"filename": "src/artifact.ts",
|
|
3972
|
-
"line":
|
|
4023
|
+
"line": 11
|
|
3973
4024
|
},
|
|
3974
|
-
"name": "
|
|
3975
|
-
"
|
|
3976
|
-
|
|
3977
|
-
"
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
},
|
|
3981
|
-
"kind": "array"
|
|
4025
|
+
"name": "produce",
|
|
4026
|
+
"parameters": [
|
|
4027
|
+
{
|
|
4028
|
+
"name": "producer",
|
|
4029
|
+
"type": {
|
|
4030
|
+
"fqn": "@flit/cdk-pipeline.Segment"
|
|
3982
4031
|
}
|
|
3983
4032
|
}
|
|
3984
|
-
|
|
3985
|
-
}
|
|
4033
|
+
]
|
|
4034
|
+
}
|
|
4035
|
+
],
|
|
4036
|
+
"name": "Artifact",
|
|
4037
|
+
"properties": [
|
|
3986
4038
|
{
|
|
3987
4039
|
"docs": {
|
|
3988
4040
|
"stability": "stable"
|
|
3989
4041
|
},
|
|
4042
|
+
"immutable": true,
|
|
3990
4043
|
"locationInModule": {
|
|
3991
4044
|
"filename": "src/artifact.ts",
|
|
3992
|
-
"line":
|
|
4045
|
+
"line": 21
|
|
3993
4046
|
},
|
|
3994
|
-
"name": "
|
|
3995
|
-
"
|
|
3996
|
-
"
|
|
3997
|
-
|
|
3998
|
-
|
|
4047
|
+
"name": "consumers",
|
|
4048
|
+
"type": {
|
|
4049
|
+
"collection": {
|
|
4050
|
+
"elementtype": {
|
|
4051
|
+
"fqn": "@flit/cdk-pipeline.Segment"
|
|
4052
|
+
},
|
|
4053
|
+
"kind": "array"
|
|
3999
4054
|
}
|
|
4000
4055
|
}
|
|
4001
4056
|
},
|
|
@@ -4003,22 +4058,18 @@
|
|
|
4003
4058
|
"docs": {
|
|
4004
4059
|
"stability": "stable"
|
|
4005
4060
|
},
|
|
4061
|
+
"immutable": true,
|
|
4006
4062
|
"locationInModule": {
|
|
4007
4063
|
"filename": "src/artifact.ts",
|
|
4008
|
-
"line":
|
|
4064
|
+
"line": 18
|
|
4009
4065
|
},
|
|
4010
|
-
"name": "
|
|
4011
|
-
"
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
"fqn": "@flit/cdk-pipeline.Segment"
|
|
4016
|
-
}
|
|
4017
|
-
}
|
|
4018
|
-
]
|
|
4066
|
+
"name": "producer",
|
|
4067
|
+
"optional": true,
|
|
4068
|
+
"type": {
|
|
4069
|
+
"fqn": "@flit/cdk-pipeline.Segment"
|
|
4070
|
+
}
|
|
4019
4071
|
}
|
|
4020
4072
|
],
|
|
4021
|
-
"name": "Artifact",
|
|
4022
4073
|
"symbolId": "src/artifact:Artifact"
|
|
4023
4074
|
},
|
|
4024
4075
|
"@flit/cdk-pipeline.CodeCommitSourceSegment": {
|
|
@@ -5296,26 +5347,10 @@
|
|
|
5296
5347
|
"kind": "interface",
|
|
5297
5348
|
"locationInModule": {
|
|
5298
5349
|
"filename": "src/pipeline.ts",
|
|
5299
|
-
"line":
|
|
5350
|
+
"line": 14
|
|
5300
5351
|
},
|
|
5301
5352
|
"name": "PipelineProps",
|
|
5302
5353
|
"properties": [
|
|
5303
|
-
{
|
|
5304
|
-
"abstract": true,
|
|
5305
|
-
"docs": {
|
|
5306
|
-
"stability": "stable",
|
|
5307
|
-
"summary": "The path to the cdk projects root directory containing the cdk.json file relative to the asset root."
|
|
5308
|
-
},
|
|
5309
|
-
"immutable": true,
|
|
5310
|
-
"locationInModule": {
|
|
5311
|
-
"filename": "src/pipeline.ts",
|
|
5312
|
-
"line": 25
|
|
5313
|
-
},
|
|
5314
|
-
"name": "rootDir",
|
|
5315
|
-
"type": {
|
|
5316
|
-
"primitive": "string"
|
|
5317
|
-
}
|
|
5318
|
-
},
|
|
5319
5354
|
{
|
|
5320
5355
|
"abstract": true,
|
|
5321
5356
|
"docs": {
|
|
@@ -5347,13 +5382,31 @@
|
|
|
5347
5382
|
"immutable": true,
|
|
5348
5383
|
"locationInModule": {
|
|
5349
5384
|
"filename": "src/pipeline.ts",
|
|
5350
|
-
"line":
|
|
5385
|
+
"line": 19
|
|
5351
5386
|
},
|
|
5352
5387
|
"name": "pipelineName",
|
|
5353
5388
|
"optional": true,
|
|
5354
5389
|
"type": {
|
|
5355
5390
|
"primitive": "string"
|
|
5356
5391
|
}
|
|
5392
|
+
},
|
|
5393
|
+
{
|
|
5394
|
+
"abstract": true,
|
|
5395
|
+
"docs": {
|
|
5396
|
+
"default": "`\".\"`",
|
|
5397
|
+
"stability": "stable",
|
|
5398
|
+
"summary": "The path to the cdk projects root directory containing the cdk.json file relative to the asset root."
|
|
5399
|
+
},
|
|
5400
|
+
"immutable": true,
|
|
5401
|
+
"locationInModule": {
|
|
5402
|
+
"filename": "src/pipeline.ts",
|
|
5403
|
+
"line": 25
|
|
5404
|
+
},
|
|
5405
|
+
"name": "rootDir",
|
|
5406
|
+
"optional": true,
|
|
5407
|
+
"type": {
|
|
5408
|
+
"primitive": "string"
|
|
5409
|
+
}
|
|
5357
5410
|
}
|
|
5358
5411
|
],
|
|
5359
5412
|
"symbolId": "src/pipeline:PipelineProps"
|
|
@@ -5374,7 +5427,7 @@
|
|
|
5374
5427
|
},
|
|
5375
5428
|
"locationInModule": {
|
|
5376
5429
|
"filename": "src/pipeline-segment.ts",
|
|
5377
|
-
"line":
|
|
5430
|
+
"line": 66
|
|
5378
5431
|
},
|
|
5379
5432
|
"parameters": [
|
|
5380
5433
|
{
|
|
@@ -5388,7 +5441,7 @@
|
|
|
5388
5441
|
"kind": "class",
|
|
5389
5442
|
"locationInModule": {
|
|
5390
5443
|
"filename": "src/pipeline-segment.ts",
|
|
5391
|
-
"line":
|
|
5444
|
+
"line": 62
|
|
5392
5445
|
},
|
|
5393
5446
|
"methods": [
|
|
5394
5447
|
{
|
|
@@ -5397,7 +5450,7 @@
|
|
|
5397
5450
|
},
|
|
5398
5451
|
"locationInModule": {
|
|
5399
5452
|
"filename": "src/pipeline-segment.ts",
|
|
5400
|
-
"line":
|
|
5453
|
+
"line": 71
|
|
5401
5454
|
},
|
|
5402
5455
|
"name": "construct",
|
|
5403
5456
|
"overrides": "@flit/cdk-pipeline.Segment",
|
|
@@ -5425,7 +5478,7 @@
|
|
|
5425
5478
|
"immutable": true,
|
|
5426
5479
|
"locationInModule": {
|
|
5427
5480
|
"filename": "src/pipeline-segment.ts",
|
|
5428
|
-
"line":
|
|
5481
|
+
"line": 63
|
|
5429
5482
|
},
|
|
5430
5483
|
"name": "isPipeline",
|
|
5431
5484
|
"overrides": "@flit/cdk-pipeline.Segment",
|
|
@@ -5440,7 +5493,7 @@
|
|
|
5440
5493
|
"immutable": true,
|
|
5441
5494
|
"locationInModule": {
|
|
5442
5495
|
"filename": "src/pipeline-segment.ts",
|
|
5443
|
-
"line":
|
|
5496
|
+
"line": 64
|
|
5444
5497
|
},
|
|
5445
5498
|
"name": "props",
|
|
5446
5499
|
"type": {
|
|
@@ -5463,7 +5516,7 @@
|
|
|
5463
5516
|
},
|
|
5464
5517
|
"locationInModule": {
|
|
5465
5518
|
"filename": "src/pipeline-segment.ts",
|
|
5466
|
-
"line":
|
|
5519
|
+
"line": 97
|
|
5467
5520
|
},
|
|
5468
5521
|
"parameters": [
|
|
5469
5522
|
{
|
|
@@ -5489,7 +5542,7 @@
|
|
|
5489
5542
|
"kind": "class",
|
|
5490
5543
|
"locationInModule": {
|
|
5491
5544
|
"filename": "src/pipeline-segment.ts",
|
|
5492
|
-
"line":
|
|
5545
|
+
"line": 93
|
|
5493
5546
|
},
|
|
5494
5547
|
"name": "PipelineSegmentConstructed",
|
|
5495
5548
|
"properties": [
|
|
@@ -5500,7 +5553,7 @@
|
|
|
5500
5553
|
"immutable": true,
|
|
5501
5554
|
"locationInModule": {
|
|
5502
5555
|
"filename": "src/pipeline-segment.ts",
|
|
5503
|
-
"line":
|
|
5556
|
+
"line": 95
|
|
5504
5557
|
},
|
|
5505
5558
|
"name": "actions",
|
|
5506
5559
|
"overrides": "@flit/cdk-pipeline.SegmentConstructed",
|
|
@@ -5520,7 +5573,7 @@
|
|
|
5520
5573
|
"immutable": true,
|
|
5521
5574
|
"locationInModule": {
|
|
5522
5575
|
"filename": "src/pipeline-segment.ts",
|
|
5523
|
-
"line":
|
|
5576
|
+
"line": 94
|
|
5524
5577
|
},
|
|
5525
5578
|
"name": "name",
|
|
5526
5579
|
"overrides": "@flit/cdk-pipeline.SegmentConstructed",
|
|
@@ -5541,7 +5594,7 @@
|
|
|
5541
5594
|
"kind": "interface",
|
|
5542
5595
|
"locationInModule": {
|
|
5543
5596
|
"filename": "src/pipeline-segment.ts",
|
|
5544
|
-
"line":
|
|
5597
|
+
"line": 81
|
|
5545
5598
|
},
|
|
5546
5599
|
"name": "PipelineSegmentConstructedProps",
|
|
5547
5600
|
"properties": [
|
|
@@ -5553,7 +5606,7 @@
|
|
|
5553
5606
|
"immutable": true,
|
|
5554
5607
|
"locationInModule": {
|
|
5555
5608
|
"filename": "src/pipeline-segment.ts",
|
|
5556
|
-
"line":
|
|
5609
|
+
"line": 86
|
|
5557
5610
|
},
|
|
5558
5611
|
"name": "input",
|
|
5559
5612
|
"type": {
|
|
@@ -5568,7 +5621,7 @@
|
|
|
5568
5621
|
"immutable": true,
|
|
5569
5622
|
"locationInModule": {
|
|
5570
5623
|
"filename": "src/pipeline-segment.ts",
|
|
5571
|
-
"line":
|
|
5624
|
+
"line": 83
|
|
5572
5625
|
},
|
|
5573
5626
|
"name": "project",
|
|
5574
5627
|
"type": {
|
|
@@ -5583,7 +5636,7 @@
|
|
|
5583
5636
|
"immutable": true,
|
|
5584
5637
|
"locationInModule": {
|
|
5585
5638
|
"filename": "src/pipeline-segment.ts",
|
|
5586
|
-
"line":
|
|
5639
|
+
"line": 82
|
|
5587
5640
|
},
|
|
5588
5641
|
"name": "stack",
|
|
5589
5642
|
"type": {
|
|
@@ -5598,23 +5651,7 @@
|
|
|
5598
5651
|
"immutable": true,
|
|
5599
5652
|
"locationInModule": {
|
|
5600
5653
|
"filename": "src/pipeline-segment.ts",
|
|
5601
|
-
"line":
|
|
5602
|
-
},
|
|
5603
|
-
"name": "account",
|
|
5604
|
-
"optional": true,
|
|
5605
|
-
"type": {
|
|
5606
|
-
"primitive": "string"
|
|
5607
|
-
}
|
|
5608
|
-
},
|
|
5609
|
-
{
|
|
5610
|
-
"abstract": true,
|
|
5611
|
-
"docs": {
|
|
5612
|
-
"stability": "stable"
|
|
5613
|
-
},
|
|
5614
|
-
"immutable": true,
|
|
5615
|
-
"locationInModule": {
|
|
5616
|
-
"filename": "src/pipeline-segment.ts",
|
|
5617
|
-
"line": 92
|
|
5654
|
+
"line": 84
|
|
5618
5655
|
},
|
|
5619
5656
|
"name": "environmentVariables",
|
|
5620
5657
|
"optional": true,
|
|
@@ -5635,7 +5672,7 @@
|
|
|
5635
5672
|
"immutable": true,
|
|
5636
5673
|
"locationInModule": {
|
|
5637
5674
|
"filename": "src/pipeline-segment.ts",
|
|
5638
|
-
"line":
|
|
5675
|
+
"line": 87
|
|
5639
5676
|
},
|
|
5640
5677
|
"name": "extraInputs",
|
|
5641
5678
|
"optional": true,
|
|
@@ -5656,7 +5693,7 @@
|
|
|
5656
5693
|
"immutable": true,
|
|
5657
5694
|
"locationInModule": {
|
|
5658
5695
|
"filename": "src/pipeline-segment.ts",
|
|
5659
|
-
"line":
|
|
5696
|
+
"line": 90
|
|
5660
5697
|
},
|
|
5661
5698
|
"name": "manualApproval",
|
|
5662
5699
|
"optional": true,
|
|
@@ -5672,7 +5709,7 @@
|
|
|
5672
5709
|
"immutable": true,
|
|
5673
5710
|
"locationInModule": {
|
|
5674
5711
|
"filename": "src/pipeline-segment.ts",
|
|
5675
|
-
"line":
|
|
5712
|
+
"line": 88
|
|
5676
5713
|
},
|
|
5677
5714
|
"name": "output",
|
|
5678
5715
|
"optional": true,
|
|
@@ -5688,7 +5725,7 @@
|
|
|
5688
5725
|
"immutable": true,
|
|
5689
5726
|
"locationInModule": {
|
|
5690
5727
|
"filename": "src/pipeline-segment.ts",
|
|
5691
|
-
"line":
|
|
5728
|
+
"line": 89
|
|
5692
5729
|
},
|
|
5693
5730
|
"name": "outputFileName",
|
|
5694
5731
|
"optional": true,
|
|
@@ -5704,23 +5741,7 @@
|
|
|
5704
5741
|
"immutable": true,
|
|
5705
5742
|
"locationInModule": {
|
|
5706
5743
|
"filename": "src/pipeline-segment.ts",
|
|
5707
|
-
"line":
|
|
5708
|
-
},
|
|
5709
|
-
"name": "region",
|
|
5710
|
-
"optional": true,
|
|
5711
|
-
"type": {
|
|
5712
|
-
"primitive": "string"
|
|
5713
|
-
}
|
|
5714
|
-
},
|
|
5715
|
-
{
|
|
5716
|
-
"abstract": true,
|
|
5717
|
-
"docs": {
|
|
5718
|
-
"stability": "stable"
|
|
5719
|
-
},
|
|
5720
|
-
"immutable": true,
|
|
5721
|
-
"locationInModule": {
|
|
5722
|
-
"filename": "src/pipeline-segment.ts",
|
|
5723
|
-
"line": 93
|
|
5744
|
+
"line": 85
|
|
5724
5745
|
},
|
|
5725
5746
|
"name": "stackName",
|
|
5726
5747
|
"optional": true,
|
|
@@ -5792,23 +5813,6 @@
|
|
|
5792
5813
|
"fqn": "aws-cdk-lib.aws_codebuild.ProjectProps"
|
|
5793
5814
|
}
|
|
5794
5815
|
},
|
|
5795
|
-
{
|
|
5796
|
-
"abstract": true,
|
|
5797
|
-
"docs": {
|
|
5798
|
-
"stability": "stable",
|
|
5799
|
-
"summary": "The AWS account this Action is supposed to operate in."
|
|
5800
|
-
},
|
|
5801
|
-
"immutable": true,
|
|
5802
|
-
"locationInModule": {
|
|
5803
|
-
"filename": "src/pipeline-segment.ts",
|
|
5804
|
-
"line": 45
|
|
5805
|
-
},
|
|
5806
|
-
"name": "account",
|
|
5807
|
-
"optional": true,
|
|
5808
|
-
"type": {
|
|
5809
|
-
"primitive": "string"
|
|
5810
|
-
}
|
|
5811
|
-
},
|
|
5812
5816
|
{
|
|
5813
5817
|
"abstract": true,
|
|
5814
5818
|
"docs": {
|
|
@@ -5841,7 +5845,7 @@
|
|
|
5841
5845
|
"immutable": true,
|
|
5842
5846
|
"locationInModule": {
|
|
5843
5847
|
"filename": "src/pipeline-segment.ts",
|
|
5844
|
-
"line":
|
|
5848
|
+
"line": 56
|
|
5845
5849
|
},
|
|
5846
5850
|
"name": "manualApproval",
|
|
5847
5851
|
"optional": true,
|
|
@@ -5859,7 +5863,7 @@
|
|
|
5859
5863
|
"immutable": true,
|
|
5860
5864
|
"locationInModule": {
|
|
5861
5865
|
"filename": "src/pipeline-segment.ts",
|
|
5862
|
-
"line":
|
|
5866
|
+
"line": 46
|
|
5863
5867
|
},
|
|
5864
5868
|
"name": "output",
|
|
5865
5869
|
"optional": true,
|
|
@@ -5877,7 +5881,7 @@
|
|
|
5877
5881
|
"immutable": true,
|
|
5878
5882
|
"locationInModule": {
|
|
5879
5883
|
"filename": "src/pipeline-segment.ts",
|
|
5880
|
-
"line":
|
|
5884
|
+
"line": 51
|
|
5881
5885
|
},
|
|
5882
5886
|
"name": "outputFileName",
|
|
5883
5887
|
"optional": true,
|
|
@@ -5885,23 +5889,6 @@
|
|
|
5885
5889
|
"primitive": "string"
|
|
5886
5890
|
}
|
|
5887
5891
|
},
|
|
5888
|
-
{
|
|
5889
|
-
"abstract": true,
|
|
5890
|
-
"docs": {
|
|
5891
|
-
"stability": "stable",
|
|
5892
|
-
"summary": "The AWS region the given Action resides in."
|
|
5893
|
-
},
|
|
5894
|
-
"immutable": true,
|
|
5895
|
-
"locationInModule": {
|
|
5896
|
-
"filename": "src/pipeline-segment.ts",
|
|
5897
|
-
"line": 49
|
|
5898
|
-
},
|
|
5899
|
-
"name": "region",
|
|
5900
|
-
"optional": true,
|
|
5901
|
-
"type": {
|
|
5902
|
-
"primitive": "string"
|
|
5903
|
-
}
|
|
5904
|
-
},
|
|
5905
5892
|
{
|
|
5906
5893
|
"abstract": true,
|
|
5907
5894
|
"docs": {
|
|
@@ -6567,7 +6554,7 @@
|
|
|
6567
6554
|
},
|
|
6568
6555
|
"locationInModule": {
|
|
6569
6556
|
"filename": "src/segment.ts",
|
|
6570
|
-
"line":
|
|
6557
|
+
"line": 31
|
|
6571
6558
|
},
|
|
6572
6559
|
"name": "construct",
|
|
6573
6560
|
"parameters": [
|
|
@@ -6718,7 +6705,7 @@
|
|
|
6718
6705
|
"kind": "class",
|
|
6719
6706
|
"locationInModule": {
|
|
6720
6707
|
"filename": "src/segment.ts",
|
|
6721
|
-
"line":
|
|
6708
|
+
"line": 34
|
|
6722
6709
|
},
|
|
6723
6710
|
"name": "SegmentConstructed",
|
|
6724
6711
|
"properties": [
|
|
@@ -6729,7 +6716,7 @@
|
|
|
6729
6716
|
"immutable": true,
|
|
6730
6717
|
"locationInModule": {
|
|
6731
6718
|
"filename": "src/segment.ts",
|
|
6732
|
-
"line":
|
|
6719
|
+
"line": 36
|
|
6733
6720
|
},
|
|
6734
6721
|
"name": "actions",
|
|
6735
6722
|
"type": {
|
|
@@ -6748,7 +6735,7 @@
|
|
|
6748
6735
|
"immutable": true,
|
|
6749
6736
|
"locationInModule": {
|
|
6750
6737
|
"filename": "src/segment.ts",
|
|
6751
|
-
"line":
|
|
6738
|
+
"line": 35
|
|
6752
6739
|
},
|
|
6753
6740
|
"name": "name",
|
|
6754
6741
|
"type": {
|
|
@@ -6933,7 +6920,7 @@
|
|
|
6933
6920
|
},
|
|
6934
6921
|
"locationInModule": {
|
|
6935
6922
|
"filename": "src/stack-segment.ts",
|
|
6936
|
-
"line":
|
|
6923
|
+
"line": 73
|
|
6937
6924
|
},
|
|
6938
6925
|
"parameters": [
|
|
6939
6926
|
{
|
|
@@ -6947,7 +6934,7 @@
|
|
|
6947
6934
|
"kind": "class",
|
|
6948
6935
|
"locationInModule": {
|
|
6949
6936
|
"filename": "src/stack-segment.ts",
|
|
6950
|
-
"line":
|
|
6937
|
+
"line": 70
|
|
6951
6938
|
},
|
|
6952
6939
|
"methods": [
|
|
6953
6940
|
{
|
|
@@ -6956,7 +6943,7 @@
|
|
|
6956
6943
|
},
|
|
6957
6944
|
"locationInModule": {
|
|
6958
6945
|
"filename": "src/stack-segment.ts",
|
|
6959
|
-
"line":
|
|
6946
|
+
"line": 78
|
|
6960
6947
|
},
|
|
6961
6948
|
"name": "construct",
|
|
6962
6949
|
"overrides": "@flit/cdk-pipeline.Segment",
|
|
@@ -6984,7 +6971,7 @@
|
|
|
6984
6971
|
"immutable": true,
|
|
6985
6972
|
"locationInModule": {
|
|
6986
6973
|
"filename": "src/stack-segment.ts",
|
|
6987
|
-
"line":
|
|
6974
|
+
"line": 71
|
|
6988
6975
|
},
|
|
6989
6976
|
"name": "props",
|
|
6990
6977
|
"type": {
|
|
@@ -7007,7 +6994,7 @@
|
|
|
7007
6994
|
},
|
|
7008
6995
|
"locationInModule": {
|
|
7009
6996
|
"filename": "src/stack-segment.ts",
|
|
7010
|
-
"line":
|
|
6997
|
+
"line": 107
|
|
7011
6998
|
},
|
|
7012
6999
|
"parameters": [
|
|
7013
7000
|
{
|
|
@@ -7033,7 +7020,7 @@
|
|
|
7033
7020
|
"kind": "class",
|
|
7034
7021
|
"locationInModule": {
|
|
7035
7022
|
"filename": "src/stack-segment.ts",
|
|
7036
|
-
"line":
|
|
7023
|
+
"line": 103
|
|
7037
7024
|
},
|
|
7038
7025
|
"name": "StackSegmentConstructed",
|
|
7039
7026
|
"properties": [
|
|
@@ -7044,7 +7031,7 @@
|
|
|
7044
7031
|
"immutable": true,
|
|
7045
7032
|
"locationInModule": {
|
|
7046
7033
|
"filename": "src/stack-segment.ts",
|
|
7047
|
-
"line":
|
|
7034
|
+
"line": 105
|
|
7048
7035
|
},
|
|
7049
7036
|
"name": "actions",
|
|
7050
7037
|
"overrides": "@flit/cdk-pipeline.SegmentConstructed",
|
|
@@ -7064,7 +7051,7 @@
|
|
|
7064
7051
|
"immutable": true,
|
|
7065
7052
|
"locationInModule": {
|
|
7066
7053
|
"filename": "src/stack-segment.ts",
|
|
7067
|
-
"line":
|
|
7054
|
+
"line": 104
|
|
7068
7055
|
},
|
|
7069
7056
|
"name": "name",
|
|
7070
7057
|
"overrides": "@flit/cdk-pipeline.SegmentConstructed",
|
|
@@ -7085,7 +7072,7 @@
|
|
|
7085
7072
|
"kind": "interface",
|
|
7086
7073
|
"locationInModule": {
|
|
7087
7074
|
"filename": "src/stack-segment.ts",
|
|
7088
|
-
"line":
|
|
7075
|
+
"line": 91
|
|
7089
7076
|
},
|
|
7090
7077
|
"name": "StackSegmentConstructedProps",
|
|
7091
7078
|
"properties": [
|
|
@@ -7097,7 +7084,7 @@
|
|
|
7097
7084
|
"immutable": true,
|
|
7098
7085
|
"locationInModule": {
|
|
7099
7086
|
"filename": "src/stack-segment.ts",
|
|
7100
|
-
"line":
|
|
7087
|
+
"line": 96
|
|
7101
7088
|
},
|
|
7102
7089
|
"name": "input",
|
|
7103
7090
|
"type": {
|
|
@@ -7112,7 +7099,7 @@
|
|
|
7112
7099
|
"immutable": true,
|
|
7113
7100
|
"locationInModule": {
|
|
7114
7101
|
"filename": "src/stack-segment.ts",
|
|
7115
|
-
"line":
|
|
7102
|
+
"line": 92
|
|
7116
7103
|
},
|
|
7117
7104
|
"name": "stack",
|
|
7118
7105
|
"type": {
|
|
@@ -7127,23 +7114,7 @@
|
|
|
7127
7114
|
"immutable": true,
|
|
7128
7115
|
"locationInModule": {
|
|
7129
7116
|
"filename": "src/stack-segment.ts",
|
|
7130
|
-
"line":
|
|
7131
|
-
},
|
|
7132
|
-
"name": "account",
|
|
7133
|
-
"optional": true,
|
|
7134
|
-
"type": {
|
|
7135
|
-
"primitive": "string"
|
|
7136
|
-
}
|
|
7137
|
-
},
|
|
7138
|
-
{
|
|
7139
|
-
"abstract": true,
|
|
7140
|
-
"docs": {
|
|
7141
|
-
"stability": "stable"
|
|
7142
|
-
},
|
|
7143
|
-
"immutable": true,
|
|
7144
|
-
"locationInModule": {
|
|
7145
|
-
"filename": "src/stack-segment.ts",
|
|
7146
|
-
"line": 103
|
|
7117
|
+
"line": 94
|
|
7147
7118
|
},
|
|
7148
7119
|
"name": "environmentVariables",
|
|
7149
7120
|
"optional": true,
|
|
@@ -7164,7 +7135,7 @@
|
|
|
7164
7135
|
"immutable": true,
|
|
7165
7136
|
"locationInModule": {
|
|
7166
7137
|
"filename": "src/stack-segment.ts",
|
|
7167
|
-
"line":
|
|
7138
|
+
"line": 97
|
|
7168
7139
|
},
|
|
7169
7140
|
"name": "extraInputs",
|
|
7170
7141
|
"optional": true,
|
|
@@ -7185,7 +7156,7 @@
|
|
|
7185
7156
|
"immutable": true,
|
|
7186
7157
|
"locationInModule": {
|
|
7187
7158
|
"filename": "src/stack-segment.ts",
|
|
7188
|
-
"line":
|
|
7159
|
+
"line": 100
|
|
7189
7160
|
},
|
|
7190
7161
|
"name": "manualApproval",
|
|
7191
7162
|
"optional": true,
|
|
@@ -7201,7 +7172,7 @@
|
|
|
7201
7172
|
"immutable": true,
|
|
7202
7173
|
"locationInModule": {
|
|
7203
7174
|
"filename": "src/stack-segment.ts",
|
|
7204
|
-
"line":
|
|
7175
|
+
"line": 98
|
|
7205
7176
|
},
|
|
7206
7177
|
"name": "output",
|
|
7207
7178
|
"optional": true,
|
|
@@ -7217,7 +7188,7 @@
|
|
|
7217
7188
|
"immutable": true,
|
|
7218
7189
|
"locationInModule": {
|
|
7219
7190
|
"filename": "src/stack-segment.ts",
|
|
7220
|
-
"line":
|
|
7191
|
+
"line": 99
|
|
7221
7192
|
},
|
|
7222
7193
|
"name": "outputFileName",
|
|
7223
7194
|
"optional": true,
|
|
@@ -7233,7 +7204,7 @@
|
|
|
7233
7204
|
"immutable": true,
|
|
7234
7205
|
"locationInModule": {
|
|
7235
7206
|
"filename": "src/stack-segment.ts",
|
|
7236
|
-
"line":
|
|
7207
|
+
"line": 93
|
|
7237
7208
|
},
|
|
7238
7209
|
"name": "project",
|
|
7239
7210
|
"optional": true,
|
|
@@ -7249,23 +7220,7 @@
|
|
|
7249
7220
|
"immutable": true,
|
|
7250
7221
|
"locationInModule": {
|
|
7251
7222
|
"filename": "src/stack-segment.ts",
|
|
7252
|
-
"line":
|
|
7253
|
-
},
|
|
7254
|
-
"name": "region",
|
|
7255
|
-
"optional": true,
|
|
7256
|
-
"type": {
|
|
7257
|
-
"primitive": "string"
|
|
7258
|
-
}
|
|
7259
|
-
},
|
|
7260
|
-
{
|
|
7261
|
-
"abstract": true,
|
|
7262
|
-
"docs": {
|
|
7263
|
-
"stability": "stable"
|
|
7264
|
-
},
|
|
7265
|
-
"immutable": true,
|
|
7266
|
-
"locationInModule": {
|
|
7267
|
-
"filename": "src/stack-segment.ts",
|
|
7268
|
-
"line": 104
|
|
7223
|
+
"line": 95
|
|
7269
7224
|
},
|
|
7270
7225
|
"name": "stackName",
|
|
7271
7226
|
"optional": true,
|
|
@@ -7336,23 +7291,6 @@
|
|
|
7336
7291
|
"fqn": "aws-cdk-lib.Stack"
|
|
7337
7292
|
}
|
|
7338
7293
|
},
|
|
7339
|
-
{
|
|
7340
|
-
"abstract": true,
|
|
7341
|
-
"docs": {
|
|
7342
|
-
"stability": "stable",
|
|
7343
|
-
"summary": "The AWS account this Action is supposed to operate in."
|
|
7344
|
-
},
|
|
7345
|
-
"immutable": true,
|
|
7346
|
-
"locationInModule": {
|
|
7347
|
-
"filename": "src/stack-segment.ts",
|
|
7348
|
-
"line": 54
|
|
7349
|
-
},
|
|
7350
|
-
"name": "account",
|
|
7351
|
-
"optional": true,
|
|
7352
|
-
"type": {
|
|
7353
|
-
"primitive": "string"
|
|
7354
|
-
}
|
|
7355
|
-
},
|
|
7356
7294
|
{
|
|
7357
7295
|
"abstract": true,
|
|
7358
7296
|
"docs": {
|
|
@@ -7378,14 +7316,14 @@
|
|
|
7378
7316
|
{
|
|
7379
7317
|
"abstract": true,
|
|
7380
7318
|
"docs": {
|
|
7381
|
-
"default": "false",
|
|
7319
|
+
"default": "`false``",
|
|
7382
7320
|
"stability": "stable",
|
|
7383
7321
|
"summary": "Does this stage require manual approval of the change set?"
|
|
7384
7322
|
},
|
|
7385
7323
|
"immutable": true,
|
|
7386
7324
|
"locationInModule": {
|
|
7387
7325
|
"filename": "src/stack-segment.ts",
|
|
7388
|
-
"line":
|
|
7326
|
+
"line": 64
|
|
7389
7327
|
},
|
|
7390
7328
|
"name": "manualApproval",
|
|
7391
7329
|
"optional": true,
|
|
@@ -7396,14 +7334,13 @@
|
|
|
7396
7334
|
{
|
|
7397
7335
|
"abstract": true,
|
|
7398
7336
|
"docs": {
|
|
7399
|
-
"default": "no output artifact",
|
|
7400
7337
|
"stability": "stable",
|
|
7401
7338
|
"summary": "The artifact to hold the stack deployment output file."
|
|
7402
7339
|
},
|
|
7403
7340
|
"immutable": true,
|
|
7404
7341
|
"locationInModule": {
|
|
7405
7342
|
"filename": "src/stack-segment.ts",
|
|
7406
|
-
"line":
|
|
7343
|
+
"line": 54
|
|
7407
7344
|
},
|
|
7408
7345
|
"name": "output",
|
|
7409
7346
|
"optional": true,
|
|
@@ -7414,14 +7351,14 @@
|
|
|
7414
7351
|
{
|
|
7415
7352
|
"abstract": true,
|
|
7416
7353
|
"docs": {
|
|
7417
|
-
"default": "artifact.json",
|
|
7354
|
+
"default": "`\"artifact.json\"``",
|
|
7418
7355
|
"stability": "stable",
|
|
7419
7356
|
"summary": "The filename for the file in the output artifact."
|
|
7420
7357
|
},
|
|
7421
7358
|
"immutable": true,
|
|
7422
7359
|
"locationInModule": {
|
|
7423
7360
|
"filename": "src/stack-segment.ts",
|
|
7424
|
-
"line":
|
|
7361
|
+
"line": 59
|
|
7425
7362
|
},
|
|
7426
7363
|
"name": "outputFileName",
|
|
7427
7364
|
"optional": true,
|
|
@@ -7447,23 +7384,6 @@
|
|
|
7447
7384
|
"fqn": "aws-cdk-lib.aws_codebuild.ProjectProps"
|
|
7448
7385
|
}
|
|
7449
7386
|
},
|
|
7450
|
-
{
|
|
7451
|
-
"abstract": true,
|
|
7452
|
-
"docs": {
|
|
7453
|
-
"stability": "stable",
|
|
7454
|
-
"summary": "The AWS region the given Action resides in."
|
|
7455
|
-
},
|
|
7456
|
-
"immutable": true,
|
|
7457
|
-
"locationInModule": {
|
|
7458
|
-
"filename": "src/stack-segment.ts",
|
|
7459
|
-
"line": 58
|
|
7460
|
-
},
|
|
7461
|
-
"name": "region",
|
|
7462
|
-
"optional": true,
|
|
7463
|
-
"type": {
|
|
7464
|
-
"primitive": "string"
|
|
7465
|
-
}
|
|
7466
|
-
},
|
|
7467
7387
|
{
|
|
7468
7388
|
"abstract": true,
|
|
7469
7389
|
"docs": {
|
|
@@ -7484,9 +7404,7 @@
|
|
|
7484
7404
|
{
|
|
7485
7405
|
"abstract": true,
|
|
7486
7406
|
"docs": {
|
|
7487
|
-
"
|
|
7488
|
-
"deafult": "The name of the given stack."
|
|
7489
|
-
},
|
|
7407
|
+
"default": "The name of the given stack.",
|
|
7490
7408
|
"stability": "stable",
|
|
7491
7409
|
"summary": "The name of the stack to deploy the changes to."
|
|
7492
7410
|
},
|
|
@@ -7505,6 +7423,6 @@
|
|
|
7505
7423
|
"symbolId": "src/stack-segment:StackSegmentProps"
|
|
7506
7424
|
}
|
|
7507
7425
|
},
|
|
7508
|
-
"version": "1.
|
|
7509
|
-
"fingerprint": "
|
|
7426
|
+
"version": "1.2.0",
|
|
7427
|
+
"fingerprint": "KmyD7W9hUmmzASNl6i7nrQZn4c8PBCSF/yWqYOsz3G0="
|
|
7510
7428
|
}
|