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: