Package-level declarations

Types

Link copied to clipboard
data class GetGrantPlainArgs(val grantArn: String) : ConvertibleToJava<GetGrantPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetLicensePlainArgs(val licenseArn: String) : ConvertibleToJava<GetLicensePlainArgs>
Link copied to clipboard
data class LicenseBorrowConfigurationArgs(val allowEarlyCheckIn: Output<Boolean>, val maxTimeToLiveInMinutes: Output<Int>) : ConvertibleToJava<LicenseBorrowConfigurationArgs>
Link copied to clipboard
data class LicenseConsumptionConfigurationArgs(val borrowConfiguration: Output<LicenseBorrowConfigurationArgs>? = null, val provisionalConfiguration: Output<LicenseProvisionalConfigurationArgs>? = null, val renewType: Output<String>? = null) : ConvertibleToJava<LicenseConsumptionConfigurationArgs>
Link copied to clipboard
data class LicenseEntitlementArgs(val allowCheckIn: Output<Boolean>? = null, val maxCount: Output<Int>? = null, val name: Output<String>, val overage: Output<Boolean>? = null, val unit: Output<String>, val value: Output<String>? = null) : ConvertibleToJava<LicenseEntitlementArgs>
Link copied to clipboard
data class LicenseIssuerDataArgs(val name: Output<String>, val signKey: Output<String>? = null) : ConvertibleToJava<LicenseIssuerDataArgs>
Link copied to clipboard
data class LicenseMetadataArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<LicenseMetadataArgs>
Link copied to clipboard
data class LicenseProvisionalConfigurationArgs(val maxTimeToLiveInMinutes: Output<Int>) : ConvertibleToJava<LicenseProvisionalConfigurationArgs>
Link copied to clipboard
data class LicenseValidityDateFormatArgs(val begin: Output<String>, val end: Output<String>) : ConvertibleToJava<LicenseValidityDateFormatArgs>