Interface CfnLicense.ProvisionalConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLicense.ProvisionalConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnLicense
@Stability(Stable)
public static interface CfnLicense.ProvisionalConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Details about a provisional 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.services.licensemanager.*;
ProvisionalConfigurationProperty provisionalConfigurationProperty = ProvisionalConfigurationProperty.builder()
.maxTimeToLiveInMinutes(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLicense.ProvisionalConfigurationPropertystatic final classAn implementation forCfnLicense.ProvisionalConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Maximum time for the provisional configuration, in minutes.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMaxTimeToLiveInMinutes
Maximum time for the provisional configuration, in minutes. -
builder
-