@aws-cdk/aws-elasticache
Advanced tools
Comparing version 0.23.0 to 0.24.0
@@ -105,3 +105,3 @@ import cdk = require('@aws-cdk/cdk'); | ||
*/ | ||
tags?: Array<cdk.Tag | cdk.Token> | cdk.Token; | ||
tags?: Array<cdk.CfnTag | cdk.Token> | cdk.Token; | ||
/** | ||
@@ -139,2 +139,11 @@ * ``AWS::ElastiCache::CacheCluster.VpcSecurityGroupIds`` | ||
/** | ||
* The ``TagManager`` handles setting, removing and formatting tags | ||
* | ||
* Tags should be managed either passing them as properties during | ||
* initiation or by calling methods on this object. If both techniques are | ||
* used only the tags from the TagManager will be used. ``Tag`` (aspect) | ||
* will use the manager. | ||
*/ | ||
readonly tags: cdk.TagManager; | ||
/** | ||
* Creates a new ``AWS::ElastiCache::CacheCluster``. | ||
@@ -339,3 +348,3 @@ * | ||
*/ | ||
tags?: Array<cdk.Tag | cdk.Token> | cdk.Token; | ||
tags?: Array<cdk.CfnTag | cdk.Token> | cdk.Token; | ||
/** | ||
@@ -389,2 +398,11 @@ * ``AWS::ElastiCache::ReplicationGroup.TransitEncryptionEnabled`` | ||
/** | ||
* The ``TagManager`` handles setting, removing and formatting tags | ||
* | ||
* Tags should be managed either passing them as properties during | ||
* initiation or by calling methods on this object. If both techniques are | ||
* used only the tags from the TagManager will be used. ``Tag`` (aspect) | ||
* will use the manager. | ||
*/ | ||
readonly tags: cdk.TagManager; | ||
/** | ||
* Creates a new ``AWS::ElastiCache::ReplicationGroup``. | ||
@@ -391,0 +409,0 @@ * |
{ | ||
"name": "@aws-cdk/aws-elasticache", | ||
"version": "0.23.0", | ||
"version": "0.24.0", | ||
"description": "The CDK Construct Library for AWS::ElastiCache", | ||
@@ -57,13 +57,13 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assert": "^0.23.0", | ||
"cdk-build-tools": "^0.23.0", | ||
"cfn2ts": "^0.23.0", | ||
"pkglint": "^0.23.0" | ||
"@aws-cdk/assert": "^0.24.0", | ||
"cdk-build-tools": "^0.24.0", | ||
"cfn2ts": "^0.24.0", | ||
"pkglint": "^0.24.0" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/cdk": "^0.23.0" | ||
"@aws-cdk/cdk": "^0.24.0" | ||
}, | ||
"homepage": "https://github.com/awslabs/aws-cdk", | ||
"peerDependencies": { | ||
"@aws-cdk/cdk": "^0.23.0" | ||
"@aws-cdk/cdk": "^0.24.0" | ||
}, | ||
@@ -73,2 +73,2 @@ "engines": { | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
247975
14
1182
+ Added@aws-cdk/cdk@0.24.1(transitive)
+ Added@aws-cdk/cx-api@0.24.1(transitive)
- Removed@aws-cdk/cdk@0.23.0(transitive)
- Removed@aws-cdk/cx-api@0.23.0(transitive)
Updated@aws-cdk/cdk@^0.24.0