aws-cdk-lib.aws_licensemanager.CfnLicense.ValidityDateFormatProperty

interface ValidityDateFormatProperty

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

Date and time range during which the license is valid, in ISO8601-UTC format.

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 validityDateFormatProperty: licensemanager.CfnLicense.ValidityDateFormatProperty = {
  begin: 'begin',
  end: 'end',
};

Properties

NameTypeDescription
beginstringStart of the time range.
endstringEnd of the time range.

begin

Type: string

Start of the time range.


end

Type: string

End of the time range.