UNPKG

@cdk-cloudformation/redis-cloud-peering

Version:

CloudFormation template for Subscription Peering.

73 lines (72 loc) 1.77 kB
{ "name": "@cdk-cloudformation/redis-cloud-peering", "description": "CloudFormation template for Subscription Peering.", "version": "1.0.0-alpha.7", "author": { "name": "Amazon Web Services", "url": "https://aws.amazon.com", "organization": true }, "keywords": [ "cdk", "awscdk", "aws-cdk", "cloudformation", "cfn", "extensions", "constructs", "cfn-resources", "cloudformation-registry", "l1", "redis", "cloud", "peering" ], "repository": { "type": "git", "url": "https://github.com/cdklabs/cdk-cloudformation.git", "directory": "packages/@cdk-cloudformation/redis-cloud-peering" }, "main": "lib/index.js", "types": "lib/index.d.ts", "publishConfig": { "access": "public" }, "jsii": { "outdir": "dist", "targets": { "java": { "package": "io.github.cdklabs.cdk_cloudformation.redis_cloud_peering", "maven": { "groupId": "io.github.cdklabs.cdk_cloudformation", "artifactId": "redis-cloud-peering" } }, "python": { "distName": "cdk-cloudformation-redis-cloud-peering", "module": "cdk_cloudformation_redis_cloud_peering" }, "dotnet": { "namespace": "CdkCloudFormation.RedisCloudPeering", "packageId": "CdkCloudFormation.RedisCloudPeering" } }, "tsc": { "outDir": "lib", "rootDir": "src", "types": [ "node" ] } }, "peerDependencies": { "aws-cdk-lib": "^2.173.4", "constructs": "^10.4.2" }, "devDependencies": { "aws-cdk-lib": "2.173.4", "constructs": "10.4.2" }, "license": "Apache-2.0", "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }