
com.pulumi.aws.backup.kotlin.outputs.RestoreTestingSelectionProtectedResourceConditionsStringNotEqual.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.backup.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property key The Tag name, must start with one of the following prefixes: [aws:ResourceTag/] with a Minimum length of 1. Maximum length of 128, and can contain characters that are letters, white space, and numbers that can be represented in UTF-8 and the following characters: `+ - = . _ : /`.
* @property value The value of the Tag. Maximum length of 256.
*/
public data class RestoreTestingSelectionProtectedResourceConditionsStringNotEqual(
public val key: String,
public val `value`: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.backup.outputs.RestoreTestingSelectionProtectedResourceConditionsStringNotEqual): RestoreTestingSelectionProtectedResourceConditionsStringNotEqual =
RestoreTestingSelectionProtectedResourceConditionsStringNotEqual(
key = javaType.key(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy