attachmentMetadata

@JvmName(name = "acwfllndotdklfub")
suspend fun attachmentMetadata(value: Output<Map<String, String>>)
@JvmName(name = "ygbsxjmdkpvabggx")
suspend fun attachmentMetadata(value: Map<String, String>?)

Parameters

value

Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.


@JvmName(name = "dggxurdftbiihqsg")
fun attachmentMetadata(vararg values: Pair<String, String>)

Parameters

values

Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.