interface JobDefinitionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.JobDefinitionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#JobDefinitionReference |
![]() | software.amazon.awscdk.services.batch.JobDefinitionReference |
![]() | aws_cdk.aws_batch.JobDefinitionReference |
![]() | aws-cdk-lib » aws_batch » JobDefinitionReference |
A reference to a JobDefinition resource.
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';
const jobDefinitionReference: batch.JobDefinitionReference = {
jobDefinitionArn: 'jobDefinitionArn',
jobDefinitionName: 'jobDefinitionName',
};
Properties
Name | Type | Description |
---|---|---|
job | string | The ARN of the JobDefinition resource. |
job | string | The JobDefinitionName of the JobDefinition resource. |
jobDefinitionArn
Type:
string
The ARN of the JobDefinition resource.
jobDefinitionName
Type:
string
The JobDefinitionName of the JobDefinition resource.