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

@aws-cdk/aws-efs

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-efs - npm Package Compare versions

Comparing version 1.140.0 to 1.141.0

6

.warnings.jsii.js

@@ -25,4 +25,2 @@ function _aws_cdk_aws_efs_LifecyclePolicy(p) {

}
function _aws_cdk_aws_efs_IAccessPoint(p) {
}
function _aws_cdk_aws_efs_AccessPointProps(p) {

@@ -40,2 +38,4 @@ if (p == null)

}
function _aws_cdk_aws_efs_IAccessPoint(p) {
}
function _aws_cdk_aws_efs_AccessPointOptions(p) {

@@ -116,3 +116,3 @@ if (p == null)

}
module.exports = { print, _aws_cdk_aws_efs_LifecyclePolicy, _aws_cdk_aws_efs_OutOfInfrequentAccessPolicy, _aws_cdk_aws_efs_PerformanceMode, _aws_cdk_aws_efs_ThroughputMode, _aws_cdk_aws_efs_Acl, _aws_cdk_aws_efs_PosixUser, _aws_cdk_aws_efs_CfnMountTargetProps, _aws_cdk_aws_efs_FileSystemAttributes, _aws_cdk_aws_efs_AccessPointAttributes, _aws_cdk_aws_efs_IAccessPoint, _aws_cdk_aws_efs_AccessPointProps, _aws_cdk_aws_efs_AccessPointOptions, _aws_cdk_aws_efs_IFileSystem, _aws_cdk_aws_efs_CfnMountTarget, _aws_cdk_aws_efs_CfnAccessPointProps, _aws_cdk_aws_efs_CfnFileSystemProps, _aws_cdk_aws_efs_AccessPoint, _aws_cdk_aws_efs_CfnAccessPoint, _aws_cdk_aws_efs_CfnAccessPoint_CreationInfoProperty, _aws_cdk_aws_efs_CfnAccessPoint_AccessPointTagProperty, _aws_cdk_aws_efs_CfnAccessPoint_PosixUserProperty, _aws_cdk_aws_efs_FileSystem, _aws_cdk_aws_efs_CfnFileSystem, _aws_cdk_aws_efs_CfnFileSystem_BackupPolicyProperty, _aws_cdk_aws_efs_CfnFileSystem_ElasticFileSystemTagProperty, _aws_cdk_aws_efs_CfnFileSystem_LifecyclePolicyProperty, _aws_cdk_aws_efs_CfnAccessPoint_RootDirectoryProperty, _aws_cdk_aws_efs_FileSystemProps };
module.exports = { print, _aws_cdk_aws_efs_LifecyclePolicy, _aws_cdk_aws_efs_OutOfInfrequentAccessPolicy, _aws_cdk_aws_efs_PerformanceMode, _aws_cdk_aws_efs_ThroughputMode, _aws_cdk_aws_efs_Acl, _aws_cdk_aws_efs_PosixUser, _aws_cdk_aws_efs_CfnMountTargetProps, _aws_cdk_aws_efs_FileSystemAttributes, _aws_cdk_aws_efs_AccessPointAttributes, _aws_cdk_aws_efs_AccessPointProps, _aws_cdk_aws_efs_IAccessPoint, _aws_cdk_aws_efs_AccessPointOptions, _aws_cdk_aws_efs_IFileSystem, _aws_cdk_aws_efs_CfnMountTarget, _aws_cdk_aws_efs_CfnAccessPointProps, _aws_cdk_aws_efs_CfnFileSystemProps, _aws_cdk_aws_efs_AccessPoint, _aws_cdk_aws_efs_CfnAccessPoint, _aws_cdk_aws_efs_CfnAccessPoint_CreationInfoProperty, _aws_cdk_aws_efs_CfnAccessPoint_AccessPointTagProperty, _aws_cdk_aws_efs_CfnAccessPoint_PosixUserProperty, _aws_cdk_aws_efs_FileSystem, _aws_cdk_aws_efs_CfnFileSystem, _aws_cdk_aws_efs_CfnFileSystem_BackupPolicyProperty, _aws_cdk_aws_efs_CfnFileSystem_ElasticFileSystemTagProperty, _aws_cdk_aws_efs_CfnFileSystem_LifecyclePolicyProperty, _aws_cdk_aws_efs_CfnAccessPoint_RootDirectoryProperty, _aws_cdk_aws_efs_FileSystemProps };
module.exports.DeprecationError = DeprecationError;

@@ -69,3 +69,3 @@ "use strict";

_a = JSII_RTTI_SYMBOL_1;
AccessPoint[_a] = { fqn: "@aws-cdk/aws-efs.AccessPoint", version: "1.140.0" };
AccessPoint[_a] = { fqn: "@aws-cdk/aws-efs.AccessPoint", version: "1.141.0" };
class ImportedAccessPoint extends AccessPointBase {

@@ -72,0 +72,0 @@ constructor(scope, id, attrs) {

@@ -168,3 +168,3 @@ "use strict";

_a = JSII_RTTI_SYMBOL_1;
FileSystem[_a] = { fqn: "@aws-cdk/aws-efs.FileSystem", version: "1.140.0" };
FileSystem[_a] = { fqn: "@aws-cdk/aws-efs.FileSystem", version: "1.141.0" };
/**

@@ -171,0 +171,0 @@ * The default port File System listens on.

@@ -13,2 +13,4 @@ import * as cdk from '@aws-cdk/core';

*
* Accepts only the ID format for input when specifying a file system, for example `fs-0123456789abcedf2` .
*
* @external

@@ -92,2 +94,4 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid

*
* Accepts only the ID format for input when specifying a file system, for example `fs-0123456789abcedf2` .
*
* @external

@@ -360,4 +364,6 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-accesspoint.html#cfn-efs-accesspoint-filesystemid

/**
* `AWS::EFS::FileSystem.BypassPolicyLockoutSafetyCheck`.
* (Optional) Use this boolean to use or bypass the `FileSystemPolicy` lockout safety check.
*
* The policy lockout safety check determines if the `FileSystemPolicy` in the request will lock out the IAM principal making the request, preventing them from making future `PutFileSystemPolicy` requests on the file system. Set `BypassPolicyLockoutSafetyCheck` to `True` only when you intend to prevent the IAM principal that is making the request from making a subsequent `PutFileSystemPolicy` request on the file system. The default value is `False` .
*
* @external

@@ -476,3 +482,3 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-bypasspolicylockoutsafetycheck

*
* For example: `arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-12345678`
* Example: `arn:aws:elasticfilesystem:us-west-2:1111333322228888:file-system/fs-0123456789abcdef8`
*

@@ -511,4 +517,6 @@ * @external

/**
* `AWS::EFS::FileSystem.BypassPolicyLockoutSafetyCheck`.
* (Optional) Use this boolean to use or bypass the `FileSystemPolicy` lockout safety check.
*
* The policy lockout safety check determines if the `FileSystemPolicy` in the request will lock out the IAM principal making the request, preventing them from making future `PutFileSystemPolicy` requests on the file system. Set `BypassPolicyLockoutSafetyCheck` to `True` only when you intend to prevent the IAM principal that is making the request from making a subsequent `PutFileSystemPolicy` request on the file system. The default value is `False` .
*
* @external

@@ -800,2 +808,6 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-efs-filesystem.html#cfn-efs-filesystem-bypasspolicylockoutsafetycheck

/**
* The ID of the Amazon EFS file system that the mount target provides access to.
*
* Example: `fs-0123456789111222a`
*
* @external

@@ -808,2 +820,4 @@ * @cloudformationAttribute Id

*
* Example: 192.0.2.0
*
* @external

@@ -810,0 +824,0 @@ * @cloudformationAttribute IpAddress

{
"name": "@aws-cdk/aws-efs",
"version": "1.140.0",
"version": "1.141.0",
"description": "The CDK Construct Library for AWS::EFS",

@@ -75,16 +75,16 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assertions": "1.140.0",
"@aws-cdk/cdk-build-tools": "1.140.0",
"@aws-cdk/cdk-integ-tools": "1.140.0",
"@aws-cdk/cfn2ts": "1.140.0",
"@aws-cdk/pkglint": "1.140.0",
"@aws-cdk/assertions": "1.141.0",
"@aws-cdk/cdk-build-tools": "1.141.0",
"@aws-cdk/cdk-integ-tools": "1.141.0",
"@aws-cdk/cfn2ts": "1.141.0",
"@aws-cdk/pkglint": "1.141.0",
"@types/jest": "^27.4.0"
},
"dependencies": {
"@aws-cdk/aws-ec2": "1.140.0",
"@aws-cdk/aws-iam": "1.140.0",
"@aws-cdk/aws-kms": "1.140.0",
"@aws-cdk/cloud-assembly-schema": "1.140.0",
"@aws-cdk/core": "1.140.0",
"@aws-cdk/cx-api": "1.140.0",
"@aws-cdk/aws-ec2": "1.141.0",
"@aws-cdk/aws-iam": "1.141.0",
"@aws-cdk/aws-kms": "1.141.0",
"@aws-cdk/cloud-assembly-schema": "1.141.0",
"@aws-cdk/core": "1.141.0",
"@aws-cdk/cx-api": "1.141.0",
"constructs": "^3.3.69"

@@ -94,8 +94,8 @@ },

"peerDependencies": {
"@aws-cdk/aws-ec2": "1.140.0",
"@aws-cdk/aws-iam": "1.140.0",
"@aws-cdk/aws-kms": "1.140.0",
"@aws-cdk/cloud-assembly-schema": "1.140.0",
"@aws-cdk/core": "1.140.0",
"@aws-cdk/cx-api": "1.140.0",
"@aws-cdk/aws-ec2": "1.141.0",
"@aws-cdk/aws-iam": "1.141.0",
"@aws-cdk/aws-kms": "1.141.0",
"@aws-cdk/cloud-assembly-schema": "1.141.0",
"@aws-cdk/core": "1.141.0",
"@aws-cdk/cx-api": "1.141.0",
"constructs": "^3.3.69"

@@ -102,0 +102,0 @@ },

Sorry, the diff of this file is not supported yet

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

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