getNote

suspend fun getNote(argument: GetNotePlainArgs): GetNoteResult

Gets the specified note.

Return

null

Parameters

argument

null


suspend fun getNote(noteId: String, project: String? = null): GetNoteResult

Return

null

See also

Parameters

noteId
project

suspend fun getNote(argument: suspend GetNotePlainArgsBuilder.() -> Unit): GetNoteResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.containeranalysis.v1beta1.kotlin.inputs.GetNotePlainArgs.