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: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ The official samples repository https://github.com/aws-samples/generative-ai-cdk
119
119
120
120
# Operational Metrics Collection
121
121
122
-
Provided CDK constructs collect anonymous operational metrics to help AWS improve the quality and features of the constructs. Data collection is subject to the AWS Privacy Policy (https://aws.amazon.com/privacy/). To opt out of this feature, simply disable it by setting the construct property "enableOperationalMetric" to false for each construct used. Defaults to true.
122
+
Generative AI CDK Constructs may collect anonymous operational metrics, including: the region a construct is deployed, the name and version of the construct deployed, and related information. We may use the metrics to maintain, provide, develop, and improve the constructs and AWS services.
// Description format :(usage id :uksb-1tupboc45)(version:0.0.0) (constructs :::{\"C1\":1,\"C2\":5,\"C3\":3,\"C4\":0,\"C5\":0,\"C6\":0,\"C7\":0,\"C8\":0}) ",
164
-
// where C1,C2, etc are mapped with construct-name-enum and the values shows the number of time stack created/deleted.
// Description format :(usage id :uksb-1tupboc45)(version:0.0.0) (constructs :::{\"C1\":1,\"C2\":5,\"C3\":3,\"C4\":0,\"C5\":0,\"C6\":0,\"C7\":0,\"C8\":0}) ",
145
+
// where C1,C2, etc are mapped with construct-name-enum and the values shows the number of time stack created/deleted.
Copy file name to clipboardExpand all lines: src/patterns/gen-ai/aws-contentgen-appsync-lambda/README.md
-1
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,6 @@ Parameters
246
246
| eventBusProps |[events.EventBusProps](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.EventBusProps.html)|| A new custom event bus is created with provided props. Providing both ```existingBusInterface``` and ```eventBusProps``` will result in an error.|
247
247
| existingMergedApi |[appsync.CfnGraphQLApi](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_appsync.CfnGraphQLApi.html)|| Existing Merged API instance. The Merged API provides a federated schema over source API schemas.|
248
248
| observability | boolean || Enables observability on all services used. Warning: associated costs with the services used. It is a best practice to enable by default. Defaults to true.|
249
-
| enableOperationalMetric | boolean || CDK construct collect anonymous operational metrics to help AWS improve the quality and features of the constructs. Data collection is subject to the AWS Privacy Policy (https://aws.amazon.com/privacy/). To opt out of this feature, simply disable it by setting the construct property "enableOperationalMetric" to false for each construct used. Defaults to true.|
250
249
| stage | string || Value will be appended to resources name service. |
251
250
| customDockerLambdaProps |[DockerLambdaCustomProps](../../../common/props/DockerLambdaCustomProps.ts)|| Allows to provide question answering custom lambda code and settings instead of the default construct implementation.|
0 commit comments