public static interface CfnCertificate.ValidityProperty
You can issue a certificate by calling the IssueCertificate
operation.
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.acmpca.*; ValidityProperty validityProperty = ValidityProperty.builder() .type("type") .value(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCertificate.ValidityProperty.Builder
A builder for
CfnCertificate.ValidityProperty |
static class |
CfnCertificate.ValidityProperty.Jsii$Proxy
An implementation for
CfnCertificate.ValidityProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCertificate.ValidityProperty.Builder |
builder() |
java.lang.String |
getType()
Specifies whether the `Value` parameter represents days, months, or years.
|
java.lang.Number |
getValue()
A long integer interpreted according to the value of `Type` , below.
|
java.lang.String getType()
java.lang.Number getValue()
static CfnCertificate.ValidityProperty.Builder builder()