pulumi-aws-kotlin
6.12.2.0
pulumi-aws-kotlin
/
com.pulumi.aws.iot.kotlin.outputs
/
CaCertificateValidity
Ca
Certificate
Validity
data
class
CaCertificateValidity
(
val
notAfter
:
String
?
=
null
,
val
notBefore
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Ca
Certificate
Validity
Link copied to clipboard
fun
CaCertificateValidity
(
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.