Show / Hide Table of Contents

Class CfnLicensePropsMixin.BorrowConfigurationProperty

Details about a borrow configuration.

Inheritance
object
CfnLicensePropsMixin.BorrowConfigurationProperty
Implements
CfnLicensePropsMixin.IBorrowConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.LicenseManager.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnLicensePropsMixin.BorrowConfigurationProperty : CfnLicensePropsMixin.IBorrowConfigurationProperty
Syntax (vb)
Public Class CfnLicensePropsMixin.BorrowConfigurationProperty Implements CfnLicensePropsMixin.IBorrowConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-licensemanager-license-borrowconfiguration.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.Mixins.Preview.AWS.LicenseManager.Mixins;

             var borrowConfigurationProperty = new BorrowConfigurationProperty {
                 AllowEarlyCheckIn = false,
                 MaxTimeToLiveInMinutes = 123
             };

Synopsis

Constructors

BorrowConfigurationProperty()

Details about a borrow configuration.

Properties

AllowEarlyCheckIn

Indicates whether early check-ins are allowed.

MaxTimeToLiveInMinutes

Maximum time for the borrow configuration, in minutes.

Constructors

BorrowConfigurationProperty()

Details about a borrow configuration.

public BorrowConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-licensemanager-license-borrowconfiguration.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.Mixins.Preview.AWS.LicenseManager.Mixins;

             var borrowConfigurationProperty = new BorrowConfigurationProperty {
                 AllowEarlyCheckIn = false,
                 MaxTimeToLiveInMinutes = 123
             };

Properties

AllowEarlyCheckIn

Indicates whether early check-ins are allowed.

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

object

Remarks

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

Type union: either bool or IResolvable

MaxTimeToLiveInMinutes

Maximum time for the borrow configuration, in minutes.

public double? MaxTimeToLiveInMinutes { get; set; }
Property Value

double?

Remarks

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

Implements

CfnLicensePropsMixin.IBorrowConfigurationProperty
Back to top Generated by DocFX