artifacts

@JvmName(name = "rxshlwgatjvtspry")
suspend fun artifacts(value: Output<List<ApplicationDefinitionArtifactArgs>>)
@JvmName(name = "aefbdigcxbyslpas")
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 = "xqlsanmaikvyxgvq")
suspend fun artifacts(vararg values: Output<ApplicationDefinitionArtifactArgs>)


@JvmName(name = "hexkvfqtxfexlpet")
suspend fun artifacts(values: List<Output<ApplicationDefinitionArtifactArgs>>)
@JvmName(name = "pniyacsrcvngloha")
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 = "idwiroxsglevxlpe")
suspend fun artifacts(argument: List<suspend ApplicationDefinitionArtifactArgsBuilder.() -> Unit>)
@JvmName(name = "rgndpofmaswtfyxe")
suspend fun artifacts(vararg argument: suspend ApplicationDefinitionArtifactArgsBuilder.() -> Unit)
@JvmName(name = "pygnsqahkcjkuxxl")
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.