aws-cdk-lib.aws_batch.CfnJobDefinition.ResourcesProperty

interface ResourcesProperty

LanguageType name
.NETAmazon.CDK.AWS.Batch.CfnJobDefinition.ResourcesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbatch#CfnJobDefinition_ResourcesProperty
Javasoftware.amazon.awscdk.services.batch.CfnJobDefinition.ResourcesProperty
Pythonaws_cdk.aws_batch.CfnJobDefinition.ResourcesProperty
TypeScript 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

NameTypeDescription
limits?anyCfnJobDefinition.ResourcesProperty.Limits.
requests?anyCfnJobDefinition.ResourcesProperty.Requests.

limits?

Type: any (optional)

CfnJobDefinition.ResourcesProperty.Limits.


requests?

Type: any (optional)

CfnJobDefinition.ResourcesProperty.Requests.