aws-cdk-lib.aws_licensemanager.CfnLicense.BorrowConfigurationProperty

interface BorrowConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.LicenseManager.CfnLicense.BorrowConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslicensemanager#CfnLicense_BorrowConfigurationProperty
Javasoftware.amazon.awscdk.services.licensemanager.CfnLicense.BorrowConfigurationProperty
Pythonaws_cdk.aws_licensemanager.CfnLicense.BorrowConfigurationProperty
TypeScript aws-cdk-lib » aws_licensemanager » CfnLicense » BorrowConfigurationProperty

Details about a borrow 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 borrowConfigurationProperty: licensemanager.CfnLicense.BorrowConfigurationProperty = {
  allowEarlyCheckIn: false,
  maxTimeToLiveInMinutes: 123,
};

Properties

NameTypeDescription
allowEarlyCheckInboolean | IResolvableIndicates whether early check-ins are allowed.
maxTimeToLiveInMinutesnumberMaximum time for the borrow configuration, in minutes.

allowEarlyCheckIn

Type: boolean | IResolvable

Indicates whether early check-ins are allowed.


maxTimeToLiveInMinutes

Type: number

Maximum time for the borrow configuration, in minutes.