You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Copy file name to clipboardExpand all lines: CHANGELOG.v2.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,17 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Copy file name to clipboardExpand all lines: source/patterns/@aws-solutions-constructs/aws-iot-lambda-dynamodb/test/integ.iot-lambda-dynamodb.expected.json
| existingStreamObj? |[`kinesis.Stream`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-kinesis.Stream.html)| Existing instance of Kinesis Stream, providing both this and `kinesisStreamProps` will cause an error. |
90
+
| existingStreamObj? |[`kinesis.Stream`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-kinesis.Stream.html)| Existing instance of Kinesis Stream, providing both this and `kinesisStreamProps` will cause an error. |
91
91
| kinesisStreamProps? |[`kinesis.StreamProps`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-kinesis.StreamProps.html)| Optional user-provided props to override the default props for the Kinesis stream. |
92
92
| glueJobProps? |[`cfnJob.CfnJobProps`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-glue.CfnJobProps.html)| User provided props to override the default props for the AWS Glue Job. |
93
-
| existingGlueJob? |[`cfnJob.CfnJob`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-glue.CfnJob.html)| Existing instance of AWS Glue Job, providing both this and `glueJobProps` will cause an error. |
93
+
| existingGlueJob? |[`cfnJob.CfnJob`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-glue.CfnJob.html)| Existing instance of AWS Glue Job, providing both this and `glueJobProps` will cause an error. |
94
94
| fieldSchema? |[`CfnTable.ColumnProperty[]`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-glue.CfnTable.ColumnProperty.html)| User provided schema structure to create an AWS Glue Table. |
95
95
| existingTable? |[`CfnTable`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-glue.CfnTable.html)| Existing instance of AWS Glue Table. If this is set, tableProps and fieldSchema are ignored. |
96
96
| tableProps? |[`CfnTableProps`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-glue.TableProps.html)| User provided AWS Glue Table props to override default props used to create a Glue Table. |
97
97
| existingDatabase? |[`CfnDatabase`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-glue.CfnDatabase.html)| Existing instance of AWS Glue Database. If this is set, then databaseProps is ignored. |
98
98
| databaseProps? |[`CfnDatabaseProps`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-glue.CfnDatabaseProps.html)| User provided Glue Database Props to override the default props used to create the Glue Database. |
99
99
| outputDataStore? |[`SinkDataStoreProps`](#sinkdatastoreprops)| User provided properties for S3 bucket that stores Glue Job output. Current datastore types suported is only S3. |
100
100
|createCloudWatchAlarms?|`boolean`|Whether to create recommended CloudWatch alarms for Kinesis Data Stream. Default value is set to `true`.|
101
+
| etlCodeAsset? |[s3assets.Asset](https://docs.aws.amazon.com/cdk/api/v1/docs/@aws-cdk_aws-s3-assets.Asset.html)| User provided instance of the Asset class that represents the ETL code on the local filesytem |
reason: "Glue Security Configuration does not have an ARN, and the policy only allows reading the configuration. CloudWatch metrics also do not have an ARN but adding a namespace condition to the policy to allow it to publish metrics only for AWS Glue"
286
+
id: "W12",
287
+
reason: "Glue Security Configuration does not have an ARN, and the policy only allows reading the configuration. CloudWatch metrics also do not have an ARN but adding a namespace condition to the policy to allow it to publish metrics only for AWS Glue",
0 commit comments