Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-cloudformation

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-cloudformation - npm Package Compare versions

Comparing version 1.70.0 to 1.71.0

49

lib/cloudformation.generated.d.ts
import * as cdk from '@aws-cdk/core';
import * as cfn_parse from '@aws-cdk/core/lib/cfn-parse';
/**

@@ -32,2 +33,10 @@ * Properties for defining a `AWS::CloudFormation::CustomResource`.

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnCustomResource;
/**
* `AWS::CloudFormation::CustomResource.ServiceToken`.

@@ -128,2 +137,10 @@ *

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnMacro;
/**
* `AWS::CloudFormation::Macro.FunctionName`.

@@ -254,2 +271,10 @@ *

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnStack;
/**
* `AWS::CloudFormation::Stack.TemplateURL`.

@@ -436,2 +461,10 @@ *

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnStackSet;
/**
* @external

@@ -780,2 +813,10 @@ * @cloudformationAttribute StackSetId

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnWaitCondition;
/**
* @external

@@ -852,2 +893,10 @@ * @cloudformationAttribute Data

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @internal
*/
static _fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any, options: cfn_parse.FromCloudFormationOptions): CfnWaitConditionHandle;
/**
* Create a new `AWS::CloudFormation::WaitConditionHandle`.

@@ -854,0 +903,0 @@ *

52

package.json
{
"name": "@aws-cdk/aws-cloudformation",
"version": "1.70.0",
"version": "1.71.0",
"description": "The CDK Construct Library for AWS::CloudFormation",

@@ -71,34 +71,34 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.70.0",
"@aws-cdk/aws-events": "1.70.0",
"@aws-cdk/aws-s3-assets": "1.70.0",
"@aws-cdk/aws-sns-subscriptions": "1.70.0",
"@aws-cdk/aws-sqs": "1.70.0",
"@aws-cdk/aws-ssm": "1.70.0",
"@types/aws-lambda": "^8.10.63",
"@aws-cdk/assert": "1.71.0",
"@aws-cdk/aws-events": "1.71.0",
"@aws-cdk/aws-s3-assets": "1.71.0",
"@aws-cdk/aws-sns-subscriptions": "1.71.0",
"@aws-cdk/aws-sqs": "1.71.0",
"@aws-cdk/aws-ssm": "1.71.0",
"@types/aws-lambda": "^8.10.64",
"@types/nodeunit": "^0.0.31",
"cdk-build-tools": "1.70.0",
"cdk-integ-tools": "1.70.0",
"cfn2ts": "1.70.0",
"cdk-build-tools": "1.71.0",
"cdk-integ-tools": "1.71.0",
"cfn2ts": "1.71.0",
"nodeunit": "^0.11.3",
"pkglint": "1.70.0"
"pkglint": "1.71.0"
},
"dependencies": {
"@aws-cdk/aws-iam": "1.70.0",
"@aws-cdk/aws-lambda": "1.70.0",
"@aws-cdk/aws-s3": "1.70.0",
"@aws-cdk/aws-sns": "1.70.0",
"@aws-cdk/core": "1.70.0",
"@aws-cdk/cx-api": "1.70.0",
"constructs": "^3.0.4"
"@aws-cdk/aws-iam": "1.71.0",
"@aws-cdk/aws-lambda": "1.71.0",
"@aws-cdk/aws-s3": "1.71.0",
"@aws-cdk/aws-sns": "1.71.0",
"@aws-cdk/core": "1.71.0",
"@aws-cdk/cx-api": "1.71.0",
"constructs": "^3.2.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-iam": "1.70.0",
"@aws-cdk/aws-lambda": "1.70.0",
"@aws-cdk/aws-s3": "1.70.0",
"@aws-cdk/aws-sns": "1.70.0",
"@aws-cdk/core": "1.70.0",
"@aws-cdk/cx-api": "1.70.0",
"constructs": "^3.0.4"
"@aws-cdk/aws-iam": "1.71.0",
"@aws-cdk/aws-lambda": "1.71.0",
"@aws-cdk/aws-s3": "1.71.0",
"@aws-cdk/aws-sns": "1.71.0",
"@aws-cdk/core": "1.71.0",
"@aws-cdk/cx-api": "1.71.0",
"constructs": "^3.2.0"
},

@@ -105,0 +105,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc