ImageRecipeArgs

constructor(blockDeviceMappings: Output<List<ImageRecipeBlockDeviceMappingArgs>>? = null, components: Output<List<ImageRecipeComponentArgs>>? = null, description: Output<String>? = null, name: Output<String>? = null, parentImage: Output<String>? = null, systemsManagerAgent: Output<ImageRecipeSystemsManagerAgentArgs>? = null, tags: Output<Map<String, String>>? = null, userDataBase64: Output<String>? = null, version: Output<String>? = null, workingDirectory: Output<String>? = null)