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

@aws-cdk/aws-batch

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.18.1 to 0.19.0

91

lib/batch.generated.d.ts

@@ -91,2 +91,7 @@ import cdk = require('@aws-cdk/cdk');

/**
* ``ComputeEnvironmentResource.ComputeResourcesProperty.LaunchTemplate``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-launchtemplate
*/
launchTemplate?: LaunchTemplateSpecificationProperty | cdk.Token;
/**
* ``ComputeEnvironmentResource.ComputeResourcesProperty.MaxvCpus``

@@ -102,2 +107,7 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-maxvcpus

/**
* ``ComputeEnvironmentResource.ComputeResourcesProperty.PlacementGroup``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-placementgroup
*/
placementGroup?: string | cdk.Token;
/**
* ``ComputeEnvironmentResource.ComputeResourcesProperty.SecurityGroupIds``

@@ -129,2 +139,24 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-computeresources.html#cfn-batch-computeenvironment-computeresources-securitygroupids

}
namespace ComputeEnvironmentResource {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html
*/
interface LaunchTemplateSpecificationProperty {
/**
* ``ComputeEnvironmentResource.LaunchTemplateSpecificationProperty.LaunchTemplateId``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplateid
*/
launchTemplateId?: string | cdk.Token;
/**
* ``ComputeEnvironmentResource.LaunchTemplateSpecificationProperty.LaunchTemplateName``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-launchtemplatename
*/
launchTemplateName?: string | cdk.Token;
/**
* ``ComputeEnvironmentResource.LaunchTemplateSpecificationProperty.Version``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html#cfn-batch-computeenvironment-launchtemplatespecification-version
*/
version?: string | cdk.Token;
}
}
}

@@ -137,7 +169,2 @@ export declare namespace cloudformation {

/**
* ``AWS::Batch::JobDefinition.ContainerProperties``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-containerproperties
*/
containerProperties: JobDefinitionResource.ContainerPropertiesProperty | cdk.Token;
/**
* ``AWS::Batch::JobDefinition.Type``

@@ -148,2 +175,7 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-type

/**
* ``AWS::Batch::JobDefinition.ContainerProperties``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-containerproperties
*/
containerProperties?: JobDefinitionResource.ContainerPropertiesProperty | cdk.Token;
/**
* ``AWS::Batch::JobDefinition.JobDefinitionName``

@@ -154,2 +186,7 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname

/**
* ``AWS::Batch::JobDefinition.NodeProperties``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-nodeproperties
*/
nodeProperties?: JobDefinitionResource.NodePropertiesProperty | cdk.Token;
/**
* ``AWS::Batch::JobDefinition.Parameters``

@@ -213,2 +250,7 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-parameters

/**
* ``JobDefinitionResource.ContainerPropertiesProperty.InstanceType``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-instancetype
*/
instanceType?: string | cdk.Token;
/**
* ``JobDefinitionResource.ContainerPropertiesProperty.JobRoleArn``

@@ -301,2 +343,41 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties.html#cfn-batch-jobdefinition-containerproperties-jobrolearn

/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html
*/
interface NodePropertiesProperty {
/**
* ``JobDefinitionResource.NodePropertiesProperty.MainNode``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-mainnode
*/
mainNode: number | cdk.Token;
/**
* ``JobDefinitionResource.NodePropertiesProperty.NodeRangeProperties``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-noderangeproperties
*/
nodeRangeProperties: Array<NodeRangePropertyProperty | cdk.Token> | cdk.Token;
/**
* ``JobDefinitionResource.NodePropertiesProperty.NumNodes``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-nodeproperties.html#cfn-batch-jobdefinition-nodeproperties-numnodes
*/
numNodes: number | cdk.Token;
}
}
namespace JobDefinitionResource {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-noderangeproperty.html
*/
interface NodeRangePropertyProperty {
/**
* ``JobDefinitionResource.NodeRangePropertyProperty.Container``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-noderangeproperty.html#cfn-batch-jobdefinition-noderangeproperty-container
*/
container?: ContainerPropertiesProperty | cdk.Token;
/**
* ``JobDefinitionResource.NodeRangePropertyProperty.TargetNodes``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-noderangeproperty.html#cfn-batch-jobdefinition-noderangeproperty-targetnodes
*/
targetNodes: string | cdk.Token;
}
}
namespace JobDefinitionResource {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html

@@ -303,0 +384,0 @@ */

14

package.json
{
"name": "@aws-cdk/aws-batch",
"version": "0.18.1",
"version": "0.19.0",
"description": "The CDK Construct Library for AWS::Batch",

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

"devDependencies": {
"@aws-cdk/assert": "^0.18.1",
"cdk-build-tools": "^0.18.1",
"cfn2ts": "^0.18.1",
"pkglint": "^0.18.1"
"@aws-cdk/assert": "^0.19.0",
"cdk-build-tools": "^0.19.0",
"cfn2ts": "^0.19.0",
"pkglint": "^0.19.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.18.1"
"@aws-cdk/cdk": "^0.19.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/cdk": "^0.18.1"
"@aws-cdk/cdk": "^0.19.0"
}
}

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