Class CfnLicensePropsMixin.BorrowConfigurationProperty
Details about a borrow configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.LicenseManager.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLicensePropsMixin.BorrowConfigurationProperty : CfnLicensePropsMixin.IBorrowConfigurationProperty
Syntax (vb)
Public Class CfnLicensePropsMixin.BorrowConfigurationProperty Implements CfnLicensePropsMixin.IBorrowConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.LicenseManager.Mixins;
var borrowConfigurationProperty = new BorrowConfigurationProperty {
AllowEarlyCheckIn = false,
MaxTimeToLiveInMinutes = 123
};
Synopsis
Constructors
| BorrowConfigurationProperty() | Details about a borrow configuration. |
Properties
| AllowEarlyCheckIn | Indicates whether early check-ins are allowed. |
| MaxTimeToLiveInMinutes | Maximum time for the borrow configuration, in minutes. |
Constructors
BorrowConfigurationProperty()
Details about a borrow configuration.
public BorrowConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.LicenseManager.Mixins;
var borrowConfigurationProperty = new BorrowConfigurationProperty {
AllowEarlyCheckIn = false,
MaxTimeToLiveInMinutes = 123
};
Properties
AllowEarlyCheckIn
Indicates whether early check-ins are allowed.
public object? AllowEarlyCheckIn { get; set; }
Property Value
Remarks
MaxTimeToLiveInMinutes
Maximum time for the borrow configuration, in minutes.
public double? MaxTimeToLiveInMinutes { get; set; }