toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.iot.kotlin.outputs
/
CaCertificateValidity
Ca
Certificate
Validity
data
class
CaCertificateValidity
(
val
notAfter
:
String
?
=
null
,
val
notBefore
:
String
?
=
null
)
Members
Constructors
Ca
Certificate
Validity
Link copied to clipboard
constructor
(
notAfter
:
String
?
=
null
,
notBefore
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
not
After
Link copied to clipboard
val
notAfter
:
String
?
=
null
The certificate is not valid after this date.
not
Before
Link copied to clipboard
val
notBefore
:
String
?
=
null
The certificate is not valid before this date.