pulumi-aws-native-kotlin
0.82.0.0
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
>
Constructors
Functions
Properties
Constructors
License
Validity
Date
Format
Args
Link copied to clipboard
fun
LicenseValidityDateFormatArgs
(
begin
:
Output
<
String
>
,
end
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
LicenseValidityDateFormatArgs
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.