Flux Configuration Kustomization Args
constructor(dependsOns: Output<List<String>>? = null, garbageCollectionEnabled: Output<Boolean>? = null, name: Output<String>, path: Output<String>? = null, postBuild: Output<FluxConfigurationKustomizationPostBuildArgs>? = null, recreatingEnabled: Output<Boolean>? = null, retryIntervalInSeconds: Output<Int>? = null, syncIntervalInSeconds: Output<Int>? = null, timeoutInSeconds: Output<Int>? = null, wait: Output<Boolean>? = null)