Skip to content

Commit

Permalink
feat: cloudformation registry update (#446)
Browse files Browse the repository at this point in the history
* feat: cloudformation registry update

* chore: self mutation

Signed-off-by: github-actions <github-actions@github.com>

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: mergify <mergify@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people committed Nov 20, 2023
1 parent 3c2aa84 commit f8b1b97
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# datadog-monitors-monitor

> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `Datadog::Monitors::Monitor` v4.7.0.
> AWS CDK [L1 construct] and data structures for the [AWS CloudFormation Registry] type `Datadog::Monitors::Monitor` v4.7.1.
[L1 construct]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html
[AWS CloudFormation Registry]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry.html

## Description

Datadog Monitor 4.7.0
Datadog Monitor 4.7.1

## Usage

Expand Down Expand Up @@ -35,7 +35,7 @@ You can find more information about activating this type in the [AWS CloudFormat

This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation] project based on the API schema published for `Datadog::Monitors::Monitor`.

* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fdatadog-monitors-monitor+v4.7.0).
* Issues related to this generated library should be [reported here](https://github.com/cdklabs/cdk-cloudformation/issues/new?title=Issue+with+%40cdk-cloudformation%2Fdatadog-monitors-monitor+v4.7.1).
* Issues related to `Datadog::Monitors::Monitor` should be reported to the [publisher](undefined).

[cdklabs/cdk-cloudformation]: https://github.com/cdklabs/cdk-cloudformation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cdk-cloudformation/datadog-monitors-monitor",
"description": "Datadog Monitor 4.7.0",
"version": "4.7.0-alpha.7",
"description": "Datadog Monitor 4.7.1",
"version": "4.7.1-alpha.7",
"author": {
"name": "Amazon Web Services",
"url": "https://aws.amazon.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as cdk from 'aws-cdk-lib';
import * as constructs from 'constructs';

/**
* Datadog Monitor 4.7.0
* Datadog Monitor 4.7.1
*
* @schema CfnMonitorProps
*/
Expand Down Expand Up @@ -222,7 +222,7 @@ export interface MonitorOptions {
readonly noDataTimeframe?: number;

/**
* Whether or not to notify tagged users when changes are made to the monitor
* A Boolean indicating whether tagged users is notified on changes to this monitor.
*
* @schema MonitorOptions#NotifyAudit
*/
Expand Down
Loading

0 comments on commit f8b1b97

Please sign in to comment.