interface ResourcesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.CfnJobDefinition.ResourcesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#CfnJobDefinition_ResourcesProperty |
![]() | software.amazon.awscdk.services.batch.CfnJobDefinition.ResourcesProperty |
![]() | aws_cdk.aws_batch.CfnJobDefinition.ResourcesProperty |
![]() | aws-cdk-lib » aws_batch » CfnJobDefinition » ResourcesProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_batch as batch } from 'aws-cdk-lib';
declare const limits: any;
declare const requests: any;
const resourcesProperty: batch.CfnJobDefinition.ResourcesProperty = {
limits: limits,
requests: requests,
};
Properties
Name | Type | Description |
---|---|---|
limits? | any | |
requests? | any |
limits?
Type:
any
(optional)
requests?
Type:
any
(optional)