Package-level declarations

Types

data class ApplicationInstanceManifestOverridesPayloadArgs(val payloadData: Output<String>? = null) : ConvertibleToJava<ApplicationInstanceManifestOverridesPayloadArgs>

Parameter overrides for an application instance. This is a JSON document that has a single key (`PayloadData`) where the value is an escaped string representation of the overrides document.

Link copied to clipboard
data class ApplicationInstanceManifestPayloadArgs(val payloadData: Output<String>? = null) : ConvertibleToJava<ApplicationInstanceManifestPayloadArgs>

A application verion's manifest file. This is a JSON document that has a single key (`PayloadData`) where the value is an escaped string representation of the application manifest (`graph.json`). This file is located in the `graphs` folder in your application source.

Link copied to clipboard
data class GetApplicationInstancePlainArgs(val applicationInstanceId: String) : ConvertibleToJava<GetApplicationInstancePlainArgs>
Link copied to clipboard
data class GetPackagePlainArgs(val packageId: String) : ConvertibleToJava<GetPackagePlainArgs>
Link copied to clipboard
data class GetPackageVersionPlainArgs(val packageId: String, val packageVersion: String, val patchVersion: String) : ConvertibleToJava<GetPackageVersionPlainArgs>
Link copied to clipboard
data class PackageStorageLocationArgs(val binaryPrefixLocation: Output<String>? = null, val bucket: Output<String>? = null, val generatedPrefixLocation: Output<String>? = null, val manifestPrefixLocation: Output<String>? = null, val repoPrefixLocation: Output<String>? = null) : ConvertibleToJava<PackageStorageLocationArgs>

A storage location.