aws-cdk-lib.aws_batch.CfnJobDefinition.ResourcesProperty
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 | CfnJobDefinition.ResourcesProperty.Limits . |
requests? | any | CfnJobDefinition.ResourcesProperty.Requests . |
limits?
Type:
any
(optional)
CfnJobDefinition.ResourcesProperty.Limits
.
requests?
Type:
any
(optional)
CfnJobDefinition.ResourcesProperty.Requests
.