toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.licensemanager.kotlin.inputs
/
LicenseValidityDateFormatArgs
License
Validity
Date
Format
Args
data
class
LicenseValidityDateFormatArgs
(
val
begin
:
Output
<
String
>
,
val
end
:
Output
<
String
>
)
:
ConvertibleToJava
<
LicenseValidityDateFormatArgs
>
Members
Constructors
License
Validity
Date
Format
Args
Link copied to clipboard
constructor
(
begin
:
Output
<
String
>
,
end
:
Output
<
String
>
)
Properties
begin
Link copied to clipboard
val
begin
:
Output
<
String
>
Validity begin date for the license.
end
Link copied to clipboard
val
end
:
Output
<
String
>
Validity begin date for the license.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
LicenseValidityDateFormatArgs