Helm Mapping Rule Profile Args
data class HelmMappingRuleProfileArgs(val helmPackageVersion: Output<String>? = null, val options: Output<HelmMappingRuleProfileOptionsArgs>? = null, val releaseName: Output<String>? = null, val releaseNamespace: Output<String>? = null, val values: Output<String>? = null) : ConvertibleToJava<HelmMappingRuleProfileArgs>
Helm mapping rule profile
Constructors
Link copied to clipboard
constructor(helmPackageVersion: Output<String>? = null, options: Output<HelmMappingRuleProfileOptionsArgs>? = null, releaseName: Output<String>? = null, releaseNamespace: Output<String>? = null, values: Output<String>? = null)