interface ValidityDateFormatProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.LicenseManager.CfnLicense.ValidityDateFormatProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslicensemanager#CfnLicense_ValidityDateFormatProperty |
![]() | software.amazon.awscdk.services.licensemanager.CfnLicense.ValidityDateFormatProperty |
![]() | aws_cdk.aws_licensemanager.CfnLicense.ValidityDateFormatProperty |
![]() | 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
Name | Type | Description |
---|---|---|
begin | string | Start of the time range. |
end | string | End of the time range. |
begin
Type:
string
Start of the time range.
end
Type:
string
End of the time range.