Show / Hide Table of Contents

Class CfnLicense.ConsumptionConfigurationProperty

Details about a consumption configuration.

Inheritance
object
CfnLicense.ConsumptionConfigurationProperty
Implements
CfnLicense.IConsumptionConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-licensemanager-license-consumptionconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-licensemanager-license-consumptionconfiguration.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-licensemanager-license-consumptionconfiguration.html#cfn-licensemanager-license-consumptionconfiguration-borrowconfiguration

ProvisionalConfiguration

Details about a provisional configuration.

public object? ProvisionalConfiguration { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-licensemanager-license-consumptionconfiguration.html#cfn-licensemanager-license-consumptionconfiguration-provisionalconfiguration

RenewType

Renewal frequency.

public string? RenewType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-licensemanager-license-consumptionconfiguration.html#cfn-licensemanager-license-consumptionconfiguration-renewtype

Implements

CfnLicense.IConsumptionConfigurationProperty
Back to top Generated by DocFX