interface ConsumptionConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.LicenseManager.CfnLicense.ConsumptionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslicensemanager#CfnLicense_ConsumptionConfigurationProperty |
Java | software.amazon.awscdk.services.licensemanager.CfnLicense.ConsumptionConfigurationProperty |
Python | aws_cdk.aws_licensemanager.CfnLicense.ConsumptionConfigurationProperty |
TypeScript | aws-cdk-lib » 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 { aws_licensemanager as licensemanager } from 'aws-cdk-lib';
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.