Class CfnLicense.ConsumptionConfigurationProperty
Details about a consumption configuration.
Inheritance
System.Object
CfnLicense.ConsumptionConfigurationProperty
Implements
Namespace: Amazon.CDK.AWS.LicenseManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConsumptionConfigurationProperty : Object, CfnLicense.IConsumptionConfigurationProperty
Syntax (vb)
Public Class ConsumptionConfigurationProperty
Inherits Object
Implements CfnLicense.IConsumptionConfigurationProperty
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.AWS.LicenseManager;
var consumptionConfigurationProperty = new ConsumptionConfigurationProperty {
BorrowConfiguration = new BorrowConfigurationProperty {
AllowEarlyCheckIn = false,
MaxTimeToLiveInMinutes = 123
},
ProvisionalConfiguration = new ProvisionalConfigurationProperty {
MaxTimeToLiveInMinutes = 123
},
RenewType = "renewType"
};
Synopsis
Constructors
ConsumptionConfigurationProperty() |
Properties
BorrowConfiguration | Details about a borrow configuration. |
ProvisionalConfiguration | Details about a provisional configuration. |
RenewType | Renewal frequency. |
Constructors
ConsumptionConfigurationProperty()
public ConsumptionConfigurationProperty()
Properties
BorrowConfiguration
Details about a borrow configuration.
public object BorrowConfiguration { get; set; }
Property Value
System.Object
Remarks
ProvisionalConfiguration
Details about a provisional configuration.
public object ProvisionalConfiguration { get; set; }
Property Value
System.Object
Remarks
RenewType
Renewal frequency.
public string RenewType { get; set; }
Property Value
System.String