interface SignatureValidityPeriodProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Signer.CfnSigningProfile.SignatureValidityPeriodProperty |
![]() | software.amazon.awscdk.services.signer.CfnSigningProfile.SignatureValidityPeriodProperty |
![]() | aws_cdk.aws_signer.CfnSigningProfile.SignatureValidityPeriodProperty |
![]() | @aws-cdk/aws-signer » CfnSigningProfile » SignatureValidityPeriodProperty |
The validity period for the signing job.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as signer from '@aws-cdk/aws-signer';
const signatureValidityPeriodProperty: signer.CfnSigningProfile.SignatureValidityPeriodProperty = {
type: 'type',
value: 123,
};
Properties
Name | Type | Description | ||
---|---|---|---|---|
type? | string | The time unit for signature validity: DAYS | MONTHS | YEARS. |
value? | number | The numerical value of the time unit for signature validity. |
type?
Type:
string
(optional)
The time unit for signature validity: DAYS | MONTHS | YEARS.
value?
Type:
number
(optional)
The numerical value of the time unit for signature validity.