@Stability(value=Stable)
public static interface CfnCertificate.ValidityProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getType()
Specifies whether the `Value` parameter represents days, months, or years.
|
Number |
getValue()
A long integer interpreted according to the value of `Type` , below.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @NotNull Number getValue()
@Stability(value=Stable) static CfnCertificate.ValidityProperty.Builder builder()
Copyright © 2022. All rights reserved.