@Stability(value=Stable)
public static interface CfnLicense.ConsumptionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.licensemanager.*;
ConsumptionConfigurationProperty consumptionConfigurationProperty = ConsumptionConfigurationProperty.builder()
.borrowConfiguration(BorrowConfigurationProperty.builder()
.allowEarlyCheckIn(false)
.maxTimeToLiveInMinutes(123)
.build())
.provisionalConfiguration(ProvisionalConfigurationProperty.builder()
.maxTimeToLiveInMinutes(123)
.build())
.renewType("renewType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLicense.ConsumptionConfigurationProperty.Builder
A builder for
CfnLicense.ConsumptionConfigurationProperty |
static class |
CfnLicense.ConsumptionConfigurationProperty.Jsii$Proxy
An implementation for
CfnLicense.ConsumptionConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLicense.ConsumptionConfigurationProperty.Builder |
builder() |
default Object |
getBorrowConfiguration()
Details about a borrow configuration.
|
default Object |
getProvisionalConfiguration()
Details about a provisional configuration.
|
default String |
getRenewType()
Renewal frequency.
|
@Stability(value=Stable) @Nullable default Object getBorrowConfiguration()
@Stability(value=Stable) @Nullable default Object getProvisionalConfiguration()
@Stability(value=Stable) @Nullable default String getRenewType()
@Stability(value=Stable) static CfnLicense.ConsumptionConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.