artifacts

@JvmName(name = "okysuobryywqcgit")
suspend fun artifacts(value: Output<List<ApplicationDefinitionArtifactArgs>>)
@JvmName(name = "gtegntbyffwtmguv")
suspend fun artifacts(value: List<ApplicationDefinitionArtifactArgs>?)

Parameters

value

The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.


@JvmName(name = "gahgeaiffdwpfbwl")
suspend fun artifacts(vararg values: Output<ApplicationDefinitionArtifactArgs>)


@JvmName(name = "fnqbvdrymneadkdu")
suspend fun artifacts(values: List<Output<ApplicationDefinitionArtifactArgs>>)
@JvmName(name = "esontylsrwfjvaam")
suspend fun artifacts(vararg values: ApplicationDefinitionArtifactArgs)

Parameters

values

The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.


@JvmName(name = "ystqmqpjfgnqhyxj")
suspend fun artifacts(argument: List<suspend ApplicationDefinitionArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "pbqjsugcpskdtgid")
suspend fun artifacts(vararg argument: suspend ApplicationDefinitionArtifactArgsBuilder.() -> Unit)
@JvmName(name = "xjemfoecivecbjen")
suspend fun artifacts(argument: suspend ApplicationDefinitionArtifactArgsBuilder.() -> Unit)

Parameters

argument

The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.