public static String getStackResourcesToJson(DescribeStackResourcesResult describeStackResources) throws IOException {
        final ByteArrayOutputStream out = new ByteArrayOutputStream();

        final ObjectMapper mapper = new ObjectMapper();
        mapper.disable(MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS);