interface LimitReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_deadline.LimitReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#LimitReference |
![]() | software.amazon.awscdk.services.deadline.LimitReference |
![]() | aws_cdk.aws_deadline.LimitReference |
![]() | aws-cdk-lib » aws_deadline » LimitReference |
A reference to a Limit resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from 'aws-cdk-lib';
const limitReference: deadline.LimitReference = {
farmId: 'farmId',
limitId: 'limitId',
};
Properties
Name | Type | Description |
---|---|---|
farm | string | The FarmId of the Limit resource. |
limit | string | The LimitId of the Limit resource. |
farmId
Type:
string
The FarmId of the Limit resource.
limitId
Type:
string
The LimitId of the Limit resource.