@Stability(value=Stable)
public static interface CfnLicense.ProvisionalConfigurationProperty
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.*;
ProvisionalConfigurationProperty provisionalConfigurationProperty = ProvisionalConfigurationProperty.builder()
.maxTimeToLiveInMinutes(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLicense.ProvisionalConfigurationProperty.Builder
A builder for
CfnLicense.ProvisionalConfigurationProperty |
static class |
CfnLicense.ProvisionalConfigurationProperty.Jsii$Proxy
An implementation for
CfnLicense.ProvisionalConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLicense.ProvisionalConfigurationProperty.Builder |
builder() |
Number |
getMaxTimeToLiveInMinutes()
Maximum time for the provisional configuration, in minutes.
|
@Stability(value=Stable) @NotNull Number getMaxTimeToLiveInMinutes()
@Stability(value=Stable) static CfnLicense.ProvisionalConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.