data class GuestPoliciesRecipeInstallStepFileExecArgs(val allowedExitCodes: Output<String>? = null, val args: Output<List<String>>? = null, val artifactId: Output<String>? = null, val localPath: Output<String>? = null) : ConvertibleToJava<GuestPoliciesRecipeInstallStepFileExecArgs>