interface QuotaSharePreemptionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Batch.CfnQuotaSharePropsMixin.QuotaSharePreemptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbatch#CfnQuotaSharePropsMixin_QuotaSharePreemptionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.batch.CfnQuotaSharePropsMixin.QuotaSharePreemptionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_batch.CfnQuotaSharePropsMixin.QuotaSharePreemptionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_batch » CfnQuotaSharePropsMixin » 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/cfn-property-mixins';
const quotaSharePreemptionConfigurationProperty: batch.CfnQuotaSharePropsMixin.QuotaSharePreemptionConfigurationProperty = {
inSharePreemption: 'inSharePreemption',
};
Properties
| Name | Type | Description |
|---|---|---|
| in | string | Whether preemption is enabled within the quota share. |
inSharePreemption?
Type:
string
(optional)
Whether preemption is enabled within the quota share.

.NET
Go
Java
Python
TypeScript