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

@aws-cdk/aws-acmpca

Package Overview
Dependencies
Maintainers
5
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.70.0 to 1.71.0

25

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

@@ -60,2 +61,10 @@ * Properties for defining a `AWS::ACMPCA::Certificate`.

/**
* 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): CfnCertificate;
/**
* @external

@@ -230,2 +239,10 @@ * @cloudformationAttribute Arn

/**
* 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): CfnCertificateAuthority;
/**
* @external

@@ -542,2 +559,10 @@ * @cloudformationAttribute Arn

/**
* 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): CfnCertificateAuthorityActivation;
/**
* @external

@@ -544,0 +569,0 @@ * @cloudformationAttribute CompleteCertificateChain

18

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

@@ -77,14 +77,14 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.70.0",
"cdk-build-tools": "1.70.0",
"cfn2ts": "1.70.0",
"pkglint": "1.70.0"
"@aws-cdk/assert": "1.71.0",
"cdk-build-tools": "1.71.0",
"cfn2ts": "1.71.0",
"pkglint": "1.71.0"
},
"dependencies": {
"@aws-cdk/core": "1.70.0",
"constructs": "^3.0.4"
"@aws-cdk/core": "1.71.0",
"constructs": "^3.2.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.70.0",
"constructs": "^3.0.4"
"@aws-cdk/core": "1.71.0",
"constructs": "^3.2.0"
},

@@ -91,0 +91,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