valueType

@JvmName(name = "fueiikluaflftacn")
suspend fun valueType(value: Output<PropertyValueTypeEnumValueArgs>)
@JvmName(name = "tstqbyldqxcyfjil")
suspend fun valueType(value: PropertyValueTypeEnumValueArgs?)

Parameters

value

The type of value that is currently being modified. Properties can have two types:

  • PLAIN_TEXT: Contain direct values such as '1', 'True', or 'c5.large.search'.

  • STRINGIFIED_JSON: Contain content in JSON format, such as {'Enabled':'True'}'.


@JvmName(name = "nkbblfniqsofdcdr")
suspend fun valueType(argument: suspend PropertyValueTypeEnumValueArgsBuilder.() -> Unit)

Parameters

argument

The type of value that is currently being modified. Properties can have two types:

  • PLAIN_TEXT: Contain direct values such as '1', 'True', or 'c5.large.search'.

  • STRINGIFIED_JSON: Contain content in JSON format, such as {'Enabled':'True'}'.