@Stability(value=Stable)
public static interface CfnSigningProfile.SignatureValidityPeriodProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSigningProfile.SignatureValidityPeriodProperty.Builder
A builder for
CfnSigningProfile.SignatureValidityPeriodProperty |
static class |
CfnSigningProfile.SignatureValidityPeriodProperty.Jsii$Proxy
An implementation for
CfnSigningProfile.SignatureValidityPeriodProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSigningProfile.SignatureValidityPeriodProperty.Builder |
builder() |
default String |
getType()
The time unit for signature validity: DAYS | MONTHS | YEARS.
|
default Number |
getValue()
The numerical value of the time unit for signature validity.
|
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default Number getValue()
@Stability(value=Stable) static CfnSigningProfile.SignatureValidityPeriodProperty.Builder builder()
Copyright © 2022. All rights reserved.