interface QuotaSharePreemptionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Batch.CfnQuotaShare.QuotaSharePreemptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#CfnQuotaShare_QuotaSharePreemptionConfigurationProperty |
Java | software.amazon.awscdk.services.batch.CfnQuotaShare.QuotaSharePreemptionConfigurationProperty |
Python | aws_cdk.aws_batch.CfnQuotaShare.QuotaSharePreemptionConfigurationProperty |
TypeScript | aws-cdk-lib » aws_batch » CfnQuotaShare » QuotaSharePreemptionConfigurationProperty |
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 quotaSharePreemptionConfigurationProperty: batch.CfnQuotaShare.QuotaSharePreemptionConfigurationProperty = {
inSharePreemption: 'inSharePreemption',
};
Properties
| Name | Type | Description |
|---|---|---|
| in | string | Whether preemption is enabled within the quota share. |
inSharePreemption
Type:
string
Whether preemption is enabled within the quota share.

.NET
Go
Java
Python
TypeScript