interface ConsumptionConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.LicenseManager.CfnLicense.ConsumptionConfigurationProperty |
Java | software.amazon.awscdk.services.licensemanager.CfnLicense.ConsumptionConfigurationProperty |
Python | aws_cdk.aws_licensemanager.CfnLicense.ConsumptionConfigurationProperty |
TypeScript | @aws-cdk/aws-licensemanager » CfnLicense » ConsumptionConfigurationProperty |
Details about a consumption configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as licensemanager from '@aws-cdk/aws-licensemanager';
const consumptionConfigurationProperty: licensemanager.CfnLicense.ConsumptionConfigurationProperty = {
borrowConfiguration: {
allowEarlyCheckIn: false,
maxTimeToLiveInMinutes: 123,
},
provisionalConfiguration: {
maxTimeToLiveInMinutes: 123,
},
renewType: 'renewType',
};
Properties
Name | Type | Description |
---|---|---|
borrow | IResolvable | Borrow | Details about a borrow configuration. |
provisional | IResolvable | Provisional | Details about a provisional configuration. |
renew | string | Renewal frequency. |
borrowConfiguration?
Type:
IResolvable
|
Borrow
(optional)
Details about a borrow configuration.
provisionalConfiguration?
Type:
IResolvable
|
Provisional
(optional)
Details about a provisional configuration.
renewType?
Type:
string
(optional)
Renewal frequency.