aws-cdk-lib.aws_licensemanager.CfnLicense.ProvisionalConfigurationProperty

interface ProvisionalConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.LicenseManager.CfnLicense.ProvisionalConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslicensemanager#CfnLicense_ProvisionalConfigurationProperty
Javasoftware.amazon.awscdk.services.licensemanager.CfnLicense.ProvisionalConfigurationProperty
Pythonaws_cdk.aws_licensemanager.CfnLicense.ProvisionalConfigurationProperty
TypeScript aws-cdk-lib » aws_licensemanager » CfnLicense » ProvisionalConfigurationProperty

Details about a provisional configuration.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_licensemanager as licensemanager } from 'aws-cdk-lib';
const provisionalConfigurationProperty: licensemanager.CfnLicense.ProvisionalConfigurationProperty = {
  maxTimeToLiveInMinutes: 123,
};

Properties

NameTypeDescription
maxTimeToLiveInMinutesnumberMaximum time for the provisional configuration, in minutes.

maxTimeToLiveInMinutes

Type: number

Maximum time for the provisional configuration, in minutes.