pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.acmpca.kotlin.inputs
/
CertificateValidityArgs
Certificate
Validity
Args
data
class
CertificateValidityArgs
(
val
type
:
Output
<
String
>
,
val
value
:
Output
<
Double
>
)
:
ConvertibleToJava
<
CertificateValidityArgs
>
Validity for a certificate.
Constructors
Functions
Properties
Constructors
Certificate
Validity
Args
Link copied to clipboard
fun
CertificateValidityArgs
(
type
:
Output
<
String
>
,
value
:
Output
<
Double
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
CertificateValidityArgs
Properties
type
Link copied to clipboard
val
type
:
Output
<
String
>
value
Link copied to clipboard
val
value
:
Output
<
Double
>