Kustomization Definition Args
constructor(dependsOn: Output<List<DependsOnDefinitionArgs>>? = null, force: Output<Boolean>? = null, path: Output<String>? = null, prune: Output<Boolean>? = null, retryIntervalInSeconds: Output<Double>? = null, syncIntervalInSeconds: Output<Double>? = null, timeoutInSeconds: Output<Double>? = null, validation: Output<Either<String, KustomizationValidationType>>? = null)