Interface CfnSigningProfile.SignatureValidityPeriodProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSigningProfile.SignatureValidityPeriodProperty.Jsii$Proxy
- Enclosing class:
CfnSigningProfile
@Stability(Stable)
public static interface CfnSigningProfile.SignatureValidityPeriodProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.signer.*;
SignatureValidityPeriodProperty signatureValidityPeriodProperty = SignatureValidityPeriodProperty.builder()
.type("type")
.value(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSigningProfile.SignatureValidityPeriodPropertystatic final classAn implementation forCfnSigningProfile.SignatureValidityPeriodProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The time unit for signature validity: DAYS | MONTHS | YEARS.- See Also:
-
getValue
The numerical value of the time unit for signature validity.- See Also:
-
builder
-