Class CfnLicense.ConsumptionConfigurationProperty
Details about a consumption configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.LicenseManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLicense.ConsumptionConfigurationProperty : CfnLicense.IConsumptionConfigurationProperty
Syntax (vb)
Public Class CfnLicense.ConsumptionConfigurationProperty 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() | Details about a consumption configuration. |
Properties
BorrowConfiguration | Details about a borrow configuration. |
ProvisionalConfiguration | Details about a provisional configuration. |
RenewType | Renewal frequency. |
Constructors
ConsumptionConfigurationProperty()
Details about a consumption configuration.
public ConsumptionConfigurationProperty()
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"
};
Properties
BorrowConfiguration
Details about a borrow configuration.
public object? BorrowConfiguration { get; set; }
Property Value
Remarks
ProvisionalConfiguration
Details about a provisional configuration.
public object? ProvisionalConfiguration { get; set; }
Property Value
Remarks
RenewType
Renewal frequency.
public string? RenewType { get; set; }