Interface CfnLicensePropsMixin.BorrowConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLicensePropsMixin.BorrowConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLicensePropsMixin
@Stability(Stable)
public static interface CfnLicensePropsMixin.BorrowConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.licensemanager.*;
BorrowConfigurationProperty borrowConfigurationProperty = BorrowConfigurationProperty.builder()
.allowEarlyCheckIn(false)
.maxTimeToLiveInMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLicensePropsMixin.BorrowConfigurationPropertystatic final classAn implementation forCfnLicensePropsMixin.BorrowConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllowEarlyCheckIn
Indicates whether early check-ins are allowed.Returns union: either
BooleanorIResolvable- See Also:
-
getMaxTimeToLiveInMinutes
Maximum time for the borrow configuration, in minutes.- See Also:
-
builder
-